diff options
author | Peter Gundermann <slim-one@users.sourceforge.net> | 2011-05-03 12:15:03 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-03 12:15:03 +0400 |
commit | fdc6807fcd09416c5537f479e1dcd624118e234c (patch) | |
tree | a5f8198e0074990b76e622758e7e28ff1f4b547b /drivers/hid/hid-lgff.c | |
parent | 06268b2a384ece73618c1ad7649d19905ab79806 (diff) | |
download | linux-fdc6807fcd09416c5537f479e1dcd624118e234c.tar.xz |
HID: add support for Logitech G27 wheel
Gere's a small patch to add support for the Logitech G27 wheel, since
the prior patch only added FF support for the Driving Force Pro and G25.
The patch contains the changes from the G25 and DFP, too.
I tested the changes with wine/LFS and got full support for all axes and
buttons.
Signed-off: Peter Gundermann <slim-one@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-lgff.c')
-rw-r--r-- | drivers/hid/hid-lgff.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-lgff.c b/drivers/hid/hid-lgff.c index 90d0ef2c92be..f901349c30b5 100644 --- a/drivers/hid/hid-lgff.c +++ b/drivers/hid/hid-lgff.c @@ -72,6 +72,9 @@ static const struct dev_type devices[] = { { 0x046d, 0xc287, ff_joystick_ac }, { 0x046d, 0xc293, ff_joystick }, { 0x046d, 0xc294, ff_wheel }, + { 0x046d, 0xc298, ff_wheel }, + { 0x046d, 0xc299, ff_wheel }, + { 0x046d, 0xc29b, ff_wheel }, { 0x046d, 0xc295, ff_joystick }, { 0x046d, 0xca03, ff_wheel }, }; |