summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2026-06-07Input: ims-pcu - add response length checksDmitry Torokhov1-6/+81
2026-06-07Input: ims-pcu - fix DMA mapping violation in line setupDmitry Torokhov1-2/+7
2026-06-07Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq() debug loggingDmitry Torokhov1-1/+1
2026-06-07Input: ims-pcu - validate control endpoint typeDmitry Torokhov1-0/+6
2026-06-07Input: ims-pcu - fix race condition in reset_device sysfs callbackDmitry Torokhov1-0/+2
2026-06-07Input: ims-pcu - fix firmware leak in async updateDmitry Torokhov1-3/+2
2026-06-07Input: ims-pcu - fix type confusion in CDC union descriptor parsingDmitry Torokhov1-1/+1
2026-06-07Input: ims-pcu - fix use-after-free and double-free in disconnectDmitry Torokhov1-2/+1
2026-06-07Input: ims-pcu - release data interface on disconnectDmitry Torokhov1-0/+1
2026-06-07Input: ims-pcu - fix logic error in packet resetDmitry Torokhov1-1/+1
2026-06-07Input: ims-pcu - only expose sysfs attributes on control interfaceDmitry Torokhov1-0/+7
2026-06-07Input: atlas_btns - modernize the driverDmitry Torokhov1-54/+55
2026-06-07Input: apbps2 - simplify resource mapping and IRQ retrievalRosen Penev1-2/+5
2026-06-06Input: xilinx_ps2 - remove driverRosen Penev3-374/+0
2026-06-06Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboardCryolitia PukNgae1-0/+7
2026-06-03Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK)Zeyu WANG1-0/+8
2026-06-02Input: userio - allow setting other id valuesVicki Pfau1-0/+30
2026-06-02Input: userio - update maintainer nameVicki Pfau1-2/+2
2026-06-01Merge tag 'v7.1-rc6' into nextDmitry Torokhov19-199/+206
2026-05-31Merge tag 'input-for-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-12/+43
2026-05-31Input: iqs5xx - drop unused i2c driver_dataUwe Kleine-König (The Capable Hub)1-3/+3
2026-05-31Input: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)72-112/+112
2026-05-30Input: Add support for Wacom W9000-series penabled touchscreensHendrik Noack3-0/+457
2026-05-22Input: ims-pcu - fix usb_free_coherent() size in ims_pcu_buffers_free()Thomas Fourier1-1/+1
2026-05-14Input: synaptics - add LEN2058 to SMBus passlist for ThinkPad E490Nicolás Bazaes1-0/+1
2026-05-12Input: atlas - check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+5
2026-05-07Input: atmel_mxt_ts - use __free() for obuf in mxt_object_showDmitry Torokhov1-7/+3
2026-05-07Input: atmel_mxt_ts - check mem_size before calculating config memory sizeDmitry Torokhov1-2/+9
2026-05-07Input: atmel_mxt_ts - fix boundary check in mxt_prepare_cfg_memDmitry Torokhov1-1/+1
2026-05-07Input: fm801-gp - simplify initialisation of pci_device_id arrayUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-05Input: tsc2007 - reduce I2C transactions for Z2 readYuki Horii1-4/+2
2026-05-04Input: atmel_mxt_ts - set byte_offset as signedRicardo Ribalda1-1/+2
2026-05-01Input: xpad - add "Nova 2 Lite" from GameSirQbeliw Tanaka1-0/+1
2026-05-01Input: xpad - add support for ASUS ROG RAIKIRI IIDmitriy Zharov1-0/+5
2026-05-01Input: pcap_ts - remove unused driverArnd Bergmann3-263/+0
2026-05-01Input: pcap_keys - remove unused driverArnd Bergmann3-136/+0
2026-04-29Input: elan_i2c - validate firmware size before useDmitry Torokhov1-0/+5
2026-04-27Input: xpad - fix out-of-bounds access for Share buttonDmitry Torokhov1-4/+4
2026-04-27Input: usbtouchscreen - clamp NEXIO data_len/x_len to URB buffer sizeGreg Kroah-Hartman1-0/+5
2026-04-27Input: stmfts - fix formatting issuesDmitry Torokhov1-17/+19
2026-04-27Input: stmfts - add optional reset GPIO supportPetr Hodina1-0/+23
2026-04-27Input: stmfts - use client to make future code cleanerPetr Hodina1-1/+2
2026-04-27Input: stmfts - disable regulators and disable irq when power on failsDavid Heidelberg1-21/+38
2026-04-27Input: stmfts - abstract reading information from the firmwareDavid Heidelberg1-12/+23
2026-04-27Input: stmfts - switch to devm_regulator_bulk_get_constDavid Heidelberg1-13/+11
2026-04-27Input: stmfts - use dev struct directlyDavid Heidelberg1-11/+11
2026-04-27Input: stmfts - fix the MODULE_LICENSE() stringDavid Heidelberg1-1/+1
2026-04-23Input: elan_i2c - increase device reset wait timeout after update FWJingle Wu 吳金國1-1/+1
2026-04-23Input: elan_i2c - add ic type 0x19Jingle Wu 吳金國1-0/+3
2026-04-23Merge tag 'input-for-v7.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds80-3332/+1522