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
/
hid-pidff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
HID: pidff: fix OOB write when hid->inputs is empty
Baul Lee
1
-3
/
+10
2026-06-10
HID: pidff: Use correct effect type in effect update
Oleg Makarenko
1
-1
/
+1
2026-05-12
HID: pidff: Fix integer overflow in pidff_rescale
Tomasz Pakuła
1
-2
/
+5
2026-04-16
Merge branch 'for-7.1/pidff' into for-linus
Jiri Kosina
1
-19
/
+38
2026-03-06
Merge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+7
2026-02-26
HID: pidff: Add MISSING_DEADBAND quirk
Tomasz Pakuła
1
-3
/
+9
2026-02-26
HID: pidff: Add MISSING_NEG_SATURATION quirk
Tomasz Pakuła
1
-4
/
+10
2026-02-26
HID: pidff: Add MISSING_NEG_COEFFICIENT quirk
Tomasz Pakuła
1
-2
/
+9
2026-02-26
HID: pidff: Refactor field quirks detection
Tomasz Pakuła
1
-12
/
+12
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
HID: pidff: Fix condition effect bit clearing
Tomasz Pakuła
1
-4
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-10
HID: pidff: Do not set out of range trigger button
Tomasz Pakuła
1
-3
/
+13
2025-11-18
HID: pidff: Fix needs_playback check
Tomasz Pakuła
1
-2
/
+2
2025-09-12
HID: pidff: Fix possible null pointer dereference
Tomasz Pakuła
1
-5
/
+10
2025-08-15
HID: pidff: Reduce PID_EFFECT_OPERATION spam
Tomasz Pakuła
1
-8
/
+28
2025-08-15
HID: pidff: clang-format pass
Tomasz Pakuła
1
-29
/
+26
2025-08-15
HID: pidff: Define all cardinal directions
Tomasz Pakuła
1
-2
/
+6
2025-08-15
HID: pidff: Remove Anssi's email address from info msg
Tomasz Pakuła
1
-1
/
+1
2025-08-15
HID: pidff: PERMISSIVE_CONTROL quirk autodetection
Tomasz Pakuła
1
-3
/
+11
2025-08-15
HID: pidff: Separate check for infinite duration
Tomasz Pakuła
1
-5
/
+6
2025-08-15
HID: pidff: Rework pidff_upload_effect
Tomasz Pakuła
1
-128
/
+115
2025-08-15
HID: pidff: Update debug messages
Tomasz Pakuła
1
-4
/
+11
2025-08-15
HID: pidff: Add support for AXES_ENABLE field
Tomasz Pakuła
1
-4
/
+87
2025-08-15
HID: pidff: Simplify HID field/usage searching logic
Tomasz Pakuła
1
-43
/
+62
2025-08-15
HID: pidff: Better quirk assigment when searching for fields
Tomasz Pakuła
1
-41
/
+18
2025-08-15
HID: pidff: Treat PID_REQUIRED_REPORTS as count, not max
Tomasz Pakuła
1
-2
/
+2
2025-08-15
HID: pidff: Use ARRAY_SIZE macro instead of sizeof
Tomasz Pakuła
1
-23
/
+23
2025-08-15
HID: pidff: Remove unneeded debug
Tomasz Pakuła
1
-4
/
+0
2025-08-15
HID: pidff: Remove unhelpful pidff_set_actuators helper
Tomasz Pakuła
1
-11
/
+1
2025-08-15
HID: pidff: Use direction fix only for conditional effects
Tomasz Pakuła
1
-5
/
+23
2025-06-10
HID: pidff: Move else if statements to follow closing braces
Tomasz Pakuła
1
-4
/
+2
2025-06-10
HID: pidff: Add missing spaces
Tomasz Pakuła
1
-5
/
+5
2025-06-10
HID: pidff: Move trailing statements in pidff_rescale_signed()
Tomasz Pakuła
1
-2
/
+4
2025-06-10
HID: pidff: Remove unneeded else in pidff_find_special_field()
Tomasz Pakuła
1
-4
/
+3
2025-06-10
HID: pidff: Use __func__ in debugs
Tomasz Pakuła
1
-2
/
+2
2025-06-10
HID: pidff: Rework pidff_set_time() to fix warnings
Tomasz Pakuła
1
-2
/
+2
2025-06-10
HID: pidff: Remove unneeded debug from pidff_clamp()
Tomasz Pakuła
1
-3
/
+1
2025-06-10
HID: pidff: Fix missing blank lines after declarations
Tomasz Pakuła
1
-1
/
+4
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: 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
[next]