summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
22 hoursHID: input: read battery capacity from its actual report offsetJose Villaseñor Montfort1-4/+13
22 hoursHID: ft260: fix stack-use-after-return write in I2C read raceRaman Varabets1-1/+24
22 hoursHID: ft260: validate i2c input report lengthMichael Zaidman1-2/+14
22 hoursHID: ft260: missed NACK from busy deviceMichael Zaidman1-7/+23
22 hoursHID: ft260: wake up device from power saving modeMichael Zaidman1-0/+17
22 hoursHID: ft260: skip unexpected HID input reportsMichael Zaidman1-11/+25
22 hoursHID: ft260: improve i2c large reads performanceMichael Zaidman1-5/+12
22 hoursHID: ft260: improve i2c write performanceMichael Zaidman1-5/+9
22 hoursHID: ft260: fix i2c probing for hwmon devicesMichael Zaidman1-6/+5
22 hoursHID: uclogic: fix use-after-free of inrange_timer on removeIbrahim Hashimov1-1/+11
22 hoursHID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()Jose Villaseñor Montfort1-5/+20
7 daysHID: hyperv: validate initial device info boundsMichael Bommarito1-3/+24
7 daysHID: sensor: custom: Fix use-after-free in enable_sensorHaoxiang Li1-8/+9
7 daysHID: core: fix number/pointer type confusion on long itemsJann Horn1-0/+6
7 daysHID: core: fix OOB read of field->usage in hid_set_field()Baul Lee1-2/+3
7 daysHID: magicmouse: Prevent out-of-bounds (OOB) read during DOUBLE_REPORT_IDLee Jones1-0/+16
7 daysHID: magicmouse: do not keep a stale msc->input if no input is claimedJose Villaseñor Montfort1-0/+10
2026-08-19HID: logitech-dj: Fix maxfield check in DJ short report validationHyeongJun An1-2/+7
2026-08-19HID: logitech-dj: fix wrong detection of bad DJ_SHORT output reportBenjamin Tissoires1-1/+2
2026-08-19HID: logitech-dj: Prevent REPORT_ID_DJ_SHORT related user initiated OOB writeLee Jones1-0/+10
2026-08-19HID: logitech-dj: Standardise hid_report_enum variable nomenclatureLee Jones1-6/+6
2026-07-24HID: appleir: fix UAF on pending key_up_timer in remove()Manish Khadka1-10/+35
2026-07-24treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2026-07-24HID: multitouch: fix out-of-bounds bit access on mt_io_flagsTrung Nguyen1-12/+20
2026-07-24HID: core: Fix OOB read in hid_get_report for numbered reportsLee Jones1-0/+7
2026-07-24HID: picolcd: prevent NULL pointer dereference in picolcd_send_and_wait()Georgiy Osokin1-1/+2
2026-07-24HID: logitech-hidpp: remove excess kernel-doc member in hidpp_scroll_counterRosen Penev1-1/+0
2026-07-24HID: sensor-hub: Add sensor_hub_input_attr_read_values() for multi-byte readsSrinivas Pandruvada1-6/+71
2026-07-24HID: lg-g15: cancel pending work on remove to fix a use-after-freeMaoyi Xie1-0/+16
2026-07-24HID: wacom: stop hardware after post-start probe failuresMyeonghun Pak1-6/+6
2026-06-19HID: core: Fix size_t specifier in hid_report_raw_event()Nathan Chancellor1-2/+2
2026-06-19HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires7-16/+31
2026-06-19HID: wacom: Fix OOB write in wacom_hid_set_device_mode()Lee Jones2-3/+11
2026-06-01HID: quirks: really enable the intended work around for appledisplayLukas Bulwahn1-1/+1
2026-06-01HID: usbhid: fix deadlock in hid_post_reset()Oliver Neukum1-1/+1
2026-06-01HID: asus: do not abort probe when not necessaryDenis Benato1-15/+10
2026-06-01HID: asus: make asus_resume adhere to linux kernel coding standardsDenis Benato1-1/+2
2026-06-01HID: core: clamp report_size in s32ton() to avoid undefined shiftGreg Kroah-Hartman1-0/+3
2026-06-01HID: alps: fix NULL pointer dereference in alps_raw_event()Greg Kroah-Hartman1-0/+3
2026-06-01HID: roccat: fix use-after-free in roccat_report_eventBenoît Sevens1-0/+2
2026-06-01HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3leo vriska2-0/+4
2026-04-18HID: multitouch: Check to ensure report responses match the requestLee Jones1-0/+7
2026-04-18HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irqBenoît Sevens1-0/+10
2026-04-18HID: mcp2221: cancel last I2C command on read errorRomain Sioen1-0/+2
2026-04-18HID: magicmouse: avoid memory leak in magicmouse_report_fixup()Günther Noack1-3/+1
2026-04-18HID: magicmouse: fix battery reporting for Apple Magic Trackpad 2Julius Lehmann1-1/+1
2026-04-18HID: asus: avoid memory leak in asus_report_fixup()Günther Noack1-4/+11
2026-04-18HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing themGreg Kroah-Hartman3-3/+3
2026-03-04HID: logitech-hidpp: Check maxfield in hidpp_get_report_length()Günther Noack1-1/+1
2026-03-04HID: prodikeys: Check presence of pm->input_ep82Günther Noack1-0/+4