summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
41 hoursMerge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/dtor/i...Mark Brown
44 hoursMerge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/d...Mark Brown
2 daysInput: maple_keyb - set driver data before registering input deviceDmitry Torokhov
2 daysInput: maplecontrol - set driver data before registering input deviceDmitry Torokhov
2 daysInput: maplemouse - set driver data before registering input deviceDmitry Torokhov
2 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
5 daysInput: maplemouse - fix NULL pointer dereference in open()Florian Fuchs
8 daysInput: gscps2 - advance receive buffer write indexXu Rao
8 daysInput: sur40 - fix MAX_CONTACTS value based on PixelSense specificationOliver
8 daysInput: rmi4 - tolerate short register descriptor structureDmitry Torokhov
8 daysRevert "Input: rmi4 - fix register descriptor address calculation"Dmitry Torokhov
9 daysInput: isa1200 - new driver for Imagis ISA1200Linus Walleij
9 daysInput: synaptics - enable InterTouch on Dell Inspiron 3521Shashwat Agrawal
9 daysInput: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED countBryam Vargas
9 daysInput: synaptics-rmi4 - bound the F3A keymap to the GPIO countBryam Vargas
12 daysInput: cap11xx - add support for CAP1114Jun Yan
12 daysInput: cap11xx - guard unsupported DT properties before parsingJun Yan
12 daysInput: cap11xx - refactor code for better CAP1114 support.Jun Yan
12 daysInput: cap11xx - add reset gpio supportJun Yan
12 daysInput: cap11xx - remove unused register macrosJun Yan
12 daysInput: cap11xx - clean up duplicate log and add probe error logsJun Yan
12 daysInput: mms114 - refactor chip variant handling using descriptorsDmitry Torokhov
12 daysInput: mms114 - replace BUG() and fix alignmentDmitry Torokhov
12 daysInput: mms114 - replace udelay with usleep_rangeDmitry Torokhov
12 daysInput: mms114 - use appropriate register argument typesDmitry Torokhov
12 daysInput: mms114 - prefer GPL over GPL v2 for module licenseDmitry Torokhov
12 daysMerge branch 'next' into for-linusDmitry Torokhov
12 daysInput: mms114 - fix touch indexing for MMS134S and MMS136Dmitry Torokhov
12 daysInput: elan_i2c - prevent division by zero and arithmetic underflowRanjan Kumar
12 daysInput: stop force-feedback timer when unregistering input devicesDmitry Torokhov
12 daysInput: iforce - bound the device-reported force-feedback effect indexBryam Vargas
12 daysInput: goodix - clamp the device-reported contact countBryam Vargas
2026-06-15Input: mms114 - reject an oversized device packet sizeBryam Vargas
2026-06-14Input: touchwin - reset the packet index on every complete packetBryam Vargas
2026-06-11Input: rmi4 - update formatting in F12Dmitry Torokhov
2026-06-11Input: rmi4 - propagate proper error code in F12 sensor tuningDmitry Torokhov
2026-06-11Input: rmi4 - simplify size calculations in F12Dmitry Torokhov
2026-06-11Input: rmi4 - use sizeof(*ptr) and idiomatic checks in f12 allocatorsDmitry Torokhov
2026-06-11Input: rmi4 - use devm_kmalloc for F12 data packet bufferDmitry Torokhov
2026-06-11Input: rmi4 - use flexible array member for IRQ masks in F12Dmitry Torokhov
2026-06-11Input: rmi4 - use unaligned access helpers in F12Dmitry Torokhov
2026-06-11Input: rmi4 - change reg_size type to u32Dmitry Torokhov
2026-06-11Input: rmi4 - refactor F12 probe functionDmitry Torokhov
2026-06-11Input: rmi4 - use kzalloc_flex() for struct rmi_functionDmitry Torokhov
2026-06-11Input: rmi4 - refactor function allocation and registrationDmitry Torokhov
2026-06-11Input: rmi4 - use local presence map in rmi_read_register_desc()Dmitry Torokhov
2026-06-11Input: rmi4 - fix limit in rmi_register_desc_has_subpacket()Dmitry Torokhov
2026-06-11Input: rmi4 - fix bit count in bitmap_copy()Dmitry Torokhov
2026-06-11Input: rmi4 - iterative IRQ handlerDmitry Torokhov
2026-06-11Input: rmi4 - fix memory leak in rmi_set_attn_data()Dmitry Torokhov