summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
13 daysHID: bpf: Fix hid_bpf_get_data() range checkYiyang Chen1-1/+4
13 daysHID: core: Fix OOB read in hid_get_report for numbered reportsLee Jones1-0/+7
13 daysHID: picolcd: prevent NULL pointer dereference in picolcd_send_and_wait()Georgiy Osokin1-1/+2
13 daysHID: logitech-hidpp: remove excess kernel-doc member in hidpp_scroll_counterRosen Penev1-1/+0
13 daysHID: 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: appleir: fix UAF on pending key_up_timer in remove()Manish Khadka1-10/+35
2026-07-18HID: multitouch: fix out-of-bounds bit access on mt_io_flagsTrung Nguyen1-12/+20
2026-07-18HID: letsketch: fix UAF on inrange_timer at driver unbindManish Khadka1-3/+33
2026-07-18HID: wacom: use GFP_ATOMIC in wacom_wac_queue_flush()Jinmo Yang1-1/+1
2026-07-18HID: wacom: fix slab-out-of-bounds write in wacom_wac_queue_insertJinmo Yang1-2/+4
2026-07-18HID: hid-lenovo-go: cancel cfg_setup work in hid_go_cfg_remove()Manish Khadka1-0/+9
2026-07-18HID: pidff: Use correct effect type in effect updateOleg Makarenko1-1/+1
2026-07-18HID: wacom: stop hardware after post-start probe failuresMyeonghun Pak1-6/+6
2026-07-18HID: uhid: convert to hid_safe_input_report()Carlos Llamas1-4/+4
2026-07-18HID: hid-goodix-spi: validate report size to prevent stack buffer overflowTianchu Chen1-0/+3
2026-07-18HID: logitech-dj: Fix maxfield check in DJ short report validationHyeongJun An1-2/+7
2026-06-19HID: Input: Add battery list cleanup with devm actionRafael Passos1-0/+13
2026-05-29Merge tag 'hid-for-linus-2026052801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-22/+38
2026-05-28HID: wacom: Fix OOB write in wacom_hid_set_device_mode()Lee Jones2-3/+11
2026-05-21HID: lenovo-go: drop dead NULL check on to_usb_interface()Louis Clinckx2-8/+3
2026-05-21HID: lenovo-go: reject non-USB transports in probeLouis Clinckx2-0/+6
2026-05-21HID: lenovo: Fix buffer over-read and unaligned access in X12 Tab raw_event h...Kean1-2/+3
2026-05-21HID: quirks: Add ALWAYS_POLL quirk for SIGMACHIP USB mousehlleng2-0/+2
2026-05-21HID: u2fzero: free allocated URB on probe errorsMyeonghun Pak1-9/+13
2026-05-18HID: core: Fix size_t specifier in hid_report_raw_event()Nathan Chancellor1-2/+2
2026-05-15Merge tag 'hid-for-linus-2026051401' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-80/+265
2026-05-12HID: logitech-hidpp: Add support for newer Bluetooth keyboardsAlain Michaud1-0/+38
2026-05-12HID: pidff: Fix integer overflow in pidff_rescaleTomasz Pakuła1-2/+5
2026-05-12HID: i2c-hid: add reset quirk for BLTP7853 touchpadXu Rao2-0/+5
2026-05-12HID: core: introduce hid_safe_input_report()Benjamin Tissoires3-8/+35
2026-05-12HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires8-25/+41
2026-05-12HID: google: hammer: stop hardware on devres action failureMyeonghun Pak1-1/+1
2026-05-12HID: appletb-kbd: run inactivity autodim from workqueuesSangyun Kim1-14/+30
2026-05-12HID: appletb-kbd: fix UAF in inactivity-timer cleanup pathSangyun Kim1-8/+8
2026-05-12HID: playstation: Clamp num_touch_reportsT.J. Mercier1-2/+4
2026-05-12HID: magicmouse: Prevent out-of-bounds (OOB) read during DOUBLE_REPORT_IDLee Jones1-0/+16
2026-05-12HID: mcp2221: fix OOB write in mcp2221_raw_event()Florian Pradines1-0/+7
2026-05-12HID: quirks: really enable the intended work around for appledisplayLukas Bulwahn1-1/+1
2026-05-12HID: hid-sjoy: race between init and usageOliver Neukum1-6/+6
2026-04-28HID: uclogic: Fix regression of input name assignmentTakashi Iwai1-1/+3
2026-04-28HID: intel-thc-hid: Intel-quickspi: Fix some error codesDan Carpenter1-2/+2
2026-04-28HID: hid-lenovo-go-s: restore OS_TYPE after resume from s2idleMatthew Schwartz1-0/+44
2026-04-28HID: elan: Add support for ELAN SB974D touchpadDamien Dejean2-0/+2
2026-04-28HID: sony: add missing size validation for Rock Band 3 Pro instrumentsRosalie Wanders1-1/+1
2026-04-28HID: sony: add missing size validation for SMK-Link remotesRosalie Wanders1-3/+2
2026-04-28HID: sony: remove unneeded WARN_ON() in sony_leds_init()Rosalie Wanders1-3/+0
2026-04-28HID: ft260: validate i2c input report lengthMichael Zaidman1-2/+14
2026-04-28HID: sony: fix incorrect force-feedback check in sony_suspend()Rosalie Wanders1-3/+2