aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
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
2026-05-12HID: hid-oxp: Add Vibration Intensity AttributeDerek J. Clark1-0/+78
2026-05-12HID: hid-oxp: Add Button Mapping InterfaceDerek J. Clark1-0/+568
2026-05-12HID: hid-oxp: Add Second Generation Gamepad Mode SwitchDerek J. Clark1-0/+131
2026-05-12HID: hid-oxp: Add Second Generation RGB ControlDerek J. Clark3-0/+155
2026-05-12HID: hid-oxp: Add OneXPlayer configuration driverDerek J. Clark4-0/+668
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: multitouch: Fix Yoga Book 9 14IAH10 touchscreen misclassificationDave Carey1-1/+145
2026-05-12HID: sony: use input_dev from sc struct in sony_init_ff()Rosalie Wanders1-13/+4
2026-05-12HID: usbhid: replace strlcat with better alternativesMahad Ibrahim3-17/+30
2026-05-12HID: playstation: Add DualSense Edge extra button supportAaron Webster1-0/+31
2026-05-12HID: rakk: add support for Rakk Dasig X side buttonsKarl Cayme4-0/+90
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