linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] USB HID Add support for F430 Force Feedback Wheel
@ 2010-11-24  5:49 Simon Wood
  2010-11-29 16:42 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Wood @ 2010-11-24  5:49 UTC (permalink / raw)
  To: linux-input; +Cc: aorefice77, ospite, Simon Wood

This patch adds USB IDs to enable force feedback on the Thrustmaster
F430 wheel.

Antonio did the work, I just converted to git patch to include in Kernel.

Reported by: "Antonio Orefice" <aorefice77@gmail.com>
Signed-off by: Simon Wood <simon@mungewell.org>
---
 drivers/hid/hid-core.c |    1 +
 drivers/hid/hid-tmff.c |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 515345b..88cb04e 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -1386,6 +1386,7 @@ static const struct hid_device_id hid_blacklist[] = {
 	{ HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb651) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb653) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb654) },
+	{ HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb65a) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_TOPSEED, USB_DEVICE_ID_TOPSEED_CYBERLINK) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_TOPSEED2, USB_DEVICE_ID_TOPSEED2_RF_COMBO) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_TWINHAN, USB_DEVICE_ID_TWINHAN_IR_REMOTE) },
diff --git a/drivers/hid/hid-tmff.c b/drivers/hid/hid-tmff.c
index 15434c8..25be4e1 100644
--- a/drivers/hid/hid-tmff.c
+++ b/drivers/hid/hid-tmff.c
@@ -256,6 +256,8 @@ static const struct hid_device_id tm_devices[] = {
 		.driver_data = (unsigned long)ff_joystick },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb654),	/* FGT Force Feedback Wheel */
 		.driver_data = (unsigned long)ff_joystick },
+	{ HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb65a),	/* F430 Force Feedback Wheel */
+		.driver_data = (unsigned long)ff_joystick },
 	{ }
 };
 MODULE_DEVICE_TABLE(hid, tm_devices);
-- 
1.7.0.4


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

* Re: [PATCH] USB HID Add support for F430 Force Feedback Wheel
  2010-11-24  5:49 [PATCH] USB HID Add support for F430 Force Feedback Wheel Simon Wood
@ 2010-11-29 16:42 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2010-11-29 16:42 UTC (permalink / raw)
  To: Simon Wood; +Cc: linux-input, aorefice77, ospite

On Tue, 23 Nov 2010, Simon Wood wrote:

> This patch adds USB IDs to enable force feedback on the Thrustmaster
> F430 wheel.
> 
> Antonio did the work, I just converted to git patch to include in Kernel.

Please always CC me on HID patches. Otherwise they might be processed very 
late, or lost completely. Thanks.

> Reported by: "Antonio Orefice" <aorefice77@gmail.com>

This should be Reported-by:

> Signed-off by: Simon Wood <simon@mungewell.org>

This should be Signed-off-by:

I have fixed those and applied the patch. Thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2010-11-29 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24  5:49 [PATCH] USB HID Add support for F430 Force Feedback Wheel Simon Wood
2010-11-29 16:42 ` Jiri Kosina

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).