aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'trace-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+1
13 daysMerge tag 'hid-for-linus-2026061601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds29-119/+2324
14 daysMerge tag 'printk-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-8/+2
2026-06-16Merge branch 'for-7.2/bpf' into for-linusJiri Kosina1-0/+87
2026-06-16Merge branch 'for-7.2/cleanup_driver_data' into for-linusJiri Kosina4-18/+36
2026-06-16Merge branch 'for-7.2/core' into for-linusJiri Kosina5-17/+33
2026-06-16Merge branch 'for-7.2/cp2112' into for-linusJiri Kosina1-0/+41
2026-06-16Merge branch 'for-7.2/i2c-hid' into for-linusJiri Kosina1-2/+2
2026-06-16Merge branch 'for-7.2/logitech' into for-linusJiri Kosina1-1/+37
2026-06-16Merge branch 'for-7.2/multitouch' into for-linusJiri Kosina1-1/+146
2026-06-16Merge branch 'for-7.2/nintendo' into for-linusJiri Kosina2-12/+71
2026-06-16Merge branch 'for-7.2/oxp' into for-linusJiri Kosina4-0/+1600
2026-06-16Merge branch 'for-7.2/playstation' into for-linusJiri Kosina1-0/+31
2026-06-16Merge branch 'for-7.2/rakk' into for-linusJiri Kosina4-0/+90
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
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
2026-04-28HID: sony: fix incorrect force-feedback check in sony_suspend()Rosalie Wanders1-3/+2
2026-04-22Merge tag 'input-for-v7.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
2026-04-17Merge tag 'hid-for-linus-2026041601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds38-476/+9034
2026-04-16Merge branch 'for-7.1/asus' into for-linusJiri Kosina1-51/+57
2026-04-16Merge branch 'for-7.1/hid-bpf' into for-linusJiri Kosina11-22/+3865
2026-04-16Merge branch 'for-7.1/intel-thc' into for-linusJiri Kosina3-6/+61
2026-04-16Merge branch 'for-7.1/lenovo-v2' into for-linusJiri Kosina6-2/+4041
2026-04-16Merge branch 'for-7.1/mcp2221' into for-linusJiri Kosina1-13/+23
2026-04-16Merge branch 'for-7.1/pidff' into for-linusJiri Kosina2-19/+47
2026-04-16Merge branch 'for-7.1/pl' into for-linusJiri Kosina1-8/+4
2026-04-16Merge branch 'for-7.1/sony' into for-linusJiri Kosina4-80/+349
2026-04-16Merge branch 'for-7.1/winwing' into for-linusJiri Kosina1-14/+182
2026-04-16Merge branch 'for-7.1/core-v2' into for-linusJiri Kosina70-336/+350
2026-04-15Merge tag 'media/v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+1
2026-04-13HID: core: clamp report_size in s32ton() to avoid undefined shiftGreg Kroah-Hartman1-0/+3
2026-04-10HID: logitech-dj: fix wrong detection of bad DJ_SHORT output reportBenjamin Tissoires1-1/+2
2026-04-09HID: logitech-hidpp: fix race condition when accessing stale stack pointerBenoît Sevens1-7/+17
2026-04-09HID: winwing: Enable rumble effectsIvan Gorinov1-14/+182
2026-04-09HID: core: do not allow parsing 0-sized reportsDmitry Torokhov1-0/+5
2026-04-09HID: usbhid: refactor endpoint lookupJohan Hovold1-5/+3
2026-04-09HID: huawei: fix CD30 keyboard report descriptor issueMiao Li4-0/+93
2026-04-09HID: playstation: validate num_touch_reports in DualShock 4 reportsBenoît Sevens1-0/+12
2026-04-09HID: drop 'default !EXPERT' from tristate symbolsThomas Weißschuh1-13/+0
2026-04-09HID: usbhid: fix deadlock in hid_post_reset()Oliver Neukum1-1/+1
2026-04-09HID: apple: ensure the keyboard backlight is off if suspendingAditya Garg1-0/+2
2026-04-09HID: quirks: Set ALWAYS_POLL for LOGITECH_BOLT_RECEIVERNícolas F. R. A. Prado1-0/+1
2026-04-09HID: alps: fix NULL pointer dereference in alps_raw_event()Greg Kroah-Hartman1-0/+3
2026-04-09HID: logitech-dj: Prevent REPORT_ID_DJ_SHORT related user initiated OOB writeLee Jones1-0/+10
2026-04-09HID: logitech-dj: Standardise hid_report_enum variable nomenclatureLee Jones1-6/+6
2026-04-09HID: sony: update module descriptionRosalie Wanders2-7/+9
2026-04-09HID: logitech-hidpp: Check bounds when deleting force-feedback effectsGünther Noack1-6/+9
2026-04-09HID: sony: add battery status support for Rock Band 4 PS5 guitarsRosalie Wanders1-1/+39
2026-04-09HID: sony: fix style issuesRosalie Wanders1-43/+34
2026-04-09HID: quirks: update hid-sony supported devicesRosalie Wanders1-7/+39
2026-04-09HID: sony: add support for more instrumentsRosalie Wanders2-47/+253
2026-04-08Merge tag 'hid-for-linus-2026040801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-1/+42
2026-04-08bpf: Add fix for Trust Philips SPK6327 (145f:024b) modifier keysmuhammed Rishal1-0/+49
2026-04-08HID: bpf: Add support for the Huion KeyDial K20 over bluetoothBenjamin Tissoires1-0/+492
2026-04-08HID: bpf: add a BPF to get the touchpad typeBenjamin Tissoires1-0/+90
2026-04-08hid: bpf: hid_bpf_helpers: add helper for having read/write udev propertiesBenjamin Tissoires1-0/+38
2026-04-08HID: bpf: handle injected report descriptor in HID-BPFBenjamin Tissoires3-0/+3026
2026-04-08HID: bpf: add helper macros for LE/BE conversionPeter Hutterer1-0/+67
2026-04-08HID: bpf: hid_bpf_helpers: provide a cleanup functionsBenjamin Tissoires2-18/+98
2026-04-08HID: bpf: fix some signed vs unsigned compiler warningsPeter Hutterer4-4/+5
2026-03-29Input: add keycodes for contextual AI usages (HUTRR119)Akshai Murari2-0/+9
2026-03-27HID: Kysona: Add support for VXE Dragonfly R1 ProLode Willems2-0/+6
2026-03-27HID: amd_sfh: don't log error when device discovery fails with -EOPNOTSUPPMaximilian Pezzullo1-1/+2
2026-03-27HID: intel-thc-hid: Intel-thc: Add more frequency support for SPIEven Xu2-0/+51
2026-03-27HID: intel-thc-hid: Intel-quickspi: Improve power management for touch devicesEven Xu1-6/+10
2026-03-27HID: core: use __free(kfree) and __free(kvfree) to clean up temporary buffersDmitry Torokhov1-22/+12
2026-03-27HID: core: factor out hid_parse_collections()Dmitry Torokhov1-80/+89
2026-03-27HID: hid-lenovo-go: fix LEDS dependenciesArnd Bergmann1-6/+3
2026-03-27HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3leo vriska2-0/+4
2026-03-27HID: roccat: fix use-after-free in roccat_report_eventBenoît Sevens1-0/+2
2026-03-24Merge tag 'v7.0-rc5' into nextDmitry Torokhov11-15/+48
2026-03-19HID: input: Add support for multiple batteries per deviceLucas Zampieri2-14/+34
2026-03-19HID: input: Introduce struct hid_battery and refactor battery codeLucas Zampieri4-83/+107
2026-03-19HID: input: Convert battery code to devm_*Lucas Zampieri1-27/+7
2026-03-19HID: input: use __free(kfree) to clean up temporary buffersDmitry Torokhov1-11/+4
2026-03-19HID: mcp2221: Fix spelling mistake "Enfore" -> "Enforce"Colin Ian King1-1/+1
2026-03-17HID: Intel-thc-hid: Intel-quickspi: Add NVL Device IDsEven Xu2-0/+8
2026-03-17HID: Intel-thc-hid: Intel-quicki2c: Add NVL Device IDsEven Xu2-0/+11
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-15/+48
2026-03-17media: rc: fix race between unregister and urb/irq callbacksSean Young1-0/+1
2026-03-17HID: multitouch: Check to ensure report responses match the requestLee Jones1-0/+7
2026-03-16HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation ...Lee Jones1-1/+3
2026-03-16HID: bpf: prevent buffer overflow in hid_hw_requestBenjamin Tissoires1-0/+2
2026-03-16HID: core: Mitigate potential OOB by removing bogus memset()Lee Jones1-3/+4
2026-03-16HID: intel-thc-hid: Set HID_PHYS with PCI BDFDaniel Schaefer2-0/+2
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov121-590/+5939
2026-03-12HID: pl: eliminate private debug macroOliver Neukum1-8/+4
2026-03-12HID: mcp2221: Add module parameter to enfoce GPIO modeLinus Walleij1-4/+14
2026-03-12HID: appletb-kbd: add .resume method in PMAditya Garg1-2/+3
2026-03-12HID: logitech-hidpp: Enable MX Master 4 over bluetoothAdrian Freund1-0/+2
2026-03-11HID: input: Add HID_BATTERY_QUIRK_DYNAMIC for Elan touchscreensHans de Goede1-3/+11
2026-03-11HID: input: Drop Asus UX550* touchscreen ignore battery quirksHans de Goede2-6/+0
2026-03-10HID: asus: add xg mobile 2022 external hardware supportDenis Benato2-0/+4
2026-03-10HID: asus: do not try to initialize the backlight if the enpoint doesn't supp...Denis Benato1-5/+3
2026-03-10HID: asus: do not abort probe when not necessaryDenis Benato1-15/+10
2026-03-10HID: asus: simplify and improve asus_kbd_set_report()Denis Benato1-11/+5
2026-03-10HID: asus: make asus_resume adhere to linux kernel coding standardsDenis Benato1-1/+2
2026-03-10HID: asus: fix code style of comments and bracketsDenis Benato1-11/+5
2026-03-10HID: hid-lenovo-go-s: Fix spelling mistake "configuratiion" -> "configuration"Colin Ian King1-1/+1
2026-03-10HID: hid-lenovo-go: Remove unneeded semicolonChen Ni1-26/+26
2026-03-10HID: hid-lenovo-go-s: Remove unneeded semicolonChen Ni1-1/+1
2026-03-10HID: hid-lenovo-go-s: Add IMU and Touchpad RO AttributesDerek J. Clark1-0/+124
2026-03-10HID: hid-lenovo-go-s: Add RGB LED control interfaceDerek J. Clark1-0/+422
2026-03-10HID: hid-lenovo-go-s: Add Touchpad Mode AttributesDerek J. Clark1-0/+142
2026-03-10HID: hid-lenovo-go-s: Add Feature Status AttributesDerek J. Clark1-1/+483
2026-03-10HID: hid-lenovo-go-s: Add MCU ID AttributeDerek J. Clark1-0/+56
2026-03-10HID: hid-lenovo-go-s: Add Lenovo Legion Go S Series HID DriverDerek J. Clark4-0/+295
2026-03-10HID: Include firmware version in the ueventMario Limonciello1-0/+5
2026-03-10HID: hid-lenovo-go: Add OS Mode ToggleDerek J. Clark1-0/+101
2026-03-10HID: hid-lenovo-go: Add Calibration SettingsDerek J. Clark1-1/+283
2026-03-10HID: hid-lenovo-go: Add RGB LED control interfaceDerek J. Clark1-0/+429
2026-03-10HID: hid-lenovo-go: Add FPS Mode DPI settingsDerek J. Clark1-0/+68
2026-03-10HID: hid-lenovo-go: Add Rumble and Haptic SettingsDerek J. Clark1-0/+312
2026-03-10HID: hid-lenovo-go: Add Feature Status AttributesDerek J. Clark1-1/+395
2026-03-10HID: hid-lenovo-go: Add Lenovo Legion Go Series HID DriverDerek J. Clark4-0/+930
2026-03-09HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irqBenoît Sevens1-0/+10
2026-03-06Merge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-23/+85
2026-03-02HID: asus: drop unused variablesBenjamin Tissoires1-1/+1
2026-02-27HID: mcp2221: use mcp_i2c_smbus_read for block readsRomain Sioen1-9/+9
2026-02-27HID: mcp2221: cancel last I2C command on read errorRomain Sioen1-0/+2
2026-02-27HID: asus: always fully initialize devicesDenis Benato1-11/+35
2026-02-27HID: asus: add xg mobile 2023 external hardware supportDenis Benato2-0/+4
2026-02-26HID: multitouch: Keep latency normal on deactivate for reactivation gestureWerner Sembach1-3/+29
2026-02-26HID: i2c-hid: elan: Add parade-tc3408 timingLangyan Ye1-0/+8
2026-02-26HID: apple: Add EPOMAKER TH87 to the non-apple keyboards listTakashi Iwai1-0/+3
2026-02-26HID: intel-ish-hid: ipc: Add Nova Lake-H/S PCI device IDsZhang Lixu2-0/+14
2026-02-26HID: pidff: Add MISSING_DEADBAND quirkTomasz Pakuła2-3/+12
2026-02-26HID: pidff: Add MISSING_NEG_SATURATION quirkTomasz Pakuła2-4/+13
2026-02-26HID: pidff: Add MISSING_NEG_COEFFICIENT quirkTomasz Pakuła2-2/+12