notes/JoystickGamepad commands and notes-fgFvynJ7.sh
#test/calibrate gamepad
sudo apt-get install joystick

jscal -c /dev/input/js0

#disable/enable mouse point control
xinput #lists all devices

xinput --disable <id>
xinput --enable <id>

syntax highlighted by Code2HTML, v. 0.9.1