diff options
author | Tommi Rantala <tt.rantala@gmail.com> | 2014-10-17 01:01:43 +0400 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2014-11-13 21:02:02 +0300 |
commit | 1b3ad9572eaa643f86f2304b79c9e772fd0f734b (patch) | |
tree | 598f0a7fb8f840334776d319b38bf3d0f59ed537 /drivers/input | |
parent | 4988892bbd6f47cda2df4b927a70cb9d2e59ac6a (diff) | |
download | linux-1b3ad9572eaa643f86f2304b79c9e772fd0f734b.tar.xz |
Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel
commit 4b54625822eb7a4eae9c5b8c890b6c4dc001b895 upstream.
Add the USB ID for the Xbox 360 Thrustmaster Ferrari 458 Racing Wheel.
Signed-off-by: Tommi Rantala <tt.rantala@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/joystick/xpad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index d82f1617198c..7b717d8b6897 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c @@ -208,6 +208,7 @@ static const struct xpad_device { { 0x24c6, 0x5501, "Hori Real Arcade Pro VX-SA", 0, XTYPE_XBOX360 }, { 0x24c6, 0x5506, "Hori SOULCALIBUR V Stick", 0, XTYPE_XBOX360 }, { 0x24c6, 0x5b02, "Thrustmaster, Inc. GPX Controller", 0, XTYPE_XBOX360 }, + { 0x24c6, 0x5b03, "Thrustmaster Ferrari 458 Racing Wheel", 0, XTYPE_XBOX360 }, { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX }, { 0x0000, 0x0000, "Generic X-Box pad", 0, XTYPE_UNKNOWN } }; |