aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15Merge tag 'hid-for-linus-2025051501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds9-10/+39
2025-05-13HID: bpf: abort dispatch if device destroyedRong Zhang1-0/+9
2025-04-24HID: quirks: Add ADATA XPG alpha wireless mouse supportMilton Barrera2-0/+6
2025-04-24HID: hid-steam: Remove the unused variable connectedJiapeng Chong1-2/+0
2025-04-24HID: amd_sfh: Avoid clearing reports for SRA sensorMario Limonciello1-0/+5
2025-04-24HID: amd_sfh: Fix SRA sensor when it's the only sensorMario Limonciello1-4/+3
2025-04-24HID: wacom: fix shift OOB in kfifo allocation for zero pktlenQasim Ijaz1-0/+2
2025-04-24HID: uclogic: Add NULL check in uclogic_input_configured()Henry Martin1-3/+4
2025-04-24HID: wacom: fix memory leak on size mismatch in wacom_wac_queue_flush()Qasim Ijaz1-0/+1
2025-04-24HID: wacom: handle kzalloc() allocation failure in wacom_wac_queue_flush()Qasim Ijaz1-1/+7
2025-04-24HID: thrustmaster: fix memory leak in thrustmaster_interrupts()Qasim Ijaz1-0/+1
2025-04-24HID: bpf: fix BTN_STYLUS for the XP Pen ACK05 remotePeter Hutterer1-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner12-16/+16
2025-03-26Merge branch 'for-6.15/wacom' into for-linusJiri Kosina3-23/+27
2025-03-26Merge branch 'for-6.15/usb-hidbp' into for-linusJiri Kosina1-1/+1
2025-03-26Merge branch 'for-6.15/steam' into for-linusJiri Kosina1-5/+2
2025-03-26Merge branch 'for-6.15/sony' into for-linusJiri Kosina1-5/+11
2025-03-26Merge branch 'for-6.15/plantronics' into for-linusJiri Kosina1-77/+67
2025-03-26Merge branch 'for-6.15/pidff' into for-linusJiri Kosina7-197/+660
2025-03-26Merge branch 'for-6.15/logitech' into for-linusJiri Kosina2-81/+66
2025-03-26Merge branch 'for-6.15/lenovo' into for-linusJiri Kosina1-5/+3
2025-03-26Merge branch 'for-6.15/intel-thc' into for-linusJiri Kosina5-23/+15
2025-03-26Merge branch 'for-6.15/intel-ish' into for-linusJiri Kosina1-1/+0
2025-03-26Merge branch 'for-6.15/google' into for-linusJiri Kosina1-1/+0
2025-03-26Merge branch 'for-6.15/core' into for-linusJiri Kosina1-1/+5
2025-03-26Merge branch 'for-6.15/bpf' into for-linusJiri Kosina7-8/+1257
2025-03-26Merge branch 'for-6.15/apple' into for-linusJiri Kosina5-2/+744
2025-03-26Merge branch 'for-6.15/amd_sfh' into for-linusJiri Kosina6-8/+197
2025-03-12HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADERJiri Kosina1-1/+0
2025-03-05Merge tag 'hid-for-linus-2025030501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds12-58/+70
2025-03-05HID: Intel-thc-hid: Intel-quickspi: Correct device state names gramaticallyEven Xu3-4/+4
2025-03-04HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4Even Xu1-0/+2
2025-03-04HID: wacom: Remove static WACOM_PKGLEN_MAX limitJason Gerecke3-23/+27
2025-03-04HID: amd_sfh: Don't show wrong status for amd_sfh_hpd_info()Mario Limonciello1-1/+1
2025-03-04HID: amd_sfh: Default to HPD disabledMario Limonciello1-0/+1
2025-03-04HID: amd_sfh: Allow configuring whether HPD is enabled or disabledMario Limonciello4-2/+109
2025-03-04HID: intel-thc-hid: Fix spelling mistake "intput" -> "input"Colin Ian King1-1/+1
2025-03-04HID: hid-steam: Fix use-after-free when detaching deviceVicki Pfau1-1/+1
2025-03-04HID: debug: Fix spelling mistake "Messanger" -> "Messenger"Colin Ian King1-1/+1
2025-03-04HID: pidff: Fix set_device_control()Tomasz Pakuła1-5/+15
2025-03-04HID: pidff: Fix 90 degrees direction name North -> EastTomasz Pakuła1-1/+1
2025-03-04HID: pidff: Compute INFINITE value instead of using hardcoded 0xffffTomasz Pakuła1-1/+2
2025-03-04HID: pidff: Clamp effect playback LOOP_COUNT valueTomasz Pakuła1-1/+2
2025-03-04HID: pidff: Rename two functions to align them with naming conventionTomasz Pakuła1-7/+7
2025-03-04HID: appleir: Fix potential NULL dereference at raw event handleDaniil Dulov1-1/+1
2025-03-04HID: apple: disable Fn key handling on the Omoton KB066Alex Henrie1-4/+7
2025-03-04HID: i2c-hid: improve i2c_hid_get_report error messageWentao Guan1-1/+1
2025-03-04HID: lenovo: silence unreachable code warningDan Carpenter1-4/+2
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