index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
Age
Commit message (
Expand
)
Author
Files
Lines
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-03-26
Merge branch 'for-6.15/usb-hidbp' into for-linus
Jiri Kosina
1
-1
/
+1
2025-03-26
Merge branch 'for-6.15/pidff' into for-linus
Jiri Kosina
3
-197
/
+406
2025-03-04
HID: pidff: Fix set_device_control()
Tomasz Pakuła
1
-5
/
+15
2025-03-04
HID: pidff: Fix 90 degrees direction name North -> East
Tomasz Pakuła
1
-1
/
+1
2025-03-04
HID: pidff: Compute INFINITE value instead of using hardcoded 0xffff
Tomasz Pakuła
1
-1
/
+2
2025-03-04
HID: pidff: Clamp effect playback LOOP_COUNT value
Tomasz Pakuła
1
-1
/
+2
2025-03-04
HID: pidff: Rename two functions to align them with naming convention
Tomasz Pakuła
1
-7
/
+7
2025-02-11
HID: pidff: Remove redundant call to pidff_find_special_keys
Tomasz Pakuła
1
-4
/
+0
2025-02-11
HID: pidff: Support device error response from PID_BLOCK_LOAD
Tomasz Pakuła
1
-1
/
+7
2025-02-11
HID: pidff: Comment and code style update
Tomasz Pakuła
1
-32
/
+25
2025-02-11
HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAX
Tomasz Pakuła
1
-16
/
+13
2025-02-03
HID: usbkbd: Fix the bit shift number for LED_KANA
junan
1
-1
/
+1
2025-02-03
HID: pidff: Factor out pool report fetch and remove excess declaration
Tomasz Pakuła
1
-21
/
+24
2025-02-03
HID: pidff: Use macros instead of hardcoded min/max values for shorts
Tomasz Pakuła
1
-12
/
+12
2025-02-03
HID: pidff: Simplify pidff_rescale_signed
Tomasz Pakuła
1
-3
/
+3
2025-02-03
HID: pidff: Move all hid-pidff definitions to a dedicated header
Tomasz Pakuła
3
-1
/
+36
2025-02-03
HID: pidff: Fix null pointer dereference in pidff_find_fields
Tomasz Pakuła
1
-0
/
+10
2025-02-03
HID: pidff: Factor out code for setting gain
Tomasz Pakuła
1
-11
/
+15
2025-02-03
HID: pidff: Rescale time values to match field units
Tomasz Pakuła
1
-15
/
+54
2025-02-03
HID: pidff: Define values used in pidff_find_special_fields
Tomasz Pakuła
1
-6
/
+15
2025-02-03
HID: pidff: Simplify pidff_upload_effect function
Tomasz Pakuła
1
-38
/
+16
2025-02-03
HID: pidff: Completely rework and fix pidff_reset function
Tomasz Pakuła
1
-49
/
+89
2025-02-03
HID: pidff: Add PERIODIC_SINE_ONLY quirk
Tomasz Pakuła
1
-0
/
+3
2025-02-03
HID: pidff: Stop all effects before enabling actuators
Tomasz Pakuła
1
-2
/
+7
2025-02-03
HID: pidff: Add FIX_WHEEL_DIRECTION quirk
Tomasz Pakuła
1
-3
/
+9
2025-02-03
HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
Tomasz Pakuła
1
-1
/
+14
2025-02-03
HID: pidff: Add PERMISSIVE_CONTROL quirk
Tomasz Pakuła
1
-1
/
+2
2025-02-03
HID: pidff: Add MISSING_PBO quirk and its detection
Tomasz Pakuła
1
-18
/
+29
2025-02-03
HID: pidff: Add MISSING_DELAY quirk and its detection
Tomasz Pakuła
1
-5
/
+28
2025-02-03
HID: pidff: Clamp PERIODIC effect period to device's logical range
Tomasz Pakuła
1
-3
/
+16
2025-02-03
HID: pidff: Do not send effect envelope if it's empty
Tomasz Pakuła
1
-18
/
+24
2025-02-03
HID: pidff: Convert infinite length from Linux API to PID standard
Tomasz Pakuła
1
-1
/
+7
2025-02-03
HID: intel-thc: fix CONFIG_HID dependency
Arnd Bergmann
1
-2
/
+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-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
[prev]
[next]