index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
hid-core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
HID: usbhid: Share USB device firmware node with child HID device
Danny Kaehn
2024-06-06
1
-0
/
+2
*
HID: usbhid: remove #ifdef CONFIG_PM
Thomas Weißschuh
2023-10-25
1
-8
/
+3
*
HID: Make lowlevel driver structs const
Thomas Weißschuh
2023-01-17
1
-1
/
+1
*
HID: Unexport struct usb_hid_driver
Thomas Weißschuh
2023-01-17
1
-2
/
+1
*
HID: usbhid: Make hid_is_usb() non-inline
Thomas Weißschuh
2023-01-17
1
-0
/
+6
*
HID: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-25
1
-1
/
+1
*
HID: usbhid: remove third argument of usb_maxpacket()
Vincent Mailhol
2022-04-23
1
-1
/
+1
*
HID: add suspend/resume helpers
Benjamin Tissoires
2021-12-02
1
-11
/
+8
*
HID: usbhid: Simplify code in hid_submit_ctrl()
Alan Stern
2021-09-01
1
-8
/
+4
*
HID: usbhid: Fix warning caused by 0-length input reports
Alan Stern
2021-09-01
1
-0
/
+1
*
HID: usbhid: Fix flood of "control queue full" messages
Michal Kubecek
2021-09-01
1
-8
/
+7
*
HID: usbhid: free raw_report buffers in usbhid_stop
Anirudh Rayabharam
2021-07-28
1
-1
/
+12
*
HID: usbhid: Implement may_wakeup ll-driver callback
Hans de Goede
2021-06-25
1
-0
/
+8
*
HID: usbhid: fix info leak in hid_submit_ctrl
Anirudh Rayabharam
2021-05-05
1
-1
/
+1
*
HID: usbhid: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-25
1
-0
/
+2
*
Revert "HID: usbhid: do not sleep when opening device"
Jiri Kosina
2020-08-18
1
-29
/
+24
*
HID: usbhid: remove redundant assignment to variable retval
Colin Ian King
2020-06-16
1
-1
/
+1
*
HID: usbhid: do not sleep when opening device
Dmitry Torokhov
2020-06-16
1
-24
/
+29
*
HID: usbhid: Fix race between usbhid_close() and usbhid_stop()
Alan Stern
2020-04-29
1
-8
/
+29
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-4
/
+1
*
HID: usbhid: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
2018-06-25
1
-3
/
+4
*
HID: usbhid: extend the polling interval configuration to keyboards
Filip Alac
2018-03-23
1
-1
/
+11
*
HID: Ignore Jabra HID interface based on firmware version
Niels Skou Olsen
2017-11-21
1
-0
/
+1
*
HID: core: move the dynamic quirks handling in core
Benjamin Tissoires
2017-11-21
1
-6
/
+4
*
Merge branch 'for-4.15/use-timer-setup' into for-linus
Jiri Kosina
2017-11-15
1
-4
/
+4
|
\
|
*
HID: usbhid: Convert timers to use timer_setup()
Kees Cook
2017-10-11
1
-4
/
+4
*
|
HID: usbhid: fix out-of-bounds bug
Jaejoong Kim
2017-10-11
1
-1
/
+11
|
/
*
Merge branch 'for-4.14/wacom' into for-linus
Jiri Kosina
2017-09-05
1
-1
/
+2
|
\
|
*
HID: introduce hid_is_using_ll_driver
Jason Gerecke
2017-07-27
1
-1
/
+2
*
|
HID: usbhid: fix "always poll" quirk
Dmitry Torokhov
2017-07-21
1
-6
/
+10
|
/
*
HID: usbhid: remove custom locking from usbhid_open/close
Dmitry Torokhov
2017-06-08
1
-62
/
+53
*
HID: usbhid: do not rely on hid->open when deciding to do IO
Dmitry Torokhov
2017-06-08
1
-7
/
+18
*
HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
Dmitry Torokhov
2017-06-08
1
-17
/
+5
*
HID: hiddev: use hid_hw_open/close instead of usbhid_open/close
Dmitry Torokhov
2017-06-08
1
-2
/
+2
*
-
-
-
.
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...
Jiri Kosina
2017-05-02
1
-20
/
+25
|
\
\
\
|
|
|
*
HID: usbhid: Use pr_<level> and remove unnecessary OOM messages
Joe Perches
2017-03-06
1
-9
/
+7
|
|
|
*
HID: usbhid: extend polling interval configuration to joysticks
Tobias Jakobi
2017-03-06
1
-3
/
+15
|
|
_
|
/
|
/
|
|
|
*
|
HID: remove initial reading of reports at connect
Benjamin Tissoires
2017-03-21
1
-8
/
+3
|
/
/
*
|
HID: remove use of DRIVER_LICENSE
Grant Grundler
2017-01-06
1
-2
/
+1
*
|
HID: usbhid: fix improper return value
Pan Bian
2016-12-09
1
-3
/
+3
|
/
*
HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
Alan Stern
2016-03-24
1
-36
/
+37
*
HID: usbhid: fix recursive deadlock
Ioan-Adrian Ratiu
2015-12-01
1
-2
/
+2
*
HID: usbhid: discarded events don't abort idleness
Oliver Neukum
2015-11-23
1
-1
/
+1
*
HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error
Don Zickus
2015-08-18
1
-1
/
+1
*
HID: usbhid: no flushing if device is already polled
Oliver Neukum
2015-07-08
1
-1
/
+2
*
-
.
Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...
Jiri Kosina
2014-12-12
1
-2
/
+1
|
\
\
|
*
|
HID: make hid_report_len as a static inline function in hid.h
Mathieu Magnaudet
2014-12-01
1
-2
/
+1
|
|
/
*
/
HID: usbhid: prevent unwanted events to be sent when re-opening the device
Benjamin Tissoires
2014-10-29
1
-12
/
+24
|
/
*
-
.
Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/p...
Jiri Kosina
2014-10-06
1
-28
/
+32
|
\
\
[next]