diff options
author | Simon Wood <simon@mungewell.org> | 2011-04-01 15:56:00 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-01 17:51:10 +0400 |
commit | 1478d82df822f5d895d810f2b11ec9d373b63bc0 (patch) | |
tree | 402bf54f1722de03c09652dab237a49eb95e4580 /drivers/hid/hid-lgff.c | |
parent | 3fce224608f38eac6d6b032b0619c1655acaf61d (diff) | |
download | linux-1478d82df822f5d895d810f2b11ec9d373b63bc0.tar.xz |
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>
Diffstat (limited to 'drivers/hid/hid-lgff.c')
-rw-r--r-- | 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 90d0ef2c92be..f099079ca6b9 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 }, }; |