diff mbox

G25_support

Message ID 1300769820-16198-1-git-send-email-simon@mungewell.org (mailing list archive)
State Accepted
Commit 1478d82df822f5d895d810f2b11ec9d373b63bc0
Headers show

Commit Message

simon@mungewell.org March 22, 2011, 4:57 a.m. UTC
None

Comments

Jiri Kosina May 2, 2011, 7:21 p.m. UTC | #1
On Mon, 2 May 2011, Peter wrote:

> Hi,
> 
> here'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, since they
> were not in linux/kernel/git/jikos/hid.git.
> I tested the changes with wine/LFS and got full support for all axes and
> buttons.

Thanks a lot for the patch.

Could you please send it altogether with proper From: and Signed-off-by: 
lines, so that I could apply it?

Thanks,
diff mbox

Patch

diff --git a/drivers/hid/hid-lgff.c b/drivers/hid/hid-lgff.c
index 90d0ef2..f099079 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 },
 };