diff options
author | Simon Wood <simon@mungewell.org> | 2012-04-21 08:41:16 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-23 14:54:28 -0400 |
commit | 6401380086eda2278a67f0c08ef783008d940f73 (patch) | |
tree | 8095e0c9f9263f4e42edf055672dd5f99ddaf2e4 /drivers/hid | |
parent | 22bcefdc8838186f2253edbfd4a0c22cb85d030e (diff) |
HID: hid-lg4ff: Update Comments
Updated comments to say that this driver now supports all Logitech
gaming wheels, and not just the WiiWheel.
Signed-off-by: Simon Wood <simon@mungewell.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-lg4ff.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/hid/hid-lg4ff.c b/drivers/hid/hid-lg4ff.c index 1e942a014038..24cf0379f800 100644 --- a/drivers/hid/hid-lg4ff.c +++ b/drivers/hid/hid-lg4ff.c | |||
@@ -1,7 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * Force feedback support for Logitech Speed Force Wireless | 2 | * Force feedback support for Logitech Gaming Wheels |
3 | * | 3 | * |
4 | * http://wiibrew.org/wiki/Logitech_USB_steering_wheel | 4 | * Including G27, G25, DFP, DFGT, FFEX, Momo, Momo2 & |
5 | * Speed Force Wireless (WiiWheel) | ||
5 | * | 6 | * |
6 | * Copyright (c) 2010 Simon Wood <simon@mungewell.org> | 7 | * Copyright (c) 2010 Simon Wood <simon@mungewell.org> |
7 | */ | 8 | */ |
@@ -590,7 +591,7 @@ err: | |||
590 | #endif | 591 | #endif |
591 | 592 | ||
592 | out: | 593 | out: |
593 | hid_info(hid, "Force feedback for Logitech Speed Force Wireless by Simon Wood <simon@mungewell.org>\n"); | 594 | hid_info(hid, "Force feedback support for Logitech Gaming Wheels\n"); |
594 | return 0; | 595 | return 0; |
595 | } | 596 | } |
596 | 597 | ||