]> Pileus Git - ~andy/linux/commitdiff
HID: hid-lg4ff: Update Comments
authorSimon Wood <simon@mungewell.org>
Sat, 21 Apr 2012 12:41:16 +0000 (05:41 -0700)
committerJiri Kosina <jkosina@suse.cz>
Mon, 23 Apr 2012 18:54:28 +0000 (20:54 +0200)
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>
drivers/hid/hid-lg4ff.c

index 1e942a0140384e9f2cca6145ce334a14883a1520..24cf0379f8000b8c650f63cafc5597d0b9c0ab76 100644 (file)
@@ -1,7 +1,8 @@
 /*
- *  Force feedback support for Logitech Speed Force Wireless
+ *  Force feedback support for Logitech Gaming Wheels
  *
- *  http://wiibrew.org/wiki/Logitech_USB_steering_wheel
+ *  Including G27, G25, DFP, DFGT, FFEX, Momo, Momo2 &
+ *  Speed Force Wireless (WiiWheel)
  *
  *  Copyright (c) 2010 Simon Wood <simon@mungewell.org>
  */
@@ -590,7 +591,7 @@ err:
 #endif
 
 out:
-       hid_info(hid, "Force feedback for Logitech Speed Force Wireless by Simon Wood <simon@mungewell.org>\n");
+       hid_info(hid, "Force feedback support for Logitech Gaming Wheels\n");
        return 0;
 }