summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-lg4ff.c
AgeCommit message (Expand)Author
2019-11-06HID: Fix assumption that devices have inputsAlan Stern
2019-10-05HID: logitech: Fix general protection fault caused by Logitech driverAlan Stern
2016-09-26HID: hid-logitech: Improve Wingman Formula Force GP supportSimon Wood
2016-09-26HID: hid-logitech: Compute combined pedals valueSimon Wood
2016-09-26HID: hid-logitech: Add combined pedal support Logitech wheelsSimon Wood
2016-09-26HID: hid-logitech: Introduce control for combined pedals featureSimon Wood
2015-12-28HID: use to_hid_device()Geliang Tang
2015-12-28HID: move to_hid_device() to hid.hGeliang Tang
2015-11-06HID: logitech: Add support for G29Simon Wood
2015-11-06HID: logitech: Simplify wheel detection schemeSimon Wood
2015-05-07HID: hid-lg4ff: Allow the driver to continue without sysfs interfaceMichal Malý
2015-05-07HID: hid-lg4ff: Constify members of lg4ff_device_entryMichal Malý
2015-05-07HID: hid-lg4ff: Store pointer to the output HID report struct in the device e...Michal Malý
2015-05-07HID: hid-lg4ff: Protect concurrent access to output HID reportMichal Malý
2015-05-07HID: hid-lg4ff: Stop the hid device from lg4ffMichal Malý
2015-05-07HID: hid-lg4ff: Make lg4ff_wheel_data a separate structureMichal Malý
2015-05-07HID: hid-lg4ff: Update a warning messageMichal Malý
2015-05-07HID: hid-lg4ff: Explicit casts from void * are not necessaryMichal Malý
2015-05-07HID: hid-lg4ff: Remove unused variable from the "lg4ff_device_entry" struct.Michal Malý
2015-05-07HID: hid-lg4ff: Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal ...Michal Malý
2015-05-07HID: hid-lg4ff: Remove "hid_" prefix from some functions' namesMichal Malý
2015-05-07HID: hid-lg4ff: Remove double underscore prefix from numeric typesMichal Malý
2015-02-18HID: hid-lg4ff: Fix "undefined reference" build issue with CONFIG_USB disabledMichal Malý
2015-02-18HID: hid-lg4ff: Allow switching of Logitech gaming wheels between compatibili...Michal Malý
2015-02-18HID: hid-lg4ff: Introduce a module parameter to disable automatic switch of c...Michal Malý
2015-02-18HID: hid-lg4ff: Export the real wheel model and supported alternate modesMichal Malý
2015-02-18HID: hid-lg4ff: Identify Logitech gaming wheels in compatibility modesMichal Malý
2015-01-19HID: hid-lg4ff: use DEVICE_ATTR_RW macroVivien Didelot
2015-01-19HID: hid-lg4ff: fix sysfs attribute permissionVivien Didelot
2014-08-15HID: logitech: Prevent possibility of infinite loop when using /sys interfaceSimon Wood
2014-05-14drivers/hid/hid-lg4ff.c: avoid world-writable sysfs files.Rusty Russell
2014-03-14HID: hid-lg4ff: Support new version of G27Simon Wood
2013-11-08HID:hid-lg4ff: Correct Auto-center strength for wheels other than MOMO and MOMO2Simon Wood
2013-11-08HID:hid-lg4ff: Initialize device properties before we touch autocentering.Simon Wood
2013-11-08HID:hid-lg4ff: ensure ConstantForce is disabled when set to 0Simon Wood
2013-11-08HID:hid-lg4ff: Switch autocentering off when strength is set to zero.Simon Wood
2013-11-08HID:hid-lg4ff: Scale autocentering force properly on Logitech wheelSimon Wood
2013-09-13HID: LG: validate HID output report detailsKees Cook
2013-04-30Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver...Jiri Kosina
2013-04-27HID: hid-lg4ff add support for new version of DFGT wheelSimon Wood
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires
2013-02-20HID: LG4FF: Remove unnecessary deadzone codeSimon Wood
2012-10-01Merge branch 'upstream' into for-linusJiri Kosina
2012-09-25HID: lg4ff: Minor coding style fixes in lg4ff and hid-lgMichal Malý
2012-09-25HID: hid-lg4ff: Set absolute axes parametes on DFPMichal Malý
2012-09-25HID: hid-lg4ff: Adjust X axis input value accordingly to selected range.Michal Malý
2012-09-25HID: hid-lg4ff: Minor code cleanup to improve readabilityMichal Malý
2012-09-17HID: lg4ff: Remove unnecessary casts of void pointersAxel Lin
2012-04-23HID: hid-lg4ff: remove unused label in !LEDS_CLASS caseJiri Kosina
2012-04-23HID: hid-lg4ff: Update CommentsSimon Wood