aboutsummaryrefslogtreecommitdiff
path: root/samples/hidraw
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-06-15 15:32:44 +0200
committerJiri Kosina <jkosina@suse.cz>2013-08-20 12:31:35 +0200
commit6e0fe2e5723cec36eb24959dd99a16e445816a6a (patch)
tree85d2e41b6ce592689479c9ce79d81b1e17087323 /samples/hidraw
parent212a871a3934beccf43431608c27ed2e05a476ec (diff)
input: document gamepad API and add extra keycodes
Until today all gamepad input drivers report their data differently. It is nearly impossible to write applications for more than one device in a generic way. Therefore, this patch introduces a uniform gamepad API which will be used for all new drivers. Instead of mapping buttons by their labels, we now map them by position. This allows applications to work with any gamepad regardless of the labels on the buttons. Furthermore, we standardize the ABS_* codes for analog triggers and sticks. For D-Pads the long overdue BTN_DPAD_* codes are introduced. They should be fairly obvious how to use. To avoid confusion, the action buttons now have BTN_EAST/SOUTH/WEST/NORTH aliases. Reported-by: Todd Showalter <todd@electronjump.com> Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'samples/hidraw')
0 files changed, 0 insertions, 0 deletions