index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
hid-pidff.c
Age
Commit message (
Expand
)
Author
2026-01-10
HID: pidff: Do not set out of range trigger button
Tomasz Pakuła
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-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-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: 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
2025-02-03
HID: pidff: Rescale time values to match field units
Tomasz Pakuła
2025-02-03
HID: pidff: Define values used in pidff_find_special_fields
Tomasz Pakuła
2025-02-03
HID: pidff: Simplify pidff_upload_effect function
Tomasz Pakuła
2025-02-03
HID: pidff: Completely rework and fix pidff_reset function
Tomasz Pakuła
2025-02-03
HID: pidff: Add PERIODIC_SINE_ONLY quirk
Tomasz Pakuła
2025-02-03
HID: pidff: Stop all effects before enabling actuators
Tomasz Pakuła
2025-02-03
HID: pidff: Add FIX_WHEEL_DIRECTION quirk
Tomasz Pakuła
2025-02-03
HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
Tomasz Pakuła
[next]