Input: xpad - sync supported devices with xboxdrv
commit44bc722593201da43862b7200ee0b98155410b07
authorBenjamin Valentin <benpicco@googlemail.com>
Sun, 7 May 2017 21:48:14 +0000 (7 14:48 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 7 May 2017 21:50:54 +0000 (7 14:50 -0700)
treeb2259973cdd4af661186506a60722840df708f51
parent873cb582738fde338ecaeaca594560cde2ba42c3
Input: xpad - sync supported devices with xboxdrv

The userspace xboxdrv driver [0] contains some USB IDs unknown to the
kernel driver. I have created a simple script [1] to extract the missing
devices and add them to xpad.

A quick google search confirmed that all the new devices called
Fightstick/pad are Arcade-type devices [2] where the
MAP_TRIGGERS_TO_BUTTONS option should apply.

There are some similar devices in the existing device table where this
flag is not set, but I did refrain from changing those.

[0] https://github.com/xboxdrv/xboxdrv/blob/stable/src/xpad_device.cpp
[1] http://codepad.org/CHV98BNH
[2] https://www.google.com/search?q=SFxT+Fightstick+Pro&tbm=isch

Signed-off-by: Benjamin Valentin <benpicco@googlemail.com>
Reviewed-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/xpad.c