summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2026-06-16Merge branch 'for-7.2/sony' into for-linusJiri Kosina1-13/+4
2026-06-16Merge branch 'for-7.2/wacom' into for-linusJiri Kosina1-13/+11
2026-06-16Merge branch 'for-7.2/wiimote' into for-linusJiri Kosina3-32/+40
2026-06-15HID: hidpp: fix potential UAF in hidpp_connect_event()Jiri Kosina1-0/+1
2026-06-12HID: nintendo: Use %pM format specifier for MAC addressesAndy Shevchenko1-8/+2
2026-06-11HID: logitech-hidpp: sync wheel multiplier on wheel mode changesLauri Saurus1-0/+37
2026-06-10HID: intel-thc-hid: intel-quickspi: reset touch IC on system resumeDanny D.1-4/+56
2026-06-10HID: uhid: convert to hid_safe_input_report()Carlos Llamas1-4/+4
2026-06-10HID: hid-goodix-spi: validate report size to prevent stack buffer overflowTianchu Chen1-0/+3
2026-06-10HID: nintendo: add support for HORI Wireless Switch PadHector Zelaya2-12/+71
2026-06-10HID: multitouch: Honor ContactCount for Yoga Book 9 to suppress ghost contactsDave Carey1-0/+1
2026-06-10HID: pidff: Use correct effect type in effect updateOleg Makarenko1-1/+1
2026-06-10HID: wacom: stop hardware after post-start probe failuresMyeonghun Pak1-6/+6
2026-06-10HID: core: demote warning to debug levelMatteo Croce1-2/+2
2026-06-10HID: lenovo: Use KEY_PERFORMANCE capability for ThinkPad X12 Tab Gen 2Vishnu Sankar1-0/+1
2026-06-10HID: lenovo: Add support for ThinkPad X13 Folio keyboardVishnu Sankar2-4/+18
2026-06-10HID: cp2112: Configure I2C bus speed from firmwareDanny Kaehn1-0/+4
2026-06-10HID: cp2112: Add fwnode supportDanny Kaehn1-0/+37
2026-06-03HID: hid-lenovo-go: cancel cfg_setup work in hid_go_cfg_remove()Manish Khadka1-0/+9
2026-06-02HID: Input: Add battery list cleanup with devm actionRafael Passos1-0/+13
2026-06-01HID: logitech-hidpp: remove excess kernel-doc member in hidpp_scroll_counterRosen Penev1-1/+0
2026-06-01HID: wacom: use cleanup.h for wacom_wac_queue_flush() buffer managementJinmo Yang1-5/+1
2026-06-01HID: wacom: use GFP_ATOMIC in wacom_wac_queue_flush()Jinmo Yang1-1/+1
2026-06-01HID: wacom: fix slab-out-of-bounds write in wacom_wac_queue_insertJinmo Yang1-2/+4
2026-06-01hid: Pen battery quirk for Surface Pro 12inHarrison Vanderbyl2-0/+3
2026-06-01HID: hid-ite: clean up usage of 'driver_data'Pawel Zalewski (The Capable Hub)1-3/+6
2026-06-01HID: hid-gfrm: clean up usage of 'driver_data'Pawel Zalewski (The Capable Hub)1-3/+5
2026-06-01HID: hid-cypress: clean up usage of 'driver_data'Pawel Zalewski (The Capable Hub)1-10/+22
2026-06-01HID: hid-belkin: clean up usage of 'driver_data'Pawel Zalewski (The Capable Hub)1-2/+3
2026-06-01HID: i2c-hid-of: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-01HID: wiimote: Fix table layout and whitespace errorsJ. Neuschäfer1-29/+29
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: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai1-1/+1
2026-05-21HID: bpf: Add Huion Inspiroy Frego M button quirkNikhil Chatterjee1-0/+87
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-14Merge 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