summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| * | | HID: lenovo: Fix to ensure the data as __le32 instead of u32Vishnu Sankar2025-03-041-1/+1
| | |/ | |/|
* | | Merge branch 'for-6.15/intel-thc' into for-linusJiri Kosina2025-03-265-23/+15
|\ \ \
| * | | HID: Intel-thc-hid: Intel-quickspi: Correct device state names gramaticallyEven Xu2025-03-053-4/+4
| * | | Hid: Intel-thc-hid: Intel-thc: Fix "dubious: !x | !y" issueEven Xu2025-02-181-1/+1
| * | | HID: intel-thc-hid: Remove deprecated PCI API callsPhilipp Stanner2025-02-072-18/+10
| | |/ | |/|
* | | Merge branch 'for-6.15/intel-ish' into for-linusJiri Kosina2025-03-261-1/+0
|\ \ \
| * | | HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMW...Jiri Kosina2025-03-121-1/+0
| * | | Merge tag 'hid-for-linus-2025030501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2025-03-0512-58/+70
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'for-6.15/google' into for-linusJiri Kosina2025-03-261-1/+0
|\ \ \ \
| * | | | HID: google: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang2025-02-191-1/+0
| |/ / /
* | | | Merge branch 'for-6.15/core' into for-linusJiri Kosina2025-03-261-1/+5
|\ \ \ \
| * | | | HID: core: Add reserved item tag for main itemsTatsuya S2025-02-071-1/+5
| | |_|/ | |/| |
* | | | Merge branch 'for-6.15/bpf' into for-linusJiri Kosina2025-03-267-8/+1257
|\ \ \ \
| * | | | HID: bpf: add a v6.11+ compatible BPF fixup for the XPPen ACK05 remoteBenjamin Tissoires2025-02-241-0/+330
| * | | | HID: bpf: new hid_bpf_async.h common headerBenjamin Tissoires2025-02-241-0/+219
| * | | | HID: bpf: import new kfunc from v6.10 & v6.11Benjamin Tissoires2025-02-241-0/+19
| * | | | HID: bpf: add support for the XP-Pen Artist Pro 19 (gen2)Benjamin Tissoires2025-02-241-4/+40
| * | | | HID: bpf: Added updated Kamvas Pro 19 descriptorBenjamin Tissoires2025-02-241-4/+71
| * | | | HID: bpf: Suppress bogus F13 trigger on Sirius keyboard full fan shortcutBenjamin Tissoires2025-02-241-0/+47
| * | | | HID: bpf: Add support for the default firmware mode of the Huion K20Benjamin Tissoires2025-02-241-0/+531
| | |/ / | |/| |
* | | | Merge branch 'for-6.15/apple' into for-linusJiri Kosina2025-03-265-2/+744
|\ \ \ \
| * | | | HID: appletb-kbd: Fix inconsistent indentation and pass -ENODEV to dev_err_probeAditya Garg2025-02-181-7/+7
| * | | | HID: hid-appletb-bl: fix incorrect error message for default brightnessAditya Garg2025-02-181-2/+3
| * | | | HID: hid-appletb-kbd: simplify logic used to switch between media and functio...Aditya Garg2025-02-181-7/+8
| * | | | HID: hid-appletb-bl: use appletb_bl_brightness_map instead of magic numbers t...Aditya Garg2025-02-101-6/+2
| * | | | HID: hid-appletb-kbd: make struct attribute *appletb_kbd_attrs[] staticAditya Garg2025-02-101-2/+2
| * | | | HID: hid-appletb-kbd: add support for automatic brightness control while usin...Aditya Garg2025-02-072-4/+81
| * | | | HID: hid-appletb-kbd: add support for fn toggle between media and function modeAditya Garg2025-02-071-0/+128
| * | | | HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch BarsKerem Karabay2025-02-074-1/+320
| * | | | HID: hid-appletb-bl: add driver for the backlight of Apple Touch BarsKerem Karabay2025-02-074-1/+221
| | |/ / | |/| |
* | | | Merge branch 'for-6.15/amd_sfh' into for-linusJiri Kosina2025-03-266-8/+197
|\ \ \ \ | |_|_|/ |/| | |
| * | | HID: amd_sfh: Don't show wrong status for amd_sfh_hpd_info()Mario Limonciello2025-03-041-1/+1
| * | | HID: amd_sfh: Default to HPD disabledMario Limonciello2025-03-041-0/+1
| * | | HID: amd_sfh: Allow configuring whether HPD is enabled or disabledMario Limonciello2025-03-044-2/+109
| | |/ | |/|
| * | Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2025-02-1021-39/+96
| |\ \
| * \ \ Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2025-01-252-3/+3
| |\ \ \
| | * | | HID: amd_sfh: Use always-managed version of pcim_intx()Philipp Stanner2025-01-182-3/+3
| * | | | Merge tag 'platform-drivers-x86-v6.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2025-01-244-2/+83
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | HID: amd_sfh: Add support to export device operating statesBasavaraj Natikar2025-01-094-2/+83
* | | | | HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4Even Xu2025-03-041-0/+2
* | | | | HID: intel-thc-hid: Fix spelling mistake "intput" -> "input"Colin Ian King2025-03-041-1/+1
* | | | | HID: hid-steam: Fix use-after-free when detaching deviceVicki Pfau2025-03-041-1/+1
* | | | | HID: debug: Fix spelling mistake "Messanger" -> "Messenger"Colin Ian King2025-03-041-1/+1
* | | | | HID: appleir: Fix potential NULL dereference at raw event handleDaniil Dulov2025-03-041-1/+1
* | | | | HID: apple: disable Fn key handling on the Omoton KB066Alex Henrie2025-03-041-4/+7
* | | | | HID: i2c-hid: improve i2c_hid_get_report error messageWentao Guan2025-03-041-1/+1
* | | | | HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu2025-02-191-1/+3
* | | | | HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()Zhang Lixu2025-02-191-1/+1
* | | | | HID: google: fix unused variable warning under !CONFIG_ACPIYu-Chun Lin2025-02-191-0/+2
* | | | | HID: nintendo: fix gencon button events mapRyan McClelland2025-02-191-7/+7