index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()
Terry Junge
1
-11
/
+14
2025-05-29
HID: usbkbd: Fix the bit shift number for LED_KANA
junan
1
-1
/
+1
2025-04-20
HID: pidff: Fix set_device_control()
Tomasz Pakuła
1
-5
/
+15
2025-04-20
HID: pidff: Fix 90 degrees direction name North -> East
Tomasz Pakuła
1
-1
/
+1
2025-04-20
HID: pidff: Compute INFINITE value instead of using hardcoded 0xffff
Tomasz Pakuła
1
-1
/
+2
2025-04-20
HID: pidff: Clamp effect playback LOOP_COUNT value
Tomasz Pakuła
1
-1
/
+2
2025-04-20
HID: pidff: Rename two functions to align them with naming convention
Tomasz Pakuła
1
-7
/
+7
2025-04-20
HID: pidff: Remove redundant call to pidff_find_special_keys
Tomasz Pakuła
1
-4
/
+0
2025-04-20
HID: pidff: Support device error response from PID_BLOCK_LOAD
Tomasz Pakuła
1
-1
/
+7
2025-04-20
HID: pidff: Comment and code style update
Tomasz Pakuła
1
-32
/
+25
2025-04-20
HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAX
Tomasz Pakuła
1
-16
/
+13
2025-04-20
HID: pidff: Factor out pool report fetch and remove excess declaration
Tomasz Pakuła
1
-21
/
+24
2025-04-20
HID: pidff: Use macros instead of hardcoded min/max values for shorts
Tomasz Pakuła
1
-12
/
+12
2025-04-20
HID: pidff: Simplify pidff_rescale_signed
Tomasz Pakuła
1
-3
/
+3
2025-04-20
HID: pidff: Move all hid-pidff definitions to a dedicated header
Tomasz Pakuła
3
-1
/
+36
2025-04-20
HID: pidff: Factor out code for setting gain
Tomasz Pakuła
1
-11
/
+15
2025-04-20
HID: pidff: Rescale time values to match field units
Tomasz Pakuła
1
-15
/
+54
2025-04-20
HID: pidff: Define values used in pidff_find_special_fields
Tomasz Pakuła
1
-6
/
+15
2025-04-20
HID: pidff: Simplify pidff_upload_effect function
Tomasz Pakuła
1
-38
/
+16
2025-04-20
HID: pidff: Completely rework and fix pidff_reset function
Tomasz Pakuła
1
-49
/
+89
2025-04-20
HID: pidff: Stop all effects before enabling actuators
Tomasz Pakuła
1
-2
/
+7
2025-04-20
HID: pidff: Clamp PERIODIC effect period to device's logical range
Tomasz Pakuła
1
-3
/
+16
2025-04-20
HID: pidff: Fix null pointer dereference in pidff_find_fields
Tomasz Pakuła
1
-0
/
+10
2025-04-20
HID: pidff: Add PERIODIC_SINE_ONLY quirk
Tomasz Pakuła
1
-0
/
+3
2025-04-20
HID: pidff: Add FIX_WHEEL_DIRECTION quirk
Tomasz Pakuła
1
-3
/
+9
2025-04-20
HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
Tomasz Pakuła
1
-1
/
+14
2025-04-20
HID: pidff: Add PERMISSIVE_CONTROL quirk
Tomasz Pakuła
1
-1
/
+2
2025-04-20
HID: pidff: Add MISSING_PBO quirk and its detection
Tomasz Pakuła
1
-18
/
+29
2025-04-20
HID: pidff: Add MISSING_DELAY quirk and its detection
Tomasz Pakuła
1
-5
/
+28
2025-04-20
HID: pidff: Do not send effect envelope if it's empty
Tomasz Pakuła
1
-18
/
+24
2025-04-20
HID: pidff: Convert infinite length from Linux API to PID standard
Tomasz Pakuła
1
-1
/
+7
2024-10-03
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-02-22
Merge branch 'for-6.3/hid-core' into for-linus
Benjamin Tissoires
1
-2
/
+7
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-10-20
USB: make devnode() callback in usb_class_driver take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-08-25
HID: move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-3
/
+3
2022-04-23
HID: usbhid: remove third argument of usb_maxpacket()
Vincent Mailhol
3
-3
/
+3
2021-12-02
HID: add suspend/resume helpers
Benjamin Tissoires
1
-11
/
+8
2021-09-01
Merge branch 'for-5.15/core' into for-linus
Jiri Kosina
1
-11
/
+18
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: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"
Colin Ian King
1
-1
/
+1
2021-07-28
HID: usbhid: free raw_report buffers in usbhid_stop
Anirudh Rayabharam
1
-1
/
+12
2021-06-30
Merge branch 'for-5.14/multitouch' into for-linus
Jiri Kosina
1
-0
/
+8
2021-06-30
Merge branch 'for-5.14/core' into for-linus
Jiri Kosina
1
-1
/
+1
[next]