summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
7 daysHID: pidff: Use correct effect type in effect updateOleg Makarenko1-1/+1
7 daysHID: pidff: Rework pidff_upload_effectTomasz Pakuła1-128/+115
7 daysHID: pidff: Add missing spacesTomasz Pakuła1-5/+5
7 daysHID: pidff: Fix missing blank lines after declarationsTomasz Pakuła1-1/+4
7 daysHID: appleir: fix UAF on pending key_up_timer in remove()Manish Khadka1-10/+35
7 daystreewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
7 daysHID: multitouch: fix out-of-bounds bit access on mt_io_flagsTrung Nguyen1-12/+20
7 daysHID: playstation: validate num_touch_reports in DualShock 4 reportsBenoît Sevens1-0/+12
7 daysHID: bpf: Fix hid_bpf_get_data() range checkYiyang Chen1-1/+4
7 daysHID: core: Fix OOB read in hid_get_report for numbered reportsLee Jones1-0/+7
7 daysHID: picolcd: prevent NULL pointer dereference in picolcd_send_and_wait()Georgiy Osokin1-1/+2
7 daysHID: logitech-hidpp: remove excess kernel-doc member in hidpp_scroll_counterRosen Penev1-1/+0
7 daysHID: wiimote: Fix table layout and whitespace errorsJ. Neuschäfer1-29/+29
13 daysHID: sensor-hub: Add sensor_hub_input_attr_read_values() for multi-byte readsSrinivas Pandruvada1-6/+71
13 daysHID: lg-g15: cancel pending work on remove to fix a use-after-freeMaoyi Xie1-0/+16
13 daysHID: letsketch: fix UAF on inrange_timer at driver unbindManish Khadka1-3/+33
13 daysHID: wacom: stop hardware after post-start probe failuresMyeonghun Pak1-6/+6
13 daysHID: hid-goodix-spi: validate report size to prevent stack buffer overflowTianchu Chen1-0/+3
2026-06-09HID: wacom: Fix OOB write in wacom_hid_set_device_mode()Lee Jones2-3/+11
2026-06-09HID: quirks: Add ALWAYS_POLL quirk for SIGMACHIP USB mousehlleng2-0/+2
2026-06-09HID: core: Fix size_t specifier in hid_report_raw_event()Nathan Chancellor1-2/+2
2026-06-09HID: core: introduce hid_safe_input_report()Benjamin Tissoires3-8/+35
2026-06-09HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires8-22/+39
2026-06-09media: rc: fix race between unregister and urb/irq callbacksSean Young1-0/+1
2026-06-01HID: quirks: really enable the intended work around for appledisplayLukas Bulwahn1-1/+1
2026-06-01HID: uclogic: Fix regression of input name assignmentTakashi Iwai1-1/+3
2026-05-23HID: usbhid: fix deadlock in hid_post_reset()Oliver Neukum1-1/+1
2026-05-23HID: asus: do not abort probe when not necessaryDenis Benato1-15/+10
2026-05-23HID: asus: make asus_resume adhere to linux kernel coding standardsDenis Benato1-1/+2
2026-05-17HID: playstation: Clamp num_touch_reportsT.J. Mercier1-2/+4
2026-05-07HID: apple: ensure the keyboard backlight is off if suspendingAditya Garg1-0/+2
2026-04-22HID: core: clamp report_size in s32ton() to avoid undefined shiftGreg Kroah-Hartman1-0/+3
2026-04-22HID: alps: fix NULL pointer dereference in alps_raw_event()Greg Kroah-Hartman1-0/+3
2026-04-22HID: amd_sfh: don't log error when device discovery fails with -EOPNOTSUPPMaximilian Pezzullo1-1/+2
2026-04-22HID: roccat: fix use-after-free in roccat_report_eventBenoît Sevens1-0/+2
2026-04-22HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3leo vriska2-0/+4
2026-04-11HID: multitouch: Check to ensure report responses match the requestLee Jones1-0/+7
2026-04-11HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation ...Lee Jones1-1/+3
2026-04-11HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irqBenoît Sevens1-0/+10
2026-04-11HID: logitech-hidpp: Enable MX Master 4 over bluetoothAdrian Freund1-0/+2
2026-04-02HID: apple: avoid memory leak in apple_report_fixup()Günther Noack1-3/+1
2026-04-02HID: asus: add xg mobile 2023 external hardware supportDenis Benato2-0/+4
2026-04-02HID: mcp2221: cancel last I2C command on read errorRomain Sioen1-0/+2
2026-04-02HID: apple: Add EPOMAKER TH87 to the non-apple keyboards listTakashi Iwai1-0/+3
2026-04-02HID: magicmouse: avoid memory leak in magicmouse_report_fixup()Günther Noack1-3/+1
2026-04-02HID: magicmouse: fix battery reporting for Apple Magic Trackpad 2Julius Lehmann1-1/+1
2026-04-02HID: asus: avoid memory leak in asus_report_fixup()Günther Noack1-4/+11
2026-03-25HID: bpf: prevent buffer overflow in hid_hw_requestBenjamin Tissoires1-0/+2
2026-03-13HID: multitouch: new class MT_CLS_EGALAX_P80H84Ian Ray1-2/+9
2026-03-13HID: multitouch: add quirks for Lenovo Yoga Book 9iBrian Howard2-0/+73