aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-lg4ff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-15HID: logitech: Prevent possibility of infinite loop when using /sys interfaceSimon Wood1-2/+2
2014-05-14drivers/hid/hid-lg4ff.c: avoid world-writable sysfs files.Rusty Russell1-1/+1
2014-03-14HID: hid-lg4ff: Support new version of G27Simon Wood1-0/+2
2013-11-08HID:hid-lg4ff: Correct Auto-center strength for wheels other than MOMO and MOMO2Simon Wood1-0/+24
2013-11-08HID:hid-lg4ff: Initialize device properties before we touch autocentering.Simon Wood1-11/+11
2013-11-08HID:hid-lg4ff: ensure ConstantForce is disabled when set to 0Simon Wood1-0/+15
2013-11-08HID:hid-lg4ff: Switch autocentering off when strength is set to zero.Simon Wood1-0/+25
2013-11-08HID:hid-lg4ff: Scale autocentering force properly on Logitech wheelSimon Wood1-3/+12
2013-09-13HID: LG: validate HID output report detailsKees Cook1-19/+1
2013-04-30Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver-transport-cleanups', 'for-3.10/i2c-hid' and 'for-3.10/logitech' into for-linusJiri Kosina1-9/+11
2013-04-27HID: hid-lg4ff add support for new version of DFGT wheelSimon Wood1-0/+2
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires1-9/+9
2013-02-20HID: LG4FF: Remove unnecessary deadzone codeSimon Wood1-17/+0
2012-10-01Merge branch 'upstream' into for-linusJiri Kosina1-2/+2
2012-09-25HID: lg4ff: Minor coding style fixes in lg4ff and hid-lgMichal Malý1-2/+2
2012-09-25HID: hid-lg4ff: Set absolute axes parametes on DFPMichal Malý1-0/+17
2012-09-25HID: hid-lg4ff: Adjust X axis input value accordingly to selected range.Michal Malý1-0/+54
2012-09-25HID: hid-lg4ff: Minor code cleanup to improve readabilityMichal Malý1-57/+64
2012-09-17HID: lg4ff: Remove unnecessary casts of void pointersAxel Lin1-2/+2
2012-04-23HID: hid-lg4ff: remove unused label in !LEDS_CLASS caseJiri Kosina1-2/+1
2012-04-23HID: hid-lg4ff: Update CommentsSimon Wood1-3/+4
2012-04-23HID: hid-lg4ff: Add support for G27 LEDsSimon Wood1-1/+157
2012-04-13HID: lg4ff: Take advantage of private driver dataMichal Malý1-50/+42
2012-04-03HID: lg4ff: Remove sysfs iface before deallocating memoryMichal Malý1-2/+4
2011-11-11HID: hid-lg4ff: Casting (void *) value returned by kmalloc is uselessThomas Meyer1-1/+1
2011-08-23HID: hid-lg4ff: add a kfree() to an error pathDan Carpenter1-2/+2
2011-08-23HID: hid-lg4ff: silence sparse complaintDan Carpenter1-2/+2
2011-08-04HID: lg4ff - Add autocentering command accepted by Formula Force EXMichal Malý1-3/+33
2011-08-04HID: lg4ff - Add range setting support and sysfs interfaceMichal Malý1-12/+220
2011-08-04HID: lg4ff - Add support for native mode switchingMichal Malý1-0/+89
2011-08-04HID: lg4ff - Move handling of Logitech wheels to lg4ff driverMichal Malý1-22/+48
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-5/+4
2010-09-22HID: Add support for Logitech Speed Force Wireless gaming wheelSimon Wood1-0/+136