summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid
AgeCommit message (Expand)Author
2 daysMerge branch 'for-6.17/pidff' into for-linusJiri Kosina
2025-06-10HID: pidff: Move else if statements to follow closing bracesTomasz Pakuła
2025-06-10HID: pidff: Add missing spacesTomasz Pakuła
2025-06-10HID: pidff: Move trailing statements in pidff_rescale_signed()Tomasz Pakuła
2025-06-10HID: pidff: Remove unneeded else in pidff_find_special_field()Tomasz Pakuła
2025-06-10HID: pidff: Use __func__ in debugsTomasz Pakuła
2025-06-10HID: pidff: Rework pidff_set_time() to fix warningsTomasz Pakuła
2025-06-10HID: pidff: Remove unneeded debug from pidff_clamp()Tomasz Pakuła
2025-06-10HID: pidff: Fix missing blank lines after declarationsTomasz Pakuła
2025-06-10HID: hid-pidff.h: Fix comment stylingTomasz Pakuła
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-03Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-24HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-26Merge branch 'for-6.15/usb-hidbp' into for-linusJiri Kosina
2025-03-26Merge branch 'for-6.15/pidff' into for-linusJiri Kosina
2025-03-04HID: pidff: Fix set_device_control()Tomasz Pakuła
2025-03-04HID: pidff: Fix 90 degrees direction name North -> EastTomasz Pakuła
2025-03-04HID: pidff: Compute INFINITE value instead of using hardcoded 0xffffTomasz Pakuła
2025-03-04HID: pidff: Clamp effect playback LOOP_COUNT valueTomasz Pakuła
2025-03-04HID: pidff: Rename two functions to align them with naming conventionTomasz Pakuła
2025-02-11HID: pidff: Remove redundant call to pidff_find_special_keysTomasz Pakuła
2025-02-11HID: pidff: Support device error response from PID_BLOCK_LOADTomasz Pakuła
2025-02-11HID: pidff: Comment and code style updateTomasz Pakuła
2025-02-11HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAXTomasz Pakuła
2025-02-03HID: usbkbd: Fix the bit shift number for LED_KANAjunan
2025-02-03HID: pidff: Factor out pool report fetch and remove excess declarationTomasz Pakuła
2025-02-03HID: pidff: Use macros instead of hardcoded min/max values for shortsTomasz Pakuła
2025-02-03HID: pidff: Simplify pidff_rescale_signedTomasz Pakuła
2025-02-03HID: pidff: Move all hid-pidff definitions to a dedicated headerTomasz Pakuła
2025-02-03HID: pidff: Fix null pointer dereference in pidff_find_fieldsTomasz Pakuła
2025-02-03HID: pidff: Factor out code for setting gainTomasz Pakuła
2025-02-03HID: pidff: Rescale time values to match field unitsTomasz Pakuła
2025-02-03HID: pidff: Define values used in pidff_find_special_fieldsTomasz Pakuła
2025-02-03HID: pidff: Simplify pidff_upload_effect functionTomasz Pakuła
2025-02-03HID: pidff: Completely rework and fix pidff_reset functionTomasz Pakuła
2025-02-03HID: pidff: Add PERIODIC_SINE_ONLY quirkTomasz Pakuła
2025-02-03HID: pidff: Stop all effects before enabling actuatorsTomasz Pakuła
2025-02-03HID: pidff: Add FIX_WHEEL_DIRECTION quirkTomasz Pakuła
2025-02-03HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbolTomasz Pakuła
2025-02-03HID: pidff: Add PERMISSIVE_CONTROL quirkTomasz Pakuła
2025-02-03HID: pidff: Add MISSING_PBO quirk and its detectionTomasz Pakuła
2025-02-03HID: pidff: Add MISSING_DELAY quirk and its detectionTomasz Pakuła
2025-02-03HID: pidff: Clamp PERIODIC effect period to device's logical rangeTomasz Pakuła
2025-02-03HID: pidff: Do not send effect envelope if it's emptyTomasz Pakuła
2025-02-03HID: pidff: Convert infinite length from Linux API to PID standardTomasz Pakuła
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann
2024-11-18Merge branch 'for-6.13/core' into for-linusJiri Kosina
2024-10-08HID: Fix typo in the commentYan Zhen
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro