13 Sep 17:06
Force Feedback for Thrustmaster RGT Pro Clutch Pedal Edition racing wheel
From: Didier Moens <moensd <at> xs4all.be>
Subject: Force Feedback for Thrustmaster RGT Pro Clutch Pedal Edition racing wheel
Newsgroups: gmane.linux.kernel.input
Date: 2008-09-13 15:09:39 GMT
Subject: Force Feedback for Thrustmaster RGT Pro Clutch Pedal Edition racing wheel
Newsgroups: gmane.linux.kernel.input
Date: 2008-09-13 15:09:39 GMT
Dear all, I'm trying to get force feedback activated on this quite wonderful racing wheel (http://www.thrustmaster.com/product.aspx?ProductID=8&PlatformID=5). Based on the thread started by Gerald Folcher of 16 Jul 2007 (force feedback for Thrustmaster FGT Wheel) and subsequent patches, I've added following USB id's : (patches against 2.6.25, but I've already tested with 2.6.26.3) diff -uNrp kernel-2.6.25.orig/drivers/hid/usbhid/hid-ff.c kernel-2.6.25.new/drivers/hid/usbhid/hid-ff.c --- kernel-2.6.25.orig/drivers/hid/usbhid/hid-ff.c 2008-04-17 04:49:44.000000000 +0200 +++ kernel-2.6.25.new/drivers/hid/usbhid/hid-ff.c 2008-09-09 16:56:34.000000000 +0200 @@ -62,11 +62,13 @@ static struct hid_ff_initializer inits[] #ifdef CONFIG_PANTHERLORD_FF { 0x810, 0x0001, hid_plff_init }, /* "Twin USB Joystick" */ { 0xe8f, 0x0003, hid_plff_init }, /* "GreenAsia Inc. USB Joystick " */ + { 0xe8f, 0x0012, hid_plff_init }, /* "GreenAsia Inc. USB Joystick " */ #endif #ifdef CONFIG_THRUSTMASTER_FF { 0x44f, 0xb300, hid_tmff_init }, { 0x44f, 0xb304, hid_tmff_init }, { 0x44f, 0xb651, hid_tmff_init }, /* FGT Rumble Force Wheel */(Continue reading)
RSS Feed