summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2026-06-12Input: rmi4 - use kzalloc_flex() for struct rmi_functionDmitry Torokhov1-3/+1
2026-06-12Input: rmi4 - refactor function allocation and registrationDmitry Torokhov3-17/+26
2026-06-12Input: rmi4 - use local presence map in rmi_read_register_desc()Dmitry Torokhov2-12/+14
2026-06-12Input: rmi4 - fix limit in rmi_register_desc_has_subpacket()Dmitry Torokhov1-1/+1
2026-06-12Input: rmi4 - fix bit count in bitmap_copy()Dmitry Torokhov1-4/+3
2026-06-12Input: rmi4 - iterative IRQ handlerDmitry Torokhov1-16/+16
2026-06-12Input: rmi4 - fix memory leak in rmi_set_attn_data()Dmitry Torokhov1-1/+5
2026-06-12Input: rmi4 - initialize attn_fifo properlyDmitry Torokhov1-0/+1
2026-06-12Input: rmi4 - fix num_subpackets overflow in register descriptorDmitry Torokhov2-1/+8
2026-06-12Input: rmi4 - fix type overflow in register countsDmitry Torokhov1-1/+1
2026-06-12Input: rmi4 - refactor register descriptor parsingDmitry Torokhov1-48/+76
2026-06-12Input: rmi4 - fix register descriptor address calculationDmitry Torokhov1-1/+1
2026-06-11Input: ipaq-micro-keys - add length check in micro_key_receiveDmitry Torokhov1-0/+3
2026-06-11Input: ipaq-micro-keys - fix potential deadlockDmitry Torokhov1-2/+2
2026-06-11Input: synaptics-rmi4 - unregister function handlers on physical driver regis...Haoxiang Li1-1/+3
2026-06-11Input: ads7846 - don't use scratch for tx_buf when clearing registerKris Bahnsen1-3/+2
2026-06-10Input: ads7846 - restore half-duplex supportAaro Koskinen1-2/+166
2026-06-10Input: remove changelogsElliot Tester2-40/+0
2026-06-10Input: Drop unused assignments from pnp_device_id arraysUwe Kleine-König (The Capable Hub)2-51/+51
2026-06-10Input: ipaq-micro-keys - simplify allocationRosen Penev1-10/+7
2026-06-07Input: ims-pcu - fix potential infinite loop in CDC union descriptor parsingDmitry Torokhov1-2/+3
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