mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
6e0fe2e572
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> |
||
---|---|---|
.. | ||
alps.txt | ||
amijoy.txt | ||
appletouch.txt | ||
atarikbd.txt | ||
bcm5974.txt | ||
cd32.txt | ||
cma3000_d0x.txt | ||
cs461x.txt | ||
edt-ft5x06.txt | ||
elantech.txt | ||
event-codes.txt | ||
ff.txt | ||
gamepad.txt | ||
gameport-programming.txt | ||
gpio-tilt.txt | ||
iforce-protocol.txt | ||
input-programming.txt | ||
input.txt | ||
interactive.fig | ||
joystick-api.txt | ||
joystick-parport.txt | ||
joystick.txt | ||
multi-touch-protocol.txt | ||
notifier.txt | ||
ntrig.txt | ||
rotary-encoder.txt | ||
sentelic.txt | ||
shape.fig | ||
walkera0701.txt | ||
xpad.txt | ||
yealink.txt |