summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-34/+106
11 daysInput: evdev - sanitize event type index when fetching event masksDmitry Torokhov1-1/+4
12 daysInput: synaptics-rmi4 - propagate F54 worker errors to V4L2 queueDmitry Torokhov1-0/+8
12 daysInput: synaptics-rmi4 - block s_input when F54 queue is busyDmitry Torokhov1-1/+6
12 daysInput: synaptics-rmi4 - bound the F54 report size to the allocated bufferBryam Vargas1-2/+10
12 daysInput: synaptics-rmi4 - zero report size on F54 work errorDmitry Torokhov1-8/+8
12 daysInput: synaptics-rmi4 - fix F55 transmitter electrode count typoDmitry Torokhov1-2/+2
13 daysInput: hynitron_cstxxx - validate touch count and finger IDsJianing Li1-3/+10
13 daysInput: evdev - fix information leak in evdev_pass_values()Dmitry Torokhov1-10/+12
2026-08-03Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packetRichard Davies1-1/+1
2026-08-03Input: atkbd - skip deactivate for HONOR ZQC-PDonglin Lyu1-5/+13
2026-08-03Input: atkbd - skip deactivate for Xiaomi Book Pro 14's internal keyboardZhefu Zhang1-0/+8
2026-07-25Input: iforce - validate input packet lengthsPengpeng Hou2-1/+13
2026-07-25Input: psxpad-spi - set driver data before useLinmao Li1-0/+1
2026-07-25Input: cs40l50-vibra - validate custom data from user spaceHyeongJun An1-2/+8
2026-07-23Input: xpad - add support for ZENAIM LEVERLESSKyohei Kadota1-0/+2
2026-07-23Input: edt-ft5x06 - ignore contacts with an out-of-range slot idAlexandre Hamamdjian1-0/+2
2026-07-22Input: byd - synchronize timer deletion before freeing private dataLinmao Li1-1/+1
2026-07-12Merge tag 'input-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-7/+11
2026-07-11Input: mms114 - fix multi-touch slot corruptionDmitry Torokhov1-1/+1
2026-07-03Input: maple_keyb - set driver data before registering input deviceDmitry Torokhov1-2/+2
2026-07-03Input: maplecontrol - set driver data before registering input deviceDmitry Torokhov1-1/+2
2026-07-03Input: maplemouse - set driver data before registering input deviceDmitry Torokhov1-1/+3
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)26-26/+0
2026-06-30Input: maplemouse - fix NULL pointer dereference in open()Florian Fuchs1-2/+3
2026-06-27Input: gscps2 - advance receive buffer write indexXu Rao1-0/+1
2026-06-27Input: rmi4 - tolerate short register descriptor structureDmitry Torokhov1-12/+25
2026-06-27Revert "Input: rmi4 - fix register descriptor address calculation"Dmitry Torokhov1-1/+1
2026-06-26Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED countBryam Vargas1-1/+1
2026-06-26Input: synaptics-rmi4 - bound the F3A keymap to the GPIO countBryam Vargas1-1/+1
2026-06-23Merge branch 'next' into for-linusDmitry Torokhov110-1672/+1645
2026-06-23Input: mms114 - fix touch indexing for MMS134S and MMS136Dmitry Torokhov1-6/+12
2026-06-23Input: elan_i2c - prevent division by zero and arithmetic underflowRanjan Kumar1-6/+30
2026-06-23Input: stop force-feedback timer when unregistering input devicesDmitry Torokhov2-6/+24
2026-06-23Input: iforce - bound the device-reported force-feedback effect indexBryam Vargas1-7/+11
2026-06-23Input: 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