aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-lg4ff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-07HID: hid-lg4ff: Allow the driver to continue without sysfs interfaceMichal Malý1-4/+3
2015-05-07HID: hid-lg4ff: Constify members of lg4ff_device_entryMichal Malý1-15/+39
2015-05-07HID: hid-lg4ff: Store pointer to the output HID report struct in the device entry structMichal Malý1-35/+32
2015-05-07HID: hid-lg4ff: Protect concurrent access to output HID reportMichal Malý1-0/+110
2015-05-07HID: hid-lg4ff: Stop the hid device from lg4ffMichal Malý1-0/+2
2015-05-07HID: hid-lg4ff: Make lg4ff_wheel_data a separate structureMichal Malý1-78/+88
2015-05-07HID: hid-lg4ff: Update a warning messageMichal Malý1-2/+3
2015-05-07HID: hid-lg4ff: Explicit casts from void * are not necessaryMichal Malý1-2/+2
2015-05-07HID: hid-lg4ff: Remove unused variable from the "lg4ff_device_entry" struct.Michal Malý1-1/+0
2015-05-07HID: hid-lg4ff: Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal functions prefixed with "lg4ff_"Michal Malý1-6/+6
2015-05-07HID: hid-lg4ff: Remove "hid_" prefix from some functions' namesMichal Malý1-14/+14
2015-05-07HID: hid-lg4ff: Remove double underscore prefix from numeric typesMichal Malý1-26/+26
2015-02-18HID: hid-lg4ff: Fix "undefined reference" build issue with CONFIG_USB disabledMichal Malý1-8/+9
2015-02-18HID: hid-lg4ff: Allow switching of Logitech gaming wheels between compatibility modesMichal Malý1-29/+175
2015-02-18HID: hid-lg4ff: Introduce a module parameter to disable automatic switch of compatibility modeMichal Malý1-1/+3
2015-02-18HID: hid-lg4ff: Export the real wheel model and supported alternate modesMichal Malý1-7/+198
2015-02-18HID: hid-lg4ff: Identify Logitech gaming wheels in compatibility modesMichal Malý1-76/+190
2015-01-19HID: hid-lg4ff: use DEVICE_ATTR_RW macroVivien Didelot1-7/+5
2015-01-19HID: hid-lg4ff: fix sysfs attribute permissionVivien Didelot1-1/+2
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