| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2024-09-06 | HID: lg: constify fixed up report descriptor | Thomas Weißschuh | 1 | -14/+14 |
| 2024-08-27 | HID: change return type of report_fixup() to const | Thomas Weißschuh | 1 | -1/+1 |
| 2024-06-06 | HID: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
| 2021-12-02 | HID: check for valid USB device for many HID drivers | Greg Kroah-Hartman | 1 | -2/+8 |
| 2021-03-08 | HID: logitech-dj: Handle newer quad/bt2.0 receivers in HID proxy mode | Hans de Goede | 1 | -24/+0 |
| 2019-08-22 | HID: logitech: Fix general protection fault caused by Logitech driver | Alan Stern | 1 | -4/+6 |
| 2019-07-10 | Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite... | Jiri Kosina | 1 | -6/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-09 | HID: logitech-dj: Add usb-id for the 27MHz MX3000 receiver | Hans de Goede | 1 | -2/+0 |
| 2019-04-23 | HID: logitech-dj: add support for 27 MHz receivers | Hans de Goede | 1 | -2/+0 |
| 2019-02-14 | HID: fix Logitech WingMan Formula GP joined axes | Jarrad Whitaker | 1 | -0/+60 |
| 2017-09-06 | HID: hid-lg: make array cbuf static const to shink object code size | Colin Ian King | 1 | -1/+3 |
| 2017-01-26 | HID: hid-lg: Fix immediate disconnection of Logitech Rumblepad 2 | Ardinartsev Nikita | 1 | -1/+1 |
| 2016-11-23 | HID: lg: make transfer buffers DMA capable | Benjamin Tissoires | 1 | -4/+10 |
| 2016-09-26 | HID: hid-logitech: Improve Wingman Formula Force GP support | Simon Wood | 1 | -1/+58 |
| 2016-09-26 | HID: hid-logitech: Rewrite of descriptor for all DF wheels | Simon Wood | 1 | -14/+1 |
| 2016-09-26 | HID: hid-logitech: Add combined pedal support Logitech wheels | Simon Wood | 1 | -0/+12 |
| 2016-02-10 | HID: lg: fix a typo in descriptors comments s/Joystik/Joystick/ | Antonio Ospite | 1 | -5/+5 |
| 2015-12-02 | HID: lg: restrict filtering out of first interface to G29 only | Benjamin Tissoires | 1 | -2/+3 |
| 2015-11-06 | HID: logitech: Add support for G29 | Simon Wood | 1 | -0/+9 |
| 2015-07-29 | HID: hid-lg: Add USBID for Logitech G29 Wheel | Simon Wood | 1 | -0/+2 |
| 2015-05-07 | HID: hid-lg: Only one of LG_FF flags can be set for a given device | Michal Malý | 1 | -3/+3 |
| 2015-05-07 | HID: hid-lg4ff: Stop the hid device from lg4ff | Michal Malý | 1 | -2/+2 |
| 2015-05-07 | HID: hid-lg: Check return values from lg[N]ff_init() | Michal Malý | 1 | -4/+7 |
| 2015-05-07 | HID: make timeout HZ independent | Nicholas Mc Guire | 1 | -1/+2 |
| 2015-02-18 | HID: hid-lg4ff: Introduce a module parameter to disable automatic switch of c... | Michal Malý | 1 | -0/+7 |
| 2014-08-21 | HID: fix a couple of off-by-ones | Jiri Kosina | 1 | -2/+2 |
| 2014-02-17 | HID: replace hid_output_raw_report with hid_hw_raw_request for feature requests | Benjamin Tissoires | 1 | -4/+4 |
| 2014-02-17 | HID: introduce helper to access hid_output_raw_report() | Benjamin Tissoires | 1 | -2/+4 |
| 2013-12-02 | HID: add support for Logitech Dual Action gamepads | Vitaly Katraew | 1 | -0/+2 |
| 2013-10-14 | HID: lg: fix Report Descriptor for Logitech MOMO Force (Black) | Simon Wood | 1 | -0/+58 |
| 2013-10-14 | HID: lg: fix ReportDescriptor for Logitech Formula Vibration | Simon Wood | 1 | -0/+77 |
| 2013-10-09 | HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel | Elias Vanderstuyft | 1 | -0/+3 |
| 2013-02-21 | Merge branches 'for-3.9/logitech', 'for-3.9/multitouch', 'for-3.9/ntrig', 'fo... | Jiri Kosina | 1 | -26/+186 |
| 2013-02-20 | HID: LG: Prevent the Logitech Gaming Wheels deadzone | Simon Wood | 1 | -0/+20 |
| 2013-02-20 | HID: LG: Fix detection of Logitech Speed Force Wireless (WiiWheel) | Simon Wood | 1 | -9/+11 |
| 2013-02-20 | HID: LG: Add support for Logitech Momo Force (Red) Wheel | Simon Wood | 1 | -1/+57 |
| 2013-02-19 | HID: logitech: split accel, brake for Driving Force wheel | Paul Sbarra | 1 | -3/+5 |
| 2013-02-19 | HID: logitech: add report descriptor for Driving Force wheel | Paul Sbarra | 1 | -5/+96 |
| 2013-01-03 | HID: Use module_hid_driver macro | H Hartley Sweeten | 1 | -12/+1 |
| 2012-10-01 | Merge branch 'upstream' into for-linus | Jiri Kosina | 1 | -6/+5 |
| 2012-09-25 | HID: lg4ff: Minor coding style fixes in lg4ff and hid-lg | Michal Malý | 1 | -3/+3 |
| 2012-09-25 | HID: hid-lg4ff: Adjust X axis input value accordingly to selected range. | Michal Malý | 1 | -0/+3 |
| 2012-09-17 | HID: lg: Remove unnecessary casts of void pointers | Axel Lin | 1 | -5/+5 |
| 2012-09-05 | HID: remove Paul Walmsley's copyright from places where it shouldn't be | Jiri Kosina | 1 | -1/+0 |
| 2012-04-03 | HID: hid-lg: Allow for custom device-specific properties to be stored in priv... | Michal Malý | 1 | -23/+32 |
| 2011-08-04 | HID: lg4ff - Add range setting support and sysfs interface | Michal Malý | 1 | -0/+10 |
| 2011-08-04 | HID: lg4ff - Move handling of Logitech wheels to lg4ff driver | Michal Malý | 1 | -8/+11 |
| 2011-06-07 | HID: Fix Logitech Driving Force Pro wheel | Michael Bauer | 1 | -1/+73 |
| 2011-05-03 | HID: add support for Logitech G27 wheel | Peter Gundermann | 1 | -0/+2 |
| 2011-03-17 | HID: add support for Logitech Driving Force Pro wheel | Jiri Kosina | 1 | -0/+2 |
| 2010-12-10 | HID: Add and use hid_<level>: dev_<level> equivalents | Joe Perches | 1 | -8/+7 |
| 2010-10-23 | HID: fix mismerge in hid-lg | Jiri Kosina | 1 | -1/+1 |
| 2010-10-23 | Merge branch 'uc-logic' into for-linus | Jiri Kosina | 1 | -5/+5 |
| 2010-10-04 | HID: force feedback support for Logitech RumblePad gamepad | Hendrik Iben | 1 | -0/+3 |
| 2010-09-22 | HID: Add support for Logitech Speed Force Wireless gaming wheel | Simon Wood | 1 | -0/+38 |
| 2010-08-09 | HID: allow resizing and replacing report descriptors | Nikolai Kondrashov | 1 | -4/+5 |
| 2010-04-19 | HID: add mappings for a few keys found on Logitech MX3200 | Lorenzo Castelli | 1 | -0/+9 |
| 2010-01-13 | HID: add driver for the Logitech Flight System G940 | Gary Stein | 1 | -1/+6 |
| 2009-12-07 | Merge branches 'bkl-removal', 'upstream' and 'upstream-fixes' into for-linus | Jiri Kosina | 1 | -0/+33 |
| 2009-11-25 | HID: make Media key on Logitech DiNovo Mini work | Jiri Kosina | 1 | -0/+20 |
| 2009-11-13 | HID: support Logitech/3DConnexion SpaceTraveler and SpaceNavigator | Jiri Kosina | 1 | -0/+13 |
| 2009-07-23 | HID: adding __init/__exit macros to module init/exit functions | Peter Huewe | 1 | -2/+2 |
| 2009-07-23 | HID: add force feedback support for Logitech WingMan Formula Force GP | Jiri Kosina | 1 | -0/+2 |
| 2009-04-17 | HID: Add support for the G25 force feedback wheel in native mode | Christophe Borivant | 1 | -0/+2 |
| 2009-03-30 | HID: remove compat stuff | Jiri Slaby | 1 | -2/+0 |
| 2009-01-04 | HID: automatically call usbhid_set_leds in usbhid driver | Alan Stern | 1 | -7/+0 |
| 2008-10-17 | Revert "HID: Invert HWHEEL mappings for some Logitech mice" | Dan Nicholson | 1 | -5/+0 |
| 2008-10-14 | HID: move logitech FF processing | Jiri Slaby | 1 | -0/+342 |