Commit 64013800 authored by Simon Wood's avatar Simon Wood Committed by Jiri Kosina

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: default avatarSimon Wood <simon@mungewell.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 22bcefdc
/* /*
* 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> * Copyright (c) 2010 Simon Wood <simon@mungewell.org>
*/ */
...@@ -590,7 +591,7 @@ int lg4ff_init(struct hid_device *hid) ...@@ -590,7 +591,7 @@ int lg4ff_init(struct hid_device *hid)
#endif #endif
out: 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; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment