summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2025-03-04HID: lenovo: Fix to ensure the data as __le32 instead of u32Vishnu Sankar1-1/+1
2025-02-24HID: bpf: add a v6.11+ compatible BPF fixup for the XPPen ACK05 remoteBenjamin Tissoires1-0/+330
2025-02-24HID: bpf: new hid_bpf_async.h common headerBenjamin Tissoires1-0/+219
2025-02-24HID: bpf: import new kfunc from v6.10 & v6.11Benjamin Tissoires1-0/+19
2025-02-24HID: bpf: add support for the XP-Pen Artist Pro 19 (gen2)Benjamin Tissoires1-4/+40
2025-02-24HID: bpf: Added updated Kamvas Pro 19 descriptorBenjamin Tissoires1-4/+71
2025-02-24HID: bpf: Suppress bogus F13 trigger on Sirius keyboard full fan shortcutBenjamin Tissoires1-0/+47
2025-02-24HID: bpf: Add support for the default firmware mode of the Huion K20Benjamin Tissoires1-0/+531
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu1-1/+3
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()Zhang Lixu1-1/+1
2025-02-19HID: google: fix unused variable warning under !CONFIG_ACPIYu-Chun Lin1-0/+2
2025-02-19HID: google: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang1-1/+0
2025-02-19HID: nintendo: fix gencon button events mapRyan McClelland1-7/+7
2025-02-19Hid: Intel-thc-hid: Intel-thc: Fix "dubious: !x | !y" issueEven Xu1-1/+1
2025-02-19HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully"Colin Ian King1-1/+1
2025-02-19HID: appletb-kbd: Fix inconsistent indentation and pass -ENODEV to dev_err_probeAditya Garg1-7/+7
2025-02-19HID: hid-appletb-bl: fix incorrect error message for default brightnessAditya Garg1-2/+3
2025-02-19HID: hid-appletb-kbd: simplify logic used to switch between media and functio...Aditya Garg1-7/+8
2025-02-18HID: corsair-void: Update power supply values with a unified work handlerStuart Hayhurst1-40/+43
2025-02-12HID: pidff: Remove redundant call to pidff_find_special_keysTomasz Pakuła1-4/+0
2025-02-12HID: pidff: Support device error response from PID_BLOCK_LOADTomasz Pakuła1-1/+7
2025-02-12HID: pidff: Comment and code style updateTomasz Pakuła1-32/+25
2025-02-12HID: hid-universal-pidff: Add Asetek wheelbases supportTomasz Pakuła2-3/+13
2025-02-12HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAXTomasz Pakuła1-16/+13
2025-02-11HID: Kconfig: Add LEDS_CLASS_MULTICOLOR dependency to HID_LOGITECHKate Hsuan1-0/+1
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-39/+96
2025-02-10HID: hid-appletb-bl: use appletb_bl_brightness_map instead of magic numbers t...Aditya Garg1-6/+2
2025-02-10HID: hid-appletb-kbd: make struct attribute *appletb_kbd_attrs[] staticAditya Garg1-2/+2
2025-02-08HID: Enable playstation driver for PlayStation 5 controllersAlex Henrie1-0/+4
2025-02-08HID: Enable playstation driver independently of sony driverAlex Henrie1-5/+7
2025-02-07HID: core: Add reserved item tag for main itemsTatsuya S1-1/+5
2025-02-07HID: hid-steam: Mutex cleanup in steam_set_lizard_mode()Vicki Pfau1-5/+2
2025-02-07HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ contextVicki Pfau1-1/+1
2025-02-07HID: hid-steam: Move hidraw input (un)registering to workVicki Pfau1-7/+31
2025-02-07HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()Tulio Fernandes1-1/+1
2025-02-07HID: apple: fix up the F6 key on the Omoton KB066 keyboardAlex Henrie1-0/+3
2025-02-07HID: hid-apple: Apple Magic Keyboard a3203 USB-C supportIevgen Vovk2-0/+6
2025-02-07HID: hid-appletb-kbd: add support for automatic brightness control while usin...Aditya Garg2-4/+81
2025-02-07HID: hid-appletb-kbd: add support for fn toggle between media and function modeAditya Garg1-0/+128
2025-02-07HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch BarsKerem Karabay4-1/+320
2025-02-07HID: hid-appletb-bl: add driver for the backlight of Apple Touch BarsKerem Karabay4-1/+221
2025-02-07HID: hid-lg-g15: Use standard multicolor LED APIKate Hsuan1-81/+65
2025-02-07HID: intel-thc-hid: Remove deprecated PCI API callsPhilipp Stanner2-18/+10
2025-02-04HID: topre: Fix n-key rollover on Realforce R3S TKL boardsDaniel Brackenbury3-1/+10
2025-02-04HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDsZhang Lixu2-0/+9
2025-02-04HID: usbkbd: Fix the bit shift number for LED_KANAjunan1-1/+1
2025-02-04HID: multitouch: Add NULL check in mt_input_configuredCharles Han1-1/+4
2025-02-04HID: winwing: Add NULL check in winwing_init_led()Charles Han1-0/+2
2025-02-03HID: pidff: Factor out pool report fetch and remove excess declarationTomasz Pakuła1-21/+24
2025-02-03HID: pidff: Use macros instead of hardcoded min/max values for shortsTomasz Pakuła1-12/+12