linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel
@ 2014-10-15 11:04 Tommi Rantala
  2014-10-15 11:04 ` [PATCH 2/2] Input: xpad - add Thrustmaster as Xbox 360 controller vendor Tommi Rantala
  0 siblings, 1 reply; 3+ messages in thread
From: Tommi Rantala @ 2014-10-15 11:04 UTC (permalink / raw)
  To: linux-input, Dmitry Torokhov; +Cc: linux-kernel, Tommi Rantala

Add the USB ID for the Xbox 360 Thrustmaster Ferrari 458 Racing Wheel.

Signed-off-by: Tommi Rantala <tt.rantala@gmail.com>
---
 drivers/input/joystick/xpad.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index cd13c82..cee4fe3 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -209,6 +209,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 }
 };
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-16 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 11:04 [PATCH 1/2] Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel Tommi Rantala
2014-10-15 11:04 ` [PATCH 2/2] Input: xpad - add Thrustmaster as Xbox 360 controller vendor Tommi Rantala
2014-10-16 21:02   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).