summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid/hid-core.c
AgeCommit message (Expand)Author
2023-10-25HID: usbhid: remove #ifdef CONFIG_PMThomas Weißschuh
2023-01-17HID: Make lowlevel driver structs constThomas Weißschuh
2023-01-17HID: Unexport struct usb_hid_driverThomas Weißschuh
2023-01-17HID: usbhid: Make hid_is_usb() non-inlineThomas Weißschuh
2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-23HID: usbhid: remove third argument of usb_maxpacket()Vincent Mailhol
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires
2021-09-01HID: usbhid: Simplify code in hid_submit_ctrl()Alan Stern
2021-09-01HID: usbhid: Fix warning caused by 0-length input reportsAlan Stern
2021-09-01HID: usbhid: Fix flood of "control queue full" messagesMichal Kubecek
2021-07-28HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam
2021-06-25HID: usbhid: Implement may_wakeup ll-driver callbackHans de Goede
2021-05-05HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam
2020-11-25HID: usbhid: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-18Revert "HID: usbhid: do not sleep when opening device"Jiri Kosina
2020-06-16HID: usbhid: remove redundant assignment to variable retvalColin Ian King
2020-06-16HID: usbhid: do not sleep when opening deviceDmitry Torokhov
2020-04-29HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-06-25HID: usbhid: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-03-23HID: usbhid: extend the polling interval configuration to keyboardsFilip Alac
2017-11-21HID: Ignore Jabra HID interface based on firmware versionNiels Skou Olsen
2017-11-21HID: core: move the dynamic quirks handling in coreBenjamin Tissoires
2017-11-15Merge branch 'for-4.15/use-timer-setup' into for-linusJiri Kosina
2017-10-11HID: usbhid: fix out-of-bounds bugJaejoong Kim
2017-10-11HID: usbhid: Convert timers to use timer_setup()Kees Cook
2017-09-05Merge branch 'for-4.14/wacom' into for-linusJiri Kosina
2017-07-27HID: introduce hid_is_using_ll_driverJason Gerecke
2017-07-21HID: usbhid: fix "always poll" quirkDmitry Torokhov
2017-06-08HID: usbhid: remove custom locking from usbhid_open/closeDmitry Torokhov
2017-06-08HID: usbhid: do not rely on hid->open when deciding to do IODmitry Torokhov
2017-06-08HID: hiddev: use hid_hw_power instead of usbhid_get/put_powerDmitry Torokhov
2017-06-08HID: hiddev: use hid_hw_open/close instead of usbhid_open/closeDmitry Torokhov
2017-05-02Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...Jiri Kosina
2017-03-21HID: remove initial reading of reports at connectBenjamin Tissoires
2017-03-06HID: usbhid: Use pr_<level> and remove unnecessary OOM messagesJoe Perches
2017-03-06HID: usbhid: extend polling interval configuration to joysticksTobias Jakobi
2017-01-06HID: remove use of DRIVER_LICENSEGrant Grundler
2016-12-09HID: usbhid: fix improper return valuePan Bian
2016-03-24HID: usbhid: fix inconsistent reset/resume/reset-resume behaviorAlan Stern
2015-12-01HID: usbhid: fix recursive deadlockIoan-Adrian Ratiu
2015-11-23HID: usbhid: discarded events don't abort idlenessOliver Neukum
2015-08-18HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_errorDon Zickus
2015-07-08HID: usbhid: no flushing if device is already polledOliver Neukum
2014-12-12Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...Jiri Kosina
2014-12-01HID: make hid_report_len as a static inline function in hid.hMathieu Magnaudet
2014-10-29HID: usbhid: prevent unwanted events to be sent when re-opening the deviceBenjamin Tissoires
2014-10-06Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/p...Jiri Kosina
2014-09-08HID: usbhid: add always-poll quirkJohan Hovold
2014-09-03HID: usbhid: improve handling of Clear-Halt and resetAlan Stern