summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2025-02-24HID: bpf: new hid_bpf_async.h common headerBenjamin Tissoires-0/+219
2025-02-24HID: bpf: import new kfunc from v6.10 & v6.11Benjamin Tissoires-0/+19
2025-02-24HID: bpf: add support for the XP-Pen Artist Pro 19 (gen2)Benjamin Tissoires-4/+40
2025-02-24HID: bpf: Added updated Kamvas Pro 19 descriptorBenjamin Tissoires-4/+71
2025-02-24HID: bpf: Suppress bogus F13 trigger on Sirius keyboard full fan shortcutBenjamin Tissoires-0/+47
2025-02-24HID: bpf: Add support for the default firmware mode of the Huion K20Benjamin Tissoires-0/+531
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu-1/+3
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()Zhang Lixu-1/+1
2025-02-19HID: google: fix unused variable warning under !CONFIG_ACPIYu-Chun Lin-0/+2
2025-02-19HID: google: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang-1/+0
2025-02-19HID: nintendo: fix gencon button events mapRyan McClelland-7/+7
2025-02-18Hid: Intel-thc-hid: Intel-thc: Fix "dubious: !x | !y" issueEven Xu-1/+1
2025-02-18HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully"Colin Ian King-1/+1
2025-02-18HID: appletb-kbd: Fix inconsistent indentation and pass -ENODEV to dev_err_probeAditya Garg-7/+7
2025-02-18HID: hid-appletb-bl: fix incorrect error message for default brightnessAditya Garg-2/+3
2025-02-18HID: hid-appletb-kbd: simplify logic used to switch between media and functio...Aditya Garg-7/+8
2025-02-18HID: corsair-void: Update power supply values with a unified work handlerStuart Hayhurst-40/+43
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: hid-universal-pidff: Add Asetek wheelbases supportTomasz Pakuła-3/+13
2025-02-11HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAXTomasz Pakuła-16/+13
2025-02-11HID: Kconfig: Add LEDS_CLASS_MULTICOLOR dependency to HID_LOGITECHKate Hsuan-0/+1
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-39/+96
2025-02-10HID: hid-appletb-bl: use appletb_bl_brightness_map instead of magic numbers t...Aditya Garg-6/+2
2025-02-10HID: hid-appletb-kbd: make struct attribute *appletb_kbd_attrs[] staticAditya Garg-2/+2
2025-02-08HID: Enable playstation driver for PlayStation 5 controllersAlex Henrie-0/+4
2025-02-08HID: Enable playstation driver independently of sony driverAlex Henrie-5/+7
2025-02-07HID: core: Add reserved item tag for main itemsTatsuya S-1/+5
2025-02-07HID: hid-steam: Mutex cleanup in steam_set_lizard_mode()Vicki Pfau-5/+2
2025-02-07HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ contextVicki Pfau-1/+1
2025-02-07HID: hid-steam: Move hidraw input (un)registering to workVicki Pfau-7/+31
2025-02-07HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()Tulio Fernandes-1/+1
2025-02-07HID: apple: fix up the F6 key on the Omoton KB066 keyboardAlex Henrie-0/+3
2025-02-07HID: hid-apple: Apple Magic Keyboard a3203 USB-C supportIevgen Vovk-0/+6
2025-02-07HID: hid-appletb-kbd: add support for automatic brightness control while usin...Aditya Garg-4/+81
2025-02-07HID: hid-appletb-kbd: add support for fn toggle between media and function modeAditya Garg-0/+128
2025-02-07HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch BarsKerem Karabay-1/+320
2025-02-07HID: hid-appletb-bl: add driver for the backlight of Apple Touch BarsKerem Karabay-1/+221
2025-02-07HID: hid-lg-g15: Use standard multicolor LED APIKate Hsuan-81/+65
2025-02-07HID: intel-thc-hid: Remove deprecated PCI API callsPhilipp Stanner-18/+10
2025-02-03HID: topre: Fix n-key rollover on Realforce R3S TKL boardsDaniel Brackenbury-1/+10
2025-02-03HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDsZhang Lixu-0/+9
2025-02-03HID: usbkbd: Fix the bit shift number for LED_KANAjunan-1/+1
2025-02-03HID: multitouch: Add NULL check in mt_input_configuredCharles Han-1/+4
2025-02-03HID: winwing: Add NULL check in winwing_init_led()Charles Han-0/+2
2025-02-03HID: pidff: Factor out pool report fetch and remove excess declarationTomasz Pakuła-21/+24
2025-02-03HID: pidff: Use macros instead of hardcoded min/max values for shortsTomasz Pakuła-12/+12
2025-02-03HID: pidff: Simplify pidff_rescale_signedTomasz Pakuła-3/+3
2025-02-03HID: pidff: Move all hid-pidff definitions to a dedicated headerTomasz Pakuła-2/+38