index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
Age
Commit message (
Expand
)
Author
Lines
2025-04-24
HID: cp2112: hold the lock for the entire direction_output() call
Bartosz Golaszewski
-8
/
+15
2025-04-24
HID: cp2112: destroy mutex on driver detach
Bartosz Golaszewski
-1
/
+6
2025-04-24
HID: intel-thc-hid: intel-quicki2c: pass correct arguments to acpi_evaluate_o...
Wentao Guan
-6
/
+1
2025-04-24
HID: corsair-void: Use to_delayed_work()
Chen Ni
-2
/
+2
2025-04-24
HID: wacom: fix memory leak on size mismatch in wacom_wac_queue_flush()
Qasim Ijaz
-0
/
+1
2025-04-24
HID: wacom: handle kzalloc() allocation failure in wacom_wac_queue_flush()
Qasim Ijaz
-1
/
+7
2025-04-24
HID: thrustmaster: fix memory leak in thrustmaster_interrupts()
Qasim Ijaz
-0
/
+1
2025-04-24
HID: bpf: fix BTN_STYLUS for the XP Pen ACK05 remote
Peter Hutterer
-0
/
+1
2025-04-24
HID: hid-logitech: use sysfs_emit_at() instead of scnprintf()
TangDongxing
-3
/
+3
2025-04-24
HID: quirks: Add HID_QUIRK_IGNORE_MOUSE quirk
Aditya Garg
-1
/
+4
2025-04-24
HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()
Terry Junge
-13
/
+16
2025-04-24
HID: Kysona: Add periodic online check
Lode Willems
-2
/
+44
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-16
/
+16
2025-03-26
Merge branch 'for-6.15/wacom' into for-linus
Jiri Kosina
-23
/
+27
2025-03-26
Merge branch 'for-6.15/usb-hidbp' into for-linus
Jiri Kosina
-1
/
+1
2025-03-26
Merge branch 'for-6.15/steam' into for-linus
Jiri Kosina
-5
/
+2
2025-03-26
Merge branch 'for-6.15/sony' into for-linus
Jiri Kosina
-5
/
+11
2025-03-26
Merge branch 'for-6.15/plantronics' into for-linus
Jiri Kosina
-77
/
+67
2025-03-26
Merge branch 'for-6.15/pidff' into for-linus
Jiri Kosina
-197
/
+660
2025-03-26
Merge branch 'for-6.15/logitech' into for-linus
Jiri Kosina
-81
/
+66
2025-03-26
Merge branch 'for-6.15/lenovo' into for-linus
Jiri Kosina
-5
/
+3
2025-03-26
Merge branch 'for-6.15/intel-thc' into for-linus
Jiri Kosina
-23
/
+15
2025-03-26
Merge branch 'for-6.15/intel-ish' into for-linus
Jiri Kosina
-1
/
+0
2025-03-26
Merge branch 'for-6.15/google' into for-linus
Jiri Kosina
-1
/
+0
2025-03-26
Merge branch 'for-6.15/core' into for-linus
Jiri Kosina
-1
/
+5
2025-03-26
Merge branch 'for-6.15/bpf' into for-linus
Jiri Kosina
-8
/
+1257
2025-03-26
Merge branch 'for-6.15/apple' into for-linus
Jiri Kosina
-2
/
+744
2025-03-26
Merge branch 'for-6.15/amd_sfh' into for-linus
Jiri Kosina
-8
/
+197
2025-03-12
HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMW...
Jiri Kosina
-1
/
+0
2025-03-05
Merge tag 'hid-for-linus-2025030501' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-58
/
+70
2025-03-05
HID: Intel-thc-hid: Intel-quickspi: Correct device state names gramatically
Even Xu
-4
/
+4
2025-03-04
HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4
Even Xu
-0
/
+2
2025-03-04
HID: wacom: Remove static WACOM_PKGLEN_MAX limit
Jason Gerecke
-23
/
+27
2025-03-04
HID: amd_sfh: Don't show wrong status for amd_sfh_hpd_info()
Mario Limonciello
-1
/
+1
2025-03-04
HID: amd_sfh: Default to HPD disabled
Mario Limonciello
-0
/
+1
2025-03-04
HID: amd_sfh: Allow configuring whether HPD is enabled or disabled
Mario Limonciello
-2
/
+109
2025-03-04
HID: intel-thc-hid: Fix spelling mistake "intput" -> "input"
Colin Ian King
-1
/
+1
2025-03-04
HID: hid-steam: Fix use-after-free when detaching device
Vicki Pfau
-1
/
+1
2025-03-04
HID: debug: Fix spelling mistake "Messanger" -> "Messenger"
Colin Ian King
-1
/
+1
2025-03-04
HID: pidff: Fix set_device_control()
Tomasz Pakuła
-5
/
+15
2025-03-04
HID: pidff: Fix 90 degrees direction name North -> East
Tomasz Pakuła
-1
/
+1
2025-03-04
HID: pidff: Compute INFINITE value instead of using hardcoded 0xffff
Tomasz Pakuła
-1
/
+2
2025-03-04
HID: pidff: Clamp effect playback LOOP_COUNT value
Tomasz Pakuła
-1
/
+2
2025-03-04
HID: pidff: Rename two functions to align them with naming convention
Tomasz Pakuła
-7
/
+7
2025-03-04
HID: appleir: Fix potential NULL dereference at raw event handle
Daniil Dulov
-1
/
+1
2025-03-04
HID: apple: disable Fn key handling on the Omoton KB066
Alex Henrie
-4
/
+7
2025-03-04
HID: i2c-hid: improve i2c_hid_get_report error message
Wentao Guan
-1
/
+1
2025-03-04
HID: lenovo: silence unreachable code warning
Dan Carpenter
-4
/
+2
2025-03-04
HID: lenovo: Fix to ensure the data as __le32 instead of u32
Vishnu Sankar
-1
/
+1
2025-02-24
HID: bpf: add a v6.11+ compatible BPF fixup for the XPPen ACK05 remote
Benjamin Tissoires
-0
/
+330
[prev]
[next]