Age | Commit message (Expand) | Author |
2020-08-18 | Revert "HID: usbhid: do not sleep when opening device" | Jiri Kosina |
2020-06-16 | HID: usbhid: remove redundant assignment to variable retval | Colin Ian King |
2020-06-16 | HID: usbhid: do not sleep when opening device | Dmitry Torokhov |
2020-04-29 | HID: usbhid: Fix race between usbhid_close() and usbhid_stop() | Alan Stern |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2018-06-25 | HID: usbhid: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior |
2018-03-23 | HID: usbhid: extend the polling interval configuration to keyboards | Filip Alac |
2017-11-21 | HID: Ignore Jabra HID interface based on firmware version | Niels Skou Olsen |
2017-11-21 | HID: core: move the dynamic quirks handling in core | Benjamin Tissoires |
2017-11-15 | Merge branch 'for-4.15/use-timer-setup' into for-linus | Jiri Kosina |
2017-10-11 | HID: usbhid: fix out-of-bounds bug | Jaejoong Kim |
2017-10-11 | HID: usbhid: Convert timers to use timer_setup() | Kees Cook |
2017-09-05 | Merge branch 'for-4.14/wacom' into for-linus | Jiri Kosina |
2017-07-27 | HID: introduce hid_is_using_ll_driver | Jason Gerecke |
2017-07-21 | HID: usbhid: fix "always poll" quirk | Dmitry Torokhov |
2017-06-08 | HID: usbhid: remove custom locking from usbhid_open/close | Dmitry Torokhov |
2017-06-08 | HID: usbhid: do not rely on hid->open when deciding to do IO | Dmitry Torokhov |
2017-06-08 | HID: hiddev: use hid_hw_power instead of usbhid_get/put_power | Dmitry Torokhov |
2017-06-08 | HID: hiddev: use hid_hw_open/close instead of usbhid_open/close | Dmitry Torokhov |
2017-05-02 | Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2... | Jiri Kosina |
2017-03-21 | HID: remove initial reading of reports at connect | Benjamin Tissoires |
2017-03-06 | HID: usbhid: Use pr_<level> and remove unnecessary OOM messages | Joe Perches |
2017-03-06 | HID: usbhid: extend polling interval configuration to joysticks | Tobias Jakobi |
2017-01-06 | HID: remove use of DRIVER_LICENSE | Grant Grundler |
2016-12-09 | HID: usbhid: fix improper return value | Pan Bian |
2016-03-24 | HID: usbhid: fix inconsistent reset/resume/reset-resume behavior | Alan Stern |
2015-12-01 | HID: usbhid: fix recursive deadlock | Ioan-Adrian Ratiu |
2015-11-23 | HID: usbhid: discarded events don't abort idleness | Oliver Neukum |
2015-08-18 | HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error | Don Zickus |
2015-07-08 | HID: usbhid: no flushing if device is already polled | Oliver Neukum |
2014-12-12 | Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov... | Jiri Kosina |
2014-12-01 | HID: make hid_report_len as a static inline function in hid.h | Mathieu Magnaudet |
2014-10-29 | HID: usbhid: prevent unwanted events to be sent when re-opening the device | Benjamin Tissoires |
2014-10-06 | Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/p... | Jiri Kosina |
2014-09-08 | HID: usbhid: add always-poll quirk | Johan Hovold |
2014-09-03 | HID: usbhid: improve handling of Clear-Halt and reset | Alan Stern |
2014-07-29 | HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed | Reyad Attiyat |
2014-06-10 | HID: usbhid: remove unneeded initialization of quirks_param[] | Mathias Krause |
2014-03-14 | HID: remove hid_output_raw_report transport implementations | Benjamin Tissoires |
2014-03-14 | HID: sony: do not rely on hid_output_raw_report | Benjamin Tissoires |
2014-02-17 | HID: usbhid: change return error of usbhid_output_report | Benjamin Tissoires |
2014-02-17 | HID: remove hid_get_raw_report in struct hid_device | Benjamin Tissoires |
2014-02-17 | HID: usbhid: remove duplicated code | Benjamin Tissoires |
2014-01-29 | HID: Add transport-driver functions to the USB HID interface. | Frank Praznik |
2013-09-06 | Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'f... | Jiri Kosina |
2013-08-27 | HID: do not init input reports for Win 8 multitouch devices | Benjamin Tissoires |
2013-07-31 | HID: usbhid: use generic hidinput_input_event() | David Herrmann |
2013-07-31 | HID: usbhid: update LED fields unlocked | David Herrmann |
2013-07-31 | HID: usbhid: make usbhid_set_leds() static | David Herrmann |
2013-07-22 | HID: fix data access in implement() | Jiri Kosina |