summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
33 hoursHID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()Jose Villaseñor Montfort1-5/+20
33 hoursHID: uclogic: fix use-after-free of inrange_timer on removeIbrahim Hashimov1-1/+11
33 hoursHID: ft260: fix stack-use-after-return write in I2C read raceRaman Varabets1-1/+24
33 hoursHID: ft260: validate i2c input report lengthMichael Zaidman1-2/+14
33 hoursHID: asus: fix missing hid_is_usb() checkJann Horn1-1/+1
33 hoursHID: asus: simplify RGB init sequenceAntheas Kapenekakis1-30/+22
33 hoursHID: pidff: fix OOB write when hid->inputs is emptyBaul Lee1-3/+10
33 hoursHID: pidff: clang-format passTomasz Pakuła1-29/+26
33 hoursHID: pidff: Use ARRAY_SIZE macro instead of sizeofTomasz Pakuła1-23/+23
33 hoursHID: pidff: Rework pidff_set_time() to fix warningsTomasz Pakuła1-2/+2
33 hoursHID: uhid: convert to hid_safe_input_report()Carlos Llamas1-4/+4
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: nintendo: stop device IO before hid_hw_stop on probe failureJiangshan Yi1-3/+4
7 daysHID: nintendo: register input device after capabilities are setJiangshan Yi1-4/+4
7 daysHID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler()Ibrahim Hashimov1-1/+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
7 daysHID: magicmouse: re-enable multitouch after reset-resumeChristopher Kodama1-0/+19
7 daysHID: magicmouse: fix battery reporting for Bluetooth Magic Trackpad USB-CAndrei Fed2-1/+21
2026-08-09HID: logitech-dj: Fix maxfield check in DJ short report validationHyeongJun An1-2/+7
2026-08-09HID: logitech-dj: fix wrong detection of bad DJ_SHORT output reportBenjamin Tissoires1-1/+2
2026-08-09HID: logitech-dj: Prevent REPORT_ID_DJ_SHORT related user initiated OOB writeLee Jones1-0/+10
2026-08-09HID: logitech-dj: Standardise hid_report_enum variable nomenclatureLee Jones1-6/+6
2026-07-24HID: pidff: Use correct effect type in effect updateOleg Makarenko1-1/+1
2026-07-24HID: pidff: Rework pidff_upload_effectTomasz Pakuła1-128/+115
2026-07-24HID: pidff: Add missing spacesTomasz Pakuła1-5/+5
2026-07-24HID: pidff: Fix missing blank lines after declarationsTomasz Pakuła1-1/+4
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: playstation: validate num_touch_reports in DualShock 4 reportsBenoît Sevens1-0/+12
2026-07-24HID: bpf: Fix hid_bpf_get_data() range checkYiyang Chen1-1/+4
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: wiimote: Fix table layout and whitespace errorsJ. Neuschäfer1-29/+29
2026-07-18HID: sensor-hub: Add sensor_hub_input_attr_read_values() for multi-byte readsSrinivas Pandruvada1-6/+71
2026-07-18HID: lg-g15: cancel pending work on remove to fix a use-after-freeMaoyi Xie1-0/+16
2026-07-18HID: letsketch: fix UAF on inrange_timer at driver unbindManish Khadka1-3/+33
2026-07-18HID: wacom: stop hardware after post-start probe failuresMyeonghun Pak1-6/+6
2026-07-18HID: 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