aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar12-13/+14
2025-06-03Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-104/+203
2025-06-03Merge branch 'for-6.16/core' into for-linusJiri Kosina2-1/+20
2025-06-03Merge branch 'for-6.16/magicmouse' into for-linusJiri Kosina2-24/+51
2025-06-03Merge branch 'for-6.16/logitech' into for-linusJiri Kosina1-3/+3
2025-06-03Merge branch 'for-6.16/kysona' into for-linusJiri Kosina1-2/+44
2025-06-03Merge branch 'for-6.16/intel-thc' into for-linusJiri Kosina2-8/+3
2025-06-03Merge branch 'for-6.16/hid-gpio-setter-callbacks' into for-linusJiri Kosina3-47/+52
2025-06-03Merge branch 'for-6.16/corsair' into for-linusJiri Kosina1-2/+2
2025-06-03Merge branch 'for-6.16/core' into for-linusJiri Kosina3-14/+20
2025-06-03Merge branch 'for-6.16/apple' into for-linusJiri Kosina2-3/+8
2025-05-29Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+109
2025-05-15Merge tag 'hid-for-linus-2025051501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-10/+39
2025-05-13HID: multitouch: Disable touchpad on firmware level while not in useWerner Sembach1-0/+12
2025-05-13HID: core: Add functions for HID drivers to react on first open and last clos...Werner Sembach1-1/+8
2025-05-13HID: bpf: abort dispatch if device destroyedRong Zhang1-0/+9
2025-05-08platform/x86: asus-wmi: Refactor Ally suspend/resumeLuke D. Jones1-0/+4
2025-05-08hid-asus: check ROG Ally MCU version and warnLuke D. Jones1-2/+105
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: HID_APPLETB_BL should depend on X86Geert Uytterhoeven1-0/+1
2025-04-24HID: HID_APPLETB_KBD should depend on X86Geert Uytterhoeven1-0/+1
2025-04-24HID: appletb-kbd: Use secs_to_jiffies() instead of msecs_to_jiffies()Thorsten Blum1-3/+6
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: intel-thc-hid: intel-thc: make read-only arrays static constColin Ian King1-2/+2
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: magicmouse: Apple Magic Mouse 2 USB-C supportAditya Garg2-24/+51
2025-04-24HID: mcp2221: use new line value setter callbacksBartosz Golaszewski1-4/+6
2025-04-24HID: mcp2200: use new line value setter callbacksBartosz Golaszewski1-9/+14
2025-04-24HID: cp2112: use new line value setter callbacksBartosz Golaszewski1-6/+8
2025-04-24HID: cp2112: use lock guardsBartosz Golaszewski1-27/+11
2025-04-24HID: cp2112: hold the lock for the entire direction_output() callBartosz Golaszewski1-8/+15
2025-04-24HID: cp2112: destroy mutex on driver detachBartosz Golaszewski1-1/+6
2025-04-24HID: intel-thc-hid: intel-quicki2c: pass correct arguments to acpi_evaluate_o...Wentao Guan1-6/+1
2025-04-24HID: corsair-void: Use to_delayed_work()Chen Ni1-2/+2
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-24HID: hid-logitech: use sysfs_emit_at() instead of scnprintf()TangDongxing1-3/+3
2025-04-24HID: quirks: Add HID_QUIRK_IGNORE_MOUSE quirkAditya Garg1-1/+4
2025-04-24HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge2-13/+16
2025-04-24HID: Kysona: Add periodic online checkLode Willems1-2/+44
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