Re: [PATCH] G25_support
From: Jiri Kosina <hidden>
Date: 2011-03-22 09:40:30
On Mon, 21 Mar 2011, Simon Wood wrote:
quoted hunk ↗ jump to hunk
From: Peter <redacted> Small patch to add support for the G25/G27 by adding USB ID's as suggested by Peter. Boots but otherwise untested as I don't have hardware, .debs for kernel (2.6.38) here if want to test/run Ubuntu/Debian: http://www.mungewell.org/Logitech_Wii_Wheel/ Reported-by: Peter <redacted> Signed-off-by: Simon Wood <redacted> --- drivers/hid/hid-lgff.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)diff --git a/drivers/hid/hid-lgff.c b/drivers/hid/hid-lgff.c index 90d0ef2..f099079 100644 --- a/drivers/hid/hid-lgff.c +++ b/drivers/hid/hid-lgff.c@@ -73,6 +73,8 @@ static const struct dev_type devices[] = { { 0x046d, 0xc293, ff_joystick }, { 0x046d, 0xc294, ff_wheel }, { 0x046d, 0xc295, ff_joystick }, + { 0x046d, 0xc298, ff_wheel }, + { 0x046d, 0xc299, ff_wheel }, { 0x046d, 0xca03, ff_wheel }, };
You are right that missing entries in this struct for devices which have LG_FF flag set doesn't make too much sense. Adding Michal and Chritophe to CC, as they should have the HW to test. -- Jiri Kosina SUSE Labs, Novell Inc.