Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1478d82d authored by Simon Wood's avatar Simon Wood Committed by Jiri Kosina
Browse files

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: default avatarPeter Gundermann <slim-one@users.sourceforge.net>
Signed-off-by: default avatarSimon Wood <simon@mungewell.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3fce2246
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -73,6 +73,8 @@ static const struct dev_type devices[] = {
	{ 0x046d, 0xc293, ff_joystick },
	{ 0x046d, 0xc293, ff_joystick },
	{ 0x046d, 0xc294, ff_wheel },
	{ 0x046d, 0xc294, ff_wheel },
	{ 0x046d, 0xc295, ff_joystick },
	{ 0x046d, 0xc295, ff_joystick },
	{ 0x046d, 0xc298, ff_wheel },
	{ 0x046d, 0xc299, ff_wheel },
	{ 0x046d, 0xca03, ff_wheel },
	{ 0x046d, 0xca03, ff_wheel },
};
};