Skip to content

Commit

Permalink
HID: autocentering support for Logitech G25 Racing Wheel
Browse files Browse the repository at this point in the history
Some months ago I send patch which adds autocentering for Logitech MOMO Wheel.
Now I have access to Logitech G25 Racing Wheel and test autocentering for it. I
write patch for current kernel to support autocentering for G25 in legacy mode
(this device supports other modes, but after switching device reconnects with
ID 0xc299 and FF support comes out) and others Logitech (Driving Force,
Formula Force Ex etc) wheels with ID 046d:c294.

Signed-off-by: Sergey Belyashov <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
b-s-a authored and Jiri Kosina committed May 13, 2009
1 parent a4f1cb9 commit 92e0d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-lgff.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static const struct dev_type devices[] = {
{ 0x046d, 0xc219, ff_rumble },
{ 0x046d, 0xc283, ff_joystick },
{ 0x046d, 0xc286, ff_joystick },
{ 0x046d, 0xc294, ff_joystick },
{ 0x046d, 0xc294, ff_wheel },
{ 0x046d, 0xc295, ff_joystick },
{ 0x046d, 0xca03, ff_wheel },
};
Expand Down

0 comments on commit 92e0d89

Please sign in to comment.