summaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid
AgeCommit message (Expand)AuthorLines
12 daysMerge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21HID: pidff: Fix condition effect bit clearingTomasz Pakuła-4/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+8
2026-01-10HID: pidff: Do not set out of range trigger buttonTomasz Pakuła-3/+13
2025-12-19HID: usbhid: paper over wrong bNumDescriptor fieldBenjamin Tissoires-1/+16
2025-11-18HID: pidff: Fix needs_playback checkTomasz Pakuła-2/+2
2025-09-12HID: pidff: Fix possible null pointer dereferenceTomasz Pakuła-5/+10
2025-08-15HID: pidff: Reduce PID_EFFECT_OPERATION spamTomasz Pakuła-8/+28
2025-08-15HID: pidff: clang-format passTomasz Pakuła-29/+26
2025-08-15HID: pidff: Define all cardinal directionsTomasz Pakuła-2/+6
2025-08-15HID: pidff: Remove Anssi's email address from info msgTomasz Pakuła-1/+1
2025-08-15HID: pidff: PERMISSIVE_CONTROL quirk autodetectionTomasz Pakuła-3/+11
2025-08-15HID: pidff: Separate check for infinite durationTomasz Pakuła-5/+6
2025-08-15HID: pidff: Rework pidff_upload_effectTomasz Pakuła-128/+115
2025-08-15HID: pidff: Update debug messagesTomasz Pakuła-4/+11
2025-08-15HID: pidff: Add support for AXES_ENABLE fieldTomasz Pakuła-4/+87
2025-08-15HID: pidff: Simplify HID field/usage searching logicTomasz Pakuła-43/+62
2025-08-15HID: pidff: Better quirk assigment when searching for fieldsTomasz Pakuła-41/+18
2025-08-15HID: pidff: Treat PID_REQUIRED_REPORTS as count, not maxTomasz Pakuła-2/+2
2025-08-15HID: pidff: Use ARRAY_SIZE macro instead of sizeofTomasz Pakuła-23/+23
2025-08-15HID: pidff: Remove unneeded debugTomasz Pakuła-4/+0
2025-08-15HID: pidff: Remove unhelpful pidff_set_actuators helperTomasz Pakuła-11/+1
2025-08-15HID: pidff: Use direction fix only for conditional effectsTomasz Pakuła-6/+24
2025-07-31Merge branch 'for-6.17/pidff' into for-linusJiri Kosina-25/+24
2025-06-10HID: pidff: Move else if statements to follow closing bracesTomasz Pakuła-4/+2
2025-06-10HID: pidff: Add missing spacesTomasz Pakuła-5/+5
2025-06-10HID: pidff: Move trailing statements in pidff_rescale_signed()Tomasz Pakuła-2/+4
2025-06-10HID: pidff: Remove unneeded else in pidff_find_special_field()Tomasz Pakuła-4/+3
2025-06-10HID: pidff: Use __func__ in debugsTomasz Pakuła-2/+2
2025-06-10HID: pidff: Rework pidff_set_time() to fix warningsTomasz Pakuła-2/+2
2025-06-10HID: pidff: Remove unneeded debug from pidff_clamp()Tomasz Pakuła-3/+1
2025-06-10HID: pidff: Fix missing blank lines after declarationsTomasz Pakuła-1/+4
2025-06-10HID: hid-pidff.h: Fix comment stylingTomasz Pakuła-2/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-06-03Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+14
2025-04-24HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge-11/+14
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-03-26Merge branch 'for-6.15/usb-hidbp' into for-linusJiri Kosina-1/+1
2025-03-26Merge branch 'for-6.15/pidff' into for-linusJiri Kosina-197/+406
2025-03-04HID: pidff: Fix set_device_control()Tomasz Pakuła-5/+15
2025-03-04HID: pidff: Fix 90 degrees direction name North -> EastTomasz Pakuła-1/+1
2025-03-04HID: pidff: Compute INFINITE value instead of using hardcoded 0xffffTomasz Pakuła-1/+2
2025-03-04HID: pidff: Clamp effect playback LOOP_COUNT valueTomasz Pakuła-1/+2
2025-03-04HID: pidff: Rename two functions to align them with naming conventionTomasz Pakuła-7/+7
2025-02-11HID: pidff: Remove redundant call to pidff_find_special_keysTomasz Pakuła-4/+0
2025-02-11HID: pidff: Support device error response from PID_BLOCK_LOADTomasz Pakuła-1/+7
2025-02-11HID: pidff: Comment and code style updateTomasz Pakuła-32/+25
2025-02-11HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAXTomasz Pakuła-16/+13
2025-02-03HID: usbkbd: Fix the bit shift number for LED_KANAjunan-1/+1