aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-lg4ff.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-19HID: hid-lg4ff: use DEVICE_ATTR_RW macroGravatar Vivien Didelot 1-7/+5
2015-01-19HID: hid-lg4ff: fix sysfs attribute permissionGravatar Vivien Didelot 1-1/+2
2014-08-15HID: logitech: Prevent possibility of infinite loop when using /sys interfaceGravatar Simon Wood 1-2/+2
2014-05-14drivers/hid/hid-lg4ff.c: avoid world-writable sysfs files.Gravatar Rusty Russell 1-1/+1
2014-03-14HID: hid-lg4ff: Support new version of G27Gravatar Simon Wood 1-0/+2
2013-11-08HID:hid-lg4ff: Correct Auto-center strength for wheels other than MOMO and MOMO2Gravatar Simon Wood 1-0/+24
2013-11-08HID:hid-lg4ff: Initialize device properties before we touch autocentering.Gravatar Simon Wood 1-11/+11
2013-11-08HID:hid-lg4ff: ensure ConstantForce is disabled when set to 0Gravatar Simon Wood 1-0/+15
2013-11-08HID:hid-lg4ff: Switch autocentering off when strength is set to zero.Gravatar Simon Wood 1-0/+25
2013-11-08HID:hid-lg4ff: Scale autocentering force properly on Logitech wheelGravatar Simon Wood 1-3/+12
2013-09-13HID: LG: validate HID output report detailsGravatar Kees Cook 1-19/+1
2013-04-30Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver...Gravatar Jiri Kosina 1-9/+11
2013-04-27HID: hid-lg4ff add support for new version of DFGT wheelGravatar Simon Wood 1-0/+2
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidGravatar Benjamin Tissoires 1-9/+9
2013-02-20HID: LG4FF: Remove unnecessary deadzone codeGravatar Simon Wood 1-17/+0
2012-10-01Merge branch 'upstream' into for-linusGravatar Jiri Kosina 1-2/+2
2012-09-25HID: lg4ff: Minor coding style fixes in lg4ff and hid-lgGravatar Michal Malý 1-2/+2
2012-09-25HID: hid-lg4ff: Set absolute axes parametes on DFPGravatar Michal Malý 1-0/+17
2012-09-25HID: hid-lg4ff: Adjust X axis input value accordingly to selected range.Gravatar Michal Malý 1-0/+54
2012-09-25HID: hid-lg4ff: Minor code cleanup to improve readabilityGravatar Michal Malý 1-57/+64
2012-09-17HID: lg4ff: Remove unnecessary casts of void pointersGravatar Axel Lin 1-2/+2
2012-04-23HID: hid-lg4ff: remove unused label in !LEDS_CLASS caseGravatar Jiri Kosina 1-2/+1
2012-04-23HID: hid-lg4ff: Update CommentsGravatar Simon Wood 1-3/+4
2012-04-23HID: hid-lg4ff: Add support for G27 LEDsGravatar Simon Wood 1-1/+157
2012-04-13HID: lg4ff: Take advantage of private driver dataGravatar Michal Malý 1-50/+42
2012-04-03HID: lg4ff: Remove sysfs iface before deallocating memoryGravatar Michal Malý 1-2/+4
2011-11-11HID: hid-lg4ff: Casting (void *) value returned by kmalloc is uselessGravatar Thomas Meyer 1-1/+1
2011-08-23HID: hid-lg4ff: add a kfree() to an error pathGravatar Dan Carpenter 1-2/+2
2011-08-23HID: hid-lg4ff: silence sparse complaintGravatar Dan Carpenter 1-2/+2
2011-08-04HID: lg4ff - Add autocentering command accepted by Formula Force EXGravatar Michal Malý 1-3/+33
2011-08-04HID: lg4ff - Add range setting support and sysfs interfaceGravatar Michal Malý 1-12/+220
2011-08-04HID: lg4ff - Add support for native mode switchingGravatar Michal Malý 1-0/+89
2011-08-04HID: lg4ff - Move handling of Logitech wheels to lg4ff driverGravatar Michal Malý 1-22/+48
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsGravatar Joe Perches 1-5/+4
2010-09-22HID: Add support for Logitech Speed Force Wireless gaming wheelGravatar Simon Wood 1-0/+136