summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2026-06-06Input: apbps2 - simplify resource mapping and IRQ retrievalRosen Penev
2026-06-06Input: xilinx_ps2 - remove driverRosen Penev
2026-06-06Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboardCryolitia PukNgae
2026-06-02Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK)Zeyu WANG
2026-06-01Input: userio - allow setting other id valuesVicki Pfau
2026-06-01Input: userio - update maintainer nameVicki Pfau
2026-05-31Merge tag 'v7.1-rc6' into nextDmitry Torokhov
2026-05-31Merge tag 'input-for-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-05-30Input: iqs5xx - drop unused i2c driver_dataUwe Kleine-König (The Capable Hub)
2026-05-30Input: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)
2026-05-29Input: Add support for Wacom W9000-series penabled touchscreensHendrik Noack
2026-05-22Input: ims-pcu - fix usb_free_coherent() size in ims_pcu_buffers_free()Thomas Fourier
2026-05-13Input: synaptics - add LEN2058 to SMBus passlist for ThinkPad E490Nicolás Bazaes
2026-05-12Input: atlas - check ACPI_COMPANION() against NULLRafael J. Wysocki
2026-05-07Input: atmel_mxt_ts - use __free() for obuf in mxt_object_showDmitry Torokhov
2026-05-07Input: atmel_mxt_ts - check mem_size before calculating config memory sizeDmitry Torokhov
2026-05-07Input: atmel_mxt_ts - fix boundary check in mxt_prepare_cfg_memDmitry Torokhov
2026-05-07Input: fm801-gp - simplify initialisation of pci_device_id arrayUwe Kleine-König (The Capable Hub)
2026-05-04Input: tsc2007 - reduce I2C transactions for Z2 readYuki Horii
2026-05-04Input: atmel_mxt_ts - set byte_offset as signedRicardo Ribalda
2026-04-30Input: xpad - add "Nova 2 Lite" from GameSirQbeliw Tanaka
2026-04-30Input: xpad - add support for ASUS ROG RAIKIRI IIDmitriy Zharov
2026-04-30Input: pcap_ts - remove unused driverArnd Bergmann
2026-04-30Input: pcap_keys - remove unused driverArnd Bergmann
2026-04-29Input: elan_i2c - validate firmware size before useDmitry Torokhov
2026-04-26Input: xpad - fix out-of-bounds access for Share buttonDmitry Torokhov
2026-04-26Input: usbtouchscreen - clamp NEXIO data_len/x_len to URB buffer sizeGreg Kroah-Hartman
2026-04-26Input: stmfts - fix formatting issuesDmitry Torokhov
2026-04-26Input: stmfts - add optional reset GPIO supportPetr Hodina
2026-04-26Input: stmfts - use client to make future code cleanerPetr Hodina
2026-04-26Input: stmfts - disable regulators and disable irq when power on failsDavid Heidelberg
2026-04-26Input: stmfts - abstract reading information from the firmwareDavid Heidelberg
2026-04-26Input: stmfts - switch to devm_regulator_bulk_get_constDavid Heidelberg
2026-04-26Input: stmfts - use dev struct directlyDavid Heidelberg
2026-04-26Input: stmfts - fix the MODULE_LICENSE() stringDavid Heidelberg
2026-04-23Input: elan_i2c - increase device reset wait timeout after update FWJingle Wu 吳金國
2026-04-23Input: elan_i2c - add ic type 0x19Jingle Wu 吳金國
2026-04-22Merge tag 'input-for-v7.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-04-20Input: lm8323 - remove space before newlineColin Ian King
2026-04-19Merge branch 'next' into for-linusDmitry Torokhov
2026-04-19Input: charlieplex_keypad - add GPIO charlieplex keypadHugo Villeneuve
2026-04-19Input: imx_keypad - fix spelling mistake "Colums" -> "Columns"Ethan Carter Edwards
2026-04-19Input: edt-ft5x06 - fix use-after-free in debugfs teardownDmitry Torokhov
2026-04-17Merge tag 'mips_7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13MIPS/input: Move RB532 button to GPIO descriptorsLinus Walleij
2026-04-11Merge tag 'input-for-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-08Input: uinput - take event lock when submitting FF request "event"Dmitry Torokhov
2026-04-08Input: ims-pcu - fix heap-buffer-overflow in ims_pcu_process_data()Seungjin Bae