linux/drivers/input/keyboard
Linus Torvalds 7d8c681eef Input updates for v7.2-rc6
- Fixes for information leaks and OOB accesses across several drivers,
   including evdev, focaltech, edt-ft5x06, iforce, and cs40l50-vibra
 
 - Improvements to the synaptics-rmi4 driver to properly handle F54
   worker errors and prevent buffer overflows
 
 - Input validation fixes in the hynitron_cstxxx touchscreen driver to
   prevent issues with invalid finger IDs and touch counts
 
 - Fixes for use-after-free and initialization bugs in the byd mouse
   and psxpad-spi drivers
 
 - New quirks for the atkbd driver to make keyboard work on HONOR and
   Xiaomi laptops
 
 - Support for the ZENAIM LEVERLESS controller in the xpad driver.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQST2eWILY88ieB2DOtAj56VGEWXnAUCana8zQAKCRBAj56VGEWX
 nAIMAQCFKhBk3M4Q+625XmMMcb9AV+Bl0TTCxXBbdrA8bYJ+IQEA0C9AQXCmIGzC
 lwr7jlgTET8vN/NrEVD+WN9jNzFmZgA=
 =jcbm
 -----END PGP SIGNATURE-----

Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

Pull input updates from Dmitry Torokhov:

 - Fixes for information leaks and OOB accesses across several drivers,
   including evdev, focaltech, edt-ft5x06, iforce, and cs40l50-vibra

 - Improvements to the synaptics-rmi4 driver to properly handle F54
   worker errors and prevent buffer overflows

 - Input validation fixes in the hynitron_cstxxx touchscreen driver to
   prevent issues with invalid finger IDs and touch counts

 - Fixes for use-after-free and initialization bugs in the byd mouse and
   psxpad-spi drivers

 - New quirks for the atkbd driver to make keyboard work on HONOR and
   Xiaomi laptops

 - Support for the ZENAIM LEVERLESS controller in the xpad driver.

* tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: evdev - sanitize event type index when fetching event masks
  Input: synaptics-rmi4 - propagate F54 worker errors to V4L2 queue
  Input: synaptics-rmi4 - block s_input when F54 queue is busy
  Input: synaptics-rmi4 - bound the F54 report size to the allocated buffer
  Input: synaptics-rmi4 - zero report size on F54 work error
  Input: synaptics-rmi4 - fix F55 transmitter electrode count typo
  Input: hynitron_cstxxx - validate touch count and finger IDs
  Input: evdev - fix information leak in evdev_pass_values()
  fixp-arith: convert comments to kernel-doc format
  Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packet
  Input: atkbd - skip deactivate for HONOR ZQC-P
  Input: atkbd - skip deactivate for Xiaomi Book Pro 14's internal keyboard
  Input: iforce - validate input packet lengths
  Input: psxpad-spi - set driver data before use
  Input: cs40l50-vibra - validate custom data from user space
  Input: xpad - add support for ZENAIM LEVERLESS
  Input: edt-ft5x06 - ignore contacts with an out-of-range slot id
  Input: byd - synchronize timer deletion before freeing private data
2026-08-08 07:09:35 -07:00
..
adc-keys.c
adp5520-keys.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
adp5585-keys.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
adp5588-keys.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
amikbd.c
applespi_trace.h
applespi.c Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
applespi.h
atakbd.c
atkbd.c Input: atkbd - skip deactivate for HONOR ZQC-P 2026-08-02 15:42:03 -07:00
bcm-keypad.c
cap11xx.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
charlieplex_keypad.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
clps711x-keypad.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
cros_ec_keyb.c Input: cros_ec_keyb - factor out column processing 2026-02-23 13:47:52 -08:00
cypress-sf.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
dlink-dir685-touchkeys.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
ep93xx_keypad.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
goldfish_events.c
gpio_keys_polled.c Input: gpio_keys_polled - avoid using GPIOF_ACTIVE_LOW 2024-11-09 14:55:33 +01:00
gpio_keys.c Input: gpio_keys - fall back to platform_get_irq() for interrupt-only keys 2026-02-01 00:05:00 -08:00
hil_kbd.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
hilkbd.c Input: hilkbd - use guard notation when acquiring spinlock 2024-11-05 14:17:20 -08:00
hpps2atkbd.h
imx_keypad.c Input: imx_keypad - fix spelling mistake "Colums" -> "Columns" 2026-04-19 17:55:20 -07:00
imx_sc_key.c Input: imx_sc_key - fix memory corruption on unload 2025-11-04 10:57:36 -08:00
imx-sm-bbm-key.c
ipaq-micro-keys.c Input: ipaq-micro-keys - add length check in micro_key_receive 2026-06-11 13:52:18 -07:00
iqs62x-keys.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
jornada680_kbd.c
jornada720_kbd.c
Kconfig Input: charlieplex_keypad - add GPIO charlieplex keypad 2026-04-19 18:27:01 -07:00
lkkbd.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
lm8323.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
lm8333.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
locomokbd.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
lpc32xx-keys.c
Makefile Input: charlieplex_keypad - add GPIO charlieplex keypad 2026-04-19 18:27:01 -07:00
maple_keyb.c Input: maple_keyb - set driver data before registering input device 2026-07-02 22:50:19 -07:00
matrix_keypad.c Input: matrix_keypad - detect change during scan 2025-04-09 14:21:46 -07:00
max7359_keypad.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
max7360-keypad.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
mpr121_touchkey.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
mt6779-keypad.c
mtk-pmic-keys.c Input: mtk-pmic-keys - MT6359 has a specific release irq 2025-09-06 09:24:14 -07:00
newtonkbd.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nspire-keypad.c
omap-keypad.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
omap4-keypad.c Input: omap4-keypad - remove redundant pm_runtime_mark_last_busy() calls 2025-12-13 01:23:01 -08:00
opencores-kbd.c
pinephone-keyboard.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
pmic8xxx-keypad.c
pxa27x_keypad.c Input: pxa27x-keypad - drop support for platform data 2025-09-08 06:35:37 -07:00
qt1050.c Input: qt1050 - inline i2c_check_functionality check 2026-04-08 07:46:01 -07:00
qt1070.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
qt2160.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
samsung-keypad.c Input: samsung-keypad - use BIT() and GENMASK() where appropriate 2025-07-01 14:31:17 -07:00
sh_keysc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
snvs_pwrkey.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
spear-keyboard.c Input: spear-keyboard - drop support for platform data 2025-09-08 06:38:01 -07:00
st-keyscan.c Input: st-keyscan - use guard notation when acquiring mutex 2024-10-03 08:58:57 -07:00
stmpe-keypad.c Input: switch back to struct platform_driver::remove() 2024-10-15 11:43:25 -07:00
stowaway.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sun4i-lradc-keys.c Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directly 2024-11-19 21:35:54 -08:00
sunkbd.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tc3589x-keypad.c
tca8418_keypad.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
tegra-kbc.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
tm2-touchkey.c Input: Use named initializers for arrays of i2c_device_data 2026-05-30 22:10:47 -07:00
twl4030_keypad.c Input: twl4030_keypad - drop support for platform data 2025-09-17 15:00:02 -07:00
xtkbd.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00