summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
22 hoursMerge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/dtor/i...Mark Brown
23 hoursMerge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/d...Mark Brown
4 daysInput: maple_keyb - set driver data before registering input deviceDmitry Torokhov
4 daysInput: maplecontrol - set driver data before registering input deviceDmitry Torokhov
4 daysInput: maplemouse - set driver data before registering input deviceDmitry Torokhov
4 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
7 daysInput: maplemouse - fix NULL pointer dereference in open()Florian Fuchs
10 daysInput: gscps2 - advance receive buffer write indexXu Rao
10 daysInput: sur40 - fix MAX_CONTACTS value based on PixelSense specificationOliver
10 daysInput: rmi4 - tolerate short register descriptor structureDmitry Torokhov
10 daysRevert "Input: rmi4 - fix register descriptor address calculation"Dmitry Torokhov
11 daysInput: isa1200 - new driver for Imagis ISA1200Linus Walleij
11 daysInput: synaptics - enable InterTouch on Dell Inspiron 3521Shashwat Agrawal
11 daysInput: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED countBryam Vargas
11 daysInput: synaptics-rmi4 - bound the F3A keymap to the GPIO countBryam Vargas
2026-06-22Input: cap11xx - add support for CAP1114Jun Yan
2026-06-22Input: cap11xx - guard unsupported DT properties before parsingJun Yan
2026-06-22Input: cap11xx - refactor code for better CAP1114 support.Jun Yan
2026-06-22Input: cap11xx - add reset gpio supportJun Yan
2026-06-22Input: cap11xx - remove unused register macrosJun Yan
2026-06-22Input: cap11xx - clean up duplicate log and add probe error logsJun Yan
2026-06-22Input: mms114 - refactor chip variant handling using descriptorsDmitry Torokhov
2026-06-22Input: mms114 - replace BUG() and fix alignmentDmitry Torokhov
2026-06-22Input: mms114 - replace udelay with usleep_rangeDmitry Torokhov
2026-06-22Input: mms114 - use appropriate register argument typesDmitry Torokhov
2026-06-22Input: mms114 - prefer GPL over GPL v2 for module licenseDmitry Torokhov
2026-06-22Merge branch 'next' into for-linusDmitry Torokhov
2026-06-22Input: mms114 - fix touch indexing for MMS134S and MMS136Dmitry Torokhov
2026-06-22Input: elan_i2c - prevent division by zero and arithmetic underflowRanjan Kumar
2026-06-22Input: stop force-feedback timer when unregistering input devicesDmitry Torokhov
2026-06-22Input: iforce - bound the device-reported force-feedback effect indexBryam Vargas
2026-06-22Input: 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