summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-lg4ff.c
Commit message (Expand)AuthorAgeFilesLines
* HID: Fix assumption that devices have inputsAlan Stern2019-10-031-2/+9
* HID: logitech: Fix general protection fault caused by Logitech driverAlan Stern2019-08-221-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* HID: fix Logitech WingMan Formula GP joined axesJarrad Whitaker2019-02-141-0/+6
* HID: hid-logitech: remove redundant assignment to pointer valueColin Ian King2017-10-191-3/+1
* HID: hid-logitech: Improve Wingman Formula Force GP supportSimon Wood2016-09-261-0/+2
* HID: hid-logitech: Compute combined pedals valueSimon Wood2016-09-261-0/+17
* HID: hid-logitech: Add combined pedal support Logitech wheelsSimon Wood2016-09-261-0/+32
* HID: hid-logitech: Introduce control for combined pedals featureSimon Wood2016-09-261-0/+58
* HID: use to_hid_device()Geliang Tang2015-12-281-2/+2
* HID: move to_hid_device() to hid.hGeliang Tang2015-12-281-2/+0
* HID: logitech: Add support for G29Simon Wood2015-11-061-4/+53
* HID: logitech: Simplify wheel detection schemeSimon Wood2015-11-061-42/+28
* HID: hid-lg4ff: Allow the driver to continue without sysfs interfaceMichal Malý2015-05-071-4/+3
* HID: hid-lg4ff: Constify members of lg4ff_device_entryMichal Malý2015-05-071-15/+39
* HID: hid-lg4ff: Store pointer to the output HID report struct in the device e...Michal Malý2015-05-071-35/+32
* HID: hid-lg4ff: Protect concurrent access to output HID reportMichal Malý2015-05-071-0/+110
* HID: hid-lg4ff: Stop the hid device from lg4ffMichal Malý2015-05-071-0/+2
* HID: hid-lg4ff: Make lg4ff_wheel_data a separate structureMichal Malý2015-05-071-78/+88
* HID: hid-lg4ff: Update a warning messageMichal Malý2015-05-071-2/+3
* HID: hid-lg4ff: Explicit casts from void * are not necessaryMichal Malý2015-05-071-2/+2
* HID: hid-lg4ff: Remove unused variable from the "lg4ff_device_entry" struct.Michal Malý2015-05-071-1/+0
* HID: hid-lg4ff: Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal ...Michal Malý2015-05-071-6/+6
* HID: hid-lg4ff: Remove "hid_" prefix from some functions' namesMichal Malý2015-05-071-14/+14
* HID: hid-lg4ff: Remove double underscore prefix from numeric typesMichal Malý2015-05-071-26/+26
* HID: hid-lg4ff: Fix "undefined reference" build issue with CONFIG_USB disabledMichal Malý2015-02-181-8/+9
* HID: hid-lg4ff: Allow switching of Logitech gaming wheels between compatibili...Michal Malý2015-02-181-29/+175
* HID: hid-lg4ff: Introduce a module parameter to disable automatic switch of c...Michal Malý2015-02-181-1/+3
* HID: hid-lg4ff: Export the real wheel model and supported alternate modesMichal Malý2015-02-181-7/+198
* HID: hid-lg4ff: Identify Logitech gaming wheels in compatibility modesMichal Malý2015-02-181-76/+190
* HID: hid-lg4ff: use DEVICE_ATTR_RW macroVivien Didelot2015-01-191-7/+5
* HID: hid-lg4ff: fix sysfs attribute permissionVivien Didelot2015-01-191-1/+2
* HID: logitech: Prevent possibility of infinite loop when using /sys interfaceSimon Wood2014-08-151-2/+2
* drivers/hid/hid-lg4ff.c: avoid world-writable sysfs files.Rusty Russell2014-05-141-1/+1
* HID: hid-lg4ff: Support new version of G27Simon Wood2014-03-141-0/+2
* HID:hid-lg4ff: Correct Auto-center strength for wheels other than MOMO and MOMO2Simon Wood2013-11-081-0/+24
* HID:hid-lg4ff: Initialize device properties before we touch autocentering.Simon Wood2013-11-081-11/+11
* HID:hid-lg4ff: ensure ConstantForce is disabled when set to 0Simon Wood2013-11-081-0/+15
* HID:hid-lg4ff: Switch autocentering off when strength is set to zero.Simon Wood2013-11-081-0/+25
* HID:hid-lg4ff: Scale autocentering force properly on Logitech wheelSimon Wood2013-11-081-3/+12
* HID: LG: validate HID output report detailsKees Cook2013-09-131-19/+1
*-. Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver...Jiri Kosina2013-04-301-9/+11
|\ \
| | * HID: hid-lg4ff add support for new version of DFGT wheelSimon Wood2013-04-271-0/+2
| |/ |/|
| * HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires2013-02-251-9/+9
|/
* HID: LG4FF: Remove unnecessary deadzone codeSimon Wood2013-02-201-17/+0
* Merge branch 'upstream' into for-linusJiri Kosina2012-10-011-2/+2
|\
| * HID: lg4ff: Remove unnecessary casts of void pointersAxel Lin2012-09-171-2/+2
* | HID: lg4ff: Minor coding style fixes in lg4ff and hid-lgMichal Malý2012-09-251-2/+2
* | HID: hid-lg4ff: Set absolute axes parametes on DFPMichal Malý2012-09-251-0/+17
* | HID: hid-lg4ff: Adjust X axis input value accordingly to selected range.Michal Malý2012-09-251-0/+54