index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
hid-core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-03
Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-11
/
+14
2025-04-24
HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()
Terry Junge
1
-11
/
+14
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-02-03
HID: pidff: Move all hid-pidff definitions to a dedicated header
Tomasz Pakuła
1
-0
/
+1
2024-11-18
Merge branch 'for-6.13/core' into for-linus
Jiri Kosina
1
-1
/
+1
2024-10-08
HID: Fix typo in the comment
Yan Zhen
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-06-06
HID: usbhid: Share USB device firmware node with child HID device
Danny Kaehn
1
-0
/
+2
2023-10-25
HID: usbhid: remove #ifdef CONFIG_PM
Thomas Weißschuh
1
-8
/
+3
2023-01-17
HID: Make lowlevel driver structs const
Thomas Weißschuh
1
-1
/
+1
2023-01-17
HID: Unexport struct usb_hid_driver
Thomas Weißschuh
1
-2
/
+1
2023-01-17
HID: usbhid: Make hid_is_usb() non-inline
Thomas Weißschuh
1
-0
/
+6
2022-08-25
HID: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-04-23
HID: usbhid: remove third argument of usb_maxpacket()
Vincent Mailhol
1
-1
/
+1
2021-12-02
HID: add suspend/resume helpers
Benjamin Tissoires
1
-11
/
+8
2021-09-01
HID: usbhid: Simplify code in hid_submit_ctrl()
Alan Stern
1
-8
/
+4
2021-09-01
HID: usbhid: Fix warning caused by 0-length input reports
Alan Stern
1
-0
/
+1
2021-09-01
HID: usbhid: Fix flood of "control queue full" messages
Michal Kubecek
1
-8
/
+7
2021-07-28
HID: usbhid: free raw_report buffers in usbhid_stop
Anirudh Rayabharam
1
-1
/
+12
2021-06-25
HID: usbhid: Implement may_wakeup ll-driver callback
Hans de Goede
1
-0
/
+8
2021-05-05
HID: usbhid: fix info leak in hid_submit_ctrl
Anirudh Rayabharam
1
-1
/
+1
2020-11-25
HID: usbhid: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2020-08-18
Revert "HID: usbhid: do not sleep when opening device"
Jiri Kosina
1
-29
/
+24
2020-06-16
HID: usbhid: remove redundant assignment to variable retval
Colin Ian King
1
-1
/
+1
2020-06-16
HID: usbhid: do not sleep when opening device
Dmitry Torokhov
1
-24
/
+29
2020-04-29
HID: usbhid: Fix race between usbhid_close() and usbhid_stop()
Alan Stern
1
-8
/
+29
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-4
/
+1
2018-06-25
HID: usbhid: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-3
/
+4
2018-03-23
HID: usbhid: extend the polling interval configuration to keyboards
Filip Alac
1
-1
/
+11
2017-11-21
HID: Ignore Jabra HID interface based on firmware version
Niels Skou Olsen
1
-0
/
+1
2017-11-21
HID: core: move the dynamic quirks handling in core
Benjamin Tissoires
1
-6
/
+4
2017-11-15
Merge branch 'for-4.15/use-timer-setup' into for-linus
Jiri Kosina
1
-4
/
+4
2017-10-11
HID: usbhid: fix out-of-bounds bug
Jaejoong Kim
1
-1
/
+11
2017-10-11
HID: usbhid: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+4
2017-09-05
Merge branch 'for-4.14/wacom' into for-linus
Jiri Kosina
1
-1
/
+2
2017-07-27
HID: introduce hid_is_using_ll_driver
Jason Gerecke
1
-1
/
+2
2017-07-21
HID: usbhid: fix "always poll" quirk
Dmitry Torokhov
1
-6
/
+10
2017-06-08
HID: usbhid: remove custom locking from usbhid_open/close
Dmitry Torokhov
1
-62
/
+53
2017-06-08
HID: usbhid: do not rely on hid->open when deciding to do IO
Dmitry Torokhov
1
-7
/
+18
2017-06-08
HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
Dmitry Torokhov
1
-17
/
+5
2017-06-08
HID: hiddev: use hid_hw_open/close instead of usbhid_open/close
Dmitry Torokhov
1
-2
/
+2
2017-05-02
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...
Jiri Kosina
1
-20
/
+25
2017-03-21
HID: remove initial reading of reports at connect
Benjamin Tissoires
1
-8
/
+3
2017-03-06
HID: usbhid: Use pr_<level> and remove unnecessary OOM messages
Joe Perches
1
-9
/
+7
2017-03-06
HID: usbhid: extend polling interval configuration to joysticks
Tobias Jakobi
1
-3
/
+15
2017-01-06
HID: remove use of DRIVER_LICENSE
Grant Grundler
1
-2
/
+1
2016-12-09
HID: usbhid: fix improper return value
Pan Bian
1
-3
/
+3
2016-03-24
HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
Alan Stern
1
-36
/
+37
2015-12-01
HID: usbhid: fix recursive deadlock
Ioan-Adrian Ratiu
1
-2
/
+2
[next]