summaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/hid-core.c
Commit message (Expand)AuthorAgeFilesLines
* HID: usbhid: remove #ifdef CONFIG_PMThomas Weißschuh2023-10-251-8/+3
* HID: Make lowlevel driver structs constThomas Weißschuh2023-01-171-1/+1
* HID: Unexport struct usb_hid_driverThomas Weißschuh2023-01-171-2/+1
* HID: usbhid: Make hid_is_usb() non-inlineThomas Weißschuh2023-01-171-0/+6
* HID: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-251-1/+1
* HID: usbhid: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-1/+1
* HID: add suspend/resume helpersBenjamin Tissoires2021-12-021-11/+8
* HID: usbhid: Simplify code in hid_submit_ctrl()Alan Stern2021-09-011-8/+4
* HID: usbhid: Fix warning caused by 0-length input reportsAlan Stern2021-09-011-0/+1
* HID: usbhid: Fix flood of "control queue full" messagesMichal Kubecek2021-09-011-8/+7
* HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam2021-07-281-1/+12
* HID: usbhid: Implement may_wakeup ll-driver callbackHans de Goede2021-06-251-0/+8
* HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam2021-05-051-1/+1
* HID: usbhid: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-251-0/+2
* Revert "HID: usbhid: do not sleep when opening device"Jiri Kosina2020-08-181-29/+24
* HID: usbhid: remove redundant assignment to variable retvalColin Ian King2020-06-161-1/+1
* HID: usbhid: do not sleep when opening deviceDmitry Torokhov2020-06-161-24/+29
* HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern2020-04-291-8/+29
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* HID: usbhid: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-251-3/+4
* HID: usbhid: extend the polling interval configuration to keyboardsFilip Alac2018-03-231-1/+11
* HID: Ignore Jabra HID interface based on firmware versionNiels Skou Olsen2017-11-211-0/+1
* HID: core: move the dynamic quirks handling in coreBenjamin Tissoires2017-11-211-6/+4
* Merge branch 'for-4.15/use-timer-setup' into for-linusJiri Kosina2017-11-151-4/+4
|\
| * HID: usbhid: Convert timers to use timer_setup()Kees Cook2017-10-111-4/+4
* | HID: usbhid: fix out-of-bounds bugJaejoong Kim2017-10-111-1/+11
|/
* Merge branch 'for-4.14/wacom' into for-linusJiri Kosina2017-09-051-1/+2
|\
| * HID: introduce hid_is_using_ll_driverJason Gerecke2017-07-271-1/+2
* | HID: usbhid: fix "always poll" quirkDmitry Torokhov2017-07-211-6/+10
|/
* HID: usbhid: remove custom locking from usbhid_open/closeDmitry Torokhov2017-06-081-62/+53
* HID: usbhid: do not rely on hid->open when deciding to do IODmitry Torokhov2017-06-081-7/+18
* HID: hiddev: use hid_hw_power instead of usbhid_get/put_powerDmitry Torokhov2017-06-081-17/+5
* HID: hiddev: use hid_hw_open/close instead of usbhid_open/closeDmitry Torokhov2017-06-081-2/+2
*---. Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...Jiri Kosina2017-05-021-20/+25
|\ \ \
| | | * HID: usbhid: Use pr_<level> and remove unnecessary OOM messagesJoe Perches2017-03-061-9/+7
| | | * HID: usbhid: extend polling interval configuration to joysticksTobias Jakobi2017-03-061-3/+15
| |_|/ |/| |
| * | HID: remove initial reading of reports at connectBenjamin Tissoires2017-03-211-8/+3
|/ /
* | HID: remove use of DRIVER_LICENSEGrant Grundler2017-01-061-2/+1
* | HID: usbhid: fix improper return valuePan Bian2016-12-091-3/+3
|/
* HID: usbhid: fix inconsistent reset/resume/reset-resume behaviorAlan Stern2016-03-241-36/+37
* HID: usbhid: fix recursive deadlockIoan-Adrian Ratiu2015-12-011-2/+2
* HID: usbhid: discarded events don't abort idlenessOliver Neukum2015-11-231-1/+1
* HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_errorDon Zickus2015-08-181-1/+1
* HID: usbhid: no flushing if device is already polledOliver Neukum2015-07-081-1/+2
*-. Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...Jiri Kosina2014-12-121-2/+1
|\ \
| * | HID: make hid_report_len as a static inline function in hid.hMathieu Magnaudet2014-12-011-2/+1
| |/
* / HID: usbhid: prevent unwanted events to be sent when re-opening the deviceBenjamin Tissoires2014-10-291-12/+24
|/
*-. Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/p...Jiri Kosina2014-10-061-28/+32
|\ \
| | * HID: usbhid: improve handling of Clear-Halt and resetAlan Stern2014-09-031-25/+9
| |/ |/|
| * HID: usbhid: add always-poll quirkJohan Hovold2014-09-081-3/+23
|/