summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
4 daysInput: gscps2 - advance receive buffer write indexXu Rao1-0/+1
4 daysInput: rmi4 - tolerate short register descriptor structureDmitry Torokhov1-12/+25
4 daysRevert "Input: rmi4 - fix register descriptor address calculation"Dmitry Torokhov1-1/+1
5 daysInput: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED countBryam Vargas1-1/+1
5 daysInput: synaptics-rmi4 - bound the F3A keymap to the GPIO countBryam Vargas1-1/+1
8 daysMerge branch 'next' into for-linusDmitry Torokhov110-1672/+1645
8 daysInput: mms114 - fix touch indexing for MMS134S and MMS136Dmitry Torokhov1-6/+12
8 daysInput: elan_i2c - prevent division by zero and arithmetic underflowRanjan Kumar1-6/+30
8 daysInput: stop force-feedback timer when unregistering input devicesDmitry Torokhov2-6/+24
8 daysInput: iforce - bound the device-reported force-feedback effect indexBryam Vargas1-7/+11
8 daysInput: goodix - clamp the device-reported contact countBryam Vargas1-1/+2
2026-06-16Input: mms114 - reject an oversized device packet sizeBryam Vargas1-0/+6
2026-06-14Input: touchwin - reset the packet index on every complete packetBryam Vargas1-6/+9
2026-06-12Input: rmi4 - update formatting in F12Dmitry Torokhov1-60/+60
2026-06-12Input: rmi4 - propagate proper error code in F12 sensor tuningDmitry Torokhov1-2/+2
2026-06-12Input: rmi4 - simplify size calculations in F12Dmitry Torokhov1-10/+4
2026-06-12Input: rmi4 - use sizeof(*ptr) and idiomatic checks in f12 allocatorsDmitry Torokhov1-10/+15
2026-06-12Input: rmi4 - use devm_kmalloc for F12 data packet bufferDmitry Torokhov1-1/+1
2026-06-12Input: rmi4 - use flexible array member for IRQ masks in F12Dmitry Torokhov1-16/+14
2026-06-12Input: rmi4 - use unaligned access helpers in F12Dmitry Torokhov1-6/+7
2026-06-12Input: rmi4 - change reg_size type to u32Dmitry Torokhov5-14/+26
2026-06-12Input: rmi4 - refactor F12 probe functionDmitry Torokhov1-116/+81
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