summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
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-16/+34
2025-08-13HID: intel-thc-hid: Intel-quicki2c: Enhance driver re-install flowEven Xu-0/+1
2025-08-13HID: hid-ntrig: fix unable to handle page fault in ntrig_report_version()Minjong Kim-0/+3
2025-08-13HID: asus: fix UAF via HID_CLAIMED_INPUT validationQasim Ijaz-1/+7
2025-08-13hid: fix I2C read buffer overflow in raw_event() for mcp2221Arnaud Lecomte-0/+4
2025-08-12HID: wacom: Add a new Art Pen 2Ping Cheng-0/+1
2025-08-12HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()Qasim Ijaz-0/+8
2025-08-12HID: Kconfig: Fix spelling mistake "enthropy" -> "entropy"Colin Ian King-1/+1
2025-08-12HID: uclogic: Use str_true_false() helperLiu Song-5/+5
2025-08-12HID: Intel-thc-hid: Intel-thc: Use str_true_false() helperLiu Song-1/+2
2025-08-12HID: intel-ish-hid: Increase ISHTP resume ack timeout to 300msZhang Lixu-6/+6
2025-08-12HID: steelseries: refactor probe() and remove()Jeongjun Park-70/+43
2025-08-11HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs saveAaron Ma-2/+2
2025-08-11HID: intel-thc-hid: intel-quicki2c: Fix ACPI dsd ICRS/ISUB lengthAaron Ma-0/+2
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-4/+4
2025-08-07Merge tag 'input-for-v6.17-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-19/+18
2025-08-06HID: hid-steam: Use new BTN_GRIP* buttonsVicki Pfau-19/+16
2025-08-03Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov-129/+365
2025-07-31Merge tag 'hid-for-linus-2025073101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-320/+1222
2025-07-31Merge branch 'for-6.17/uclogic' into for-linusJiri Kosina-5/+249
2025-07-31Merge branch 'for-6.17/pidff' into for-linusJiri Kosina-28/+28
2025-07-31Merge branch 'for-6.17/multitouch' into for-linusJiri Kosina-5/+58
2025-07-31Merge branch 'for-6.17/mcp2221' into for-linusJiri Kosina-8/+100
2025-07-31Merge branch 'for-6.17/intel-thc' into for-linusJiri Kosina-121/+544
2025-07-31Merge branch 'for-6.17/core' into for-linusJiri Kosina-8/+12
2025-07-31Merge branch 'for-6.17/battery-timer-fixes' into for-linusJiri Kosina-33/+54
2025-07-31Merge branch 'for-6.17/apple' into for-linusJiri Kosina-111/+148
2025-07-31Merge branch 'for-6.17/amd-sfh' into for-linusJiri Kosina-14/+43
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-39/+39
2025-07-28Merge tag 'sound-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+3
2025-07-27Input: Add and document BTN_GRIP*Vicki Pfau-0/+2
2025-07-25HID: core: Harden s32ton() against conversion to 0 bitsAlan Stern-1/+5
2025-07-18HID: apple: validate feature-report field count to prevent NULL pointer deref...Qasim Ijaz-1/+2
2025-07-15Merge tag 'hid-for-linus-2025071501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+15
2025-07-13HID: core: do not bypass hid_hw_raw_requestBenjamin Tissoires-2/+1
2025-07-13HID: core: ensure __hid_request reserves the report ID as the first byteBenjamin Tissoires-2/+9
2025-07-13HID: core: ensure the allocated report buffer can contain the reserved report IDBenjamin Tissoires-1/+4
2025-07-10HID: debug: Remove duplicate entry (BTN_WHEEL)Andy Shevchenko-1/+1
2025-07-07ASoC: soc-dapm: cleanupsMark Brown-21/+130
2025-07-05Merge tag 'hid-for-linus-2025070502' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+19
2025-07-03HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probeQasim Ijaz-4/+6
2025-07-03HID: Fix debug name for BTN_GEAR_DOWN, BTN_GEAR_UP, BTN_WHEELVicki Pfau-2/+2