aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+2
13 daysMerge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman2-0/+2
2026-08-14Merge branch 'next' into for-linusDmitry Torokhov13-153/+186
2026-08-12Input: sur40 - fix V4L error path cleanupDmitry Torokhov1-1/+3
2026-08-12Input: sur40 - fix input device registration orderingDmitry Torokhov1-10/+11
2026-08-03Input: hynitron_cstxxx - validate touch count and finger IDsJianing Li1-3/+10
2026-07-25Input: inexio - replace printk with dev_dbg and fix missing spaceBivash Kumar Singh1-1/+3
2026-07-25Input: elo - fix coding style issues in elo_setup_10()Bivash Kumar Singh1-2/+2
2026-07-24Input: iqs5xx - validate firmware record destination spanPengpeng Hou1-1/+2
2026-07-23Input: edt-ft5x06 - ignore contacts with an out-of-range slot idAlexandre Hamamdjian1-0/+2
2026-07-15Input: wacom_w8001 - replace strlcat() with a strscpy() helperIan Bridges1-5/+12
2026-07-13Input: mms114 - fix Y-resolution configurationDmitry Torokhov1-1/+1
2026-07-13Input: mms114 - fix endianness portability in I2C packet layoutDmitry Torokhov1-19/+33
2026-07-13Merge tag 'v7.2-rc3' into nextDmitry Torokhov9-9/+1
2026-07-11Merge tag 'input-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2026-07-10Input: mms114 - fix multi-touch slot corruptionDmitry Torokhov1-1/+1
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron8-8/+0
2026-07-05iio: inkern: Use namespaced exportsRomain Gantois2-0/+2
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)8-8/+0
2026-06-26Input: sur40 - fix MAX_CONTACTS value based on PixelSense specificationOliver1-2/+2
2026-06-22Input: mms114 - refactor chip variant handling using descriptorsDmitry Torokhov1-92/+112
2026-06-22Input: mms114 - replace BUG() and fix alignmentDmitry Torokhov1-9/+8
2026-06-22Input: mms114 - replace udelay with usleep_rangeDmitry Torokhov1-2/+2
2026-06-22Input: mms114 - use appropriate register argument typesDmitry Torokhov1-11/+9
2026-06-22Input: mms114 - prefer GPL over GPL v2 for module licenseDmitry Torokhov1-1/+1
2026-06-22Input: mms114 - fix touch indexing for MMS134S and MMS136Dmitry Torokhov1-6/+12
2026-06-22Input: goodix - clamp the device-reported contact countBryam Vargas1-1/+2
2026-06-15Input: 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-10Input: 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-05-31Merge tag 'v7.1-rc6' into nextDmitry Torokhov2-3/+15
2026-05-30Input: iqs5xx - drop unused i2c driver_dataUwe Kleine-König (The Capable Hub)1-3/+3
2026-05-30Input: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)39-63/+63
2026-05-29Input: Add support for Wacom W9000-series penabled touchscreensHendrik Noack3-0/+457
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
2026-05-04Input: tsc2007 - reduce I2C transactions for Z2 readYuki Horii1-4/+2
2026-05-04Input: atmel_mxt_ts - set byte_offset as signedRicardo Ribalda1-1/+2
2026-04-30Input: pcap_ts - remove unused driverArnd Bergmann3-263/+0
2026-04-26Input: usbtouchscreen - clamp NEXIO data_len/x_len to URB buffer sizeGreg Kroah-Hartman1-0/+5
2026-04-26Input: stmfts - fix formatting issuesDmitry Torokhov1-17/+19
2026-04-26Input: stmfts - add optional reset GPIO supportPetr Hodina1-0/+23
2026-04-26Input: stmfts - use client to make future code cleanerPetr Hodina1-1/+2
2026-04-26Input: stmfts - disable regulators and disable irq when power on failsDavid Heidelberg1-21/+38
2026-04-26Input: stmfts - abstract reading information from the firmwareDavid Heidelberg1-12/+23
2026-04-26Input: stmfts - switch to devm_regulator_bulk_get_constDavid Heidelberg1-13/+11
2026-04-26Input: stmfts - use dev struct directlyDavid Heidelberg1-11/+11
2026-04-26Input: stmfts - fix the MODULE_LICENSE() stringDavid Heidelberg1-1/+1