index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
Age
Commit message (
Expand
)
Author
2025-11-18
HID: pidff: Fix needs_playback check
Tomasz Pakuła
2025-09-12
HID: pidff: Fix possible null pointer dereference
Tomasz Pakuła
2025-08-15
HID: pidff: Reduce PID_EFFECT_OPERATION spam
Tomasz Pakuła
2025-08-15
HID: pidff: clang-format pass
Tomasz Pakuła
2025-08-15
HID: pidff: Define all cardinal directions
Tomasz Pakuła
2025-08-15
HID: pidff: Remove Anssi's email address from info msg
Tomasz Pakuła
2025-08-15
HID: pidff: PERMISSIVE_CONTROL quirk autodetection
Tomasz Pakuła
2025-08-15
HID: pidff: Separate check for infinite duration
Tomasz Pakuła
2025-08-15
HID: pidff: Rework pidff_upload_effect
Tomasz Pakuła
2025-08-15
HID: pidff: Update debug messages
Tomasz Pakuła
2025-08-15
HID: pidff: Add support for AXES_ENABLE field
Tomasz Pakuła
2025-08-15
HID: pidff: Simplify HID field/usage searching logic
Tomasz Pakuła
2025-08-15
HID: pidff: Better quirk assigment when searching for fields
Tomasz Pakuła
2025-08-15
HID: pidff: Treat PID_REQUIRED_REPORTS as count, not max
Tomasz Pakuła
2025-08-15
HID: pidff: Use ARRAY_SIZE macro instead of sizeof
Tomasz Pakuła
2025-08-15
HID: pidff: Remove unneeded debug
Tomasz Pakuła
2025-08-15
HID: pidff: Remove unhelpful pidff_set_actuators helper
Tomasz Pakuła
2025-08-15
HID: pidff: Use direction fix only for conditional effects
Tomasz Pakuła
2025-07-31
Merge branch 'for-6.17/pidff' into for-linus
Jiri Kosina
2025-06-10
HID: pidff: Move else if statements to follow closing braces
Tomasz Pakuła
2025-06-10
HID: pidff: Add missing spaces
Tomasz Pakuła
2025-06-10
HID: pidff: Move trailing statements in pidff_rescale_signed()
Tomasz Pakuła
2025-06-10
HID: pidff: Remove unneeded else in pidff_find_special_field()
Tomasz Pakuła
2025-06-10
HID: pidff: Use __func__ in debugs
Tomasz Pakuła
2025-06-10
HID: pidff: Rework pidff_set_time() to fix warnings
Tomasz Pakuła
2025-06-10
HID: pidff: Remove unneeded debug from pidff_clamp()
Tomasz Pakuła
2025-06-10
HID: pidff: Fix missing blank lines after declarations
Tomasz Pakuła
2025-06-10
HID: hid-pidff.h: Fix comment styling
Tomasz Pakuła
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-06-03
Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-04-24
HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()
Terry Junge
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-26
Merge branch 'for-6.15/usb-hidbp' into for-linus
Jiri Kosina
2025-03-26
Merge branch 'for-6.15/pidff' into for-linus
Jiri Kosina
2025-03-04
HID: pidff: Fix set_device_control()
Tomasz Pakuła
2025-03-04
HID: pidff: Fix 90 degrees direction name North -> East
Tomasz Pakuła
2025-03-04
HID: pidff: Compute INFINITE value instead of using hardcoded 0xffff
Tomasz Pakuła
2025-03-04
HID: pidff: Clamp effect playback LOOP_COUNT value
Tomasz Pakuła
2025-03-04
HID: pidff: Rename two functions to align them with naming convention
Tomasz Pakuła
2025-02-11
HID: pidff: Remove redundant call to pidff_find_special_keys
Tomasz Pakuła
2025-02-11
HID: pidff: Support device error response from PID_BLOCK_LOAD
Tomasz Pakuła
2025-02-11
HID: pidff: Comment and code style update
Tomasz Pakuła
2025-02-11
HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAX
Tomasz Pakuła
2025-02-03
HID: usbkbd: Fix the bit shift number for LED_KANA
junan
2025-02-03
HID: pidff: Factor out pool report fetch and remove excess declaration
Tomasz Pakuła
2025-02-03
HID: pidff: Use macros instead of hardcoded min/max values for shorts
Tomasz Pakuła
2025-02-03
HID: pidff: Simplify pidff_rescale_signed
Tomasz Pakuła
2025-02-03
HID: pidff: Move all hid-pidff definitions to a dedicated header
Tomasz Pakuła
2025-02-03
HID: pidff: Fix null pointer dereference in pidff_find_fields
Tomasz Pakuła
2025-02-03
HID: pidff: Factor out code for setting gain
Tomasz Pakuła
[next]