Skip to content

Commit 1478d82

Browse files
mungewellJiri Kosina
authored andcommitted
HID: add FF support for Logitech G25/G27
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 Gundermann <slim-one@users.sourceforge.net> Signed-off-by: Simon Wood <simon@mungewell.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 3fce224 commit 1478d82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/hid/hid-lgff.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ static const struct dev_type devices[] = {
7373
{ 0x046d, 0xc293, ff_joystick },
7474
{ 0x046d, 0xc294, ff_wheel },
7575
{ 0x046d, 0xc295, ff_joystick },
76+
{ 0x046d, 0xc298, ff_wheel },
77+
{ 0x046d, 0xc299, ff_wheel },
7678
{ 0x046d, 0xca03, ff_wheel },
7779
};
7880

0 commit comments

Comments
 (0)