]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel
authorTommi Rantala <tt.rantala@gmail.com>
Thu, 16 Oct 2014 21:01:43 +0000 (14:01 -0700)
committerLuis Henriques <luis.henriques@canonical.com>
Mon, 1 Dec 2014 15:49:11 +0000 (15:49 +0000)
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: Luis Henriques <luis.henriques@canonical.com>
drivers/input/joystick/xpad.c

index 229495a936f01804fc57c47979657b6beb8aba87..e383eebbafdda52de08f355270ab1b25544aef5a 100644 (file)
@@ -207,6 +207,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 }
 };