summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2021-03-07Input: elan_i2c - add new trackpoint report type 0x5FJingle Wu3-14/+23
2021-03-07Input: elantech - fix protocol errors for some trackpoints in SMBus modejingle.wu2-2/+101
2021-03-04Input: i8042 - add ASUS Zenbook Flip to noselftest listMarcos Paulo de Souza1-0/+4
2021-03-04Input: joydev - prevent potential read overflow in ioctlDan Carpenter1-2/+5
2021-03-04Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Serie...Olivier CrĂȘte1-0/+1
2021-03-04Input: raydium_ts_i2c - do not send zero lengthjeffrey.lin1-1/+2
2021-03-04Input: zinitix - fix return type of zinitix_init_touch()Dmitry Torokhov1-1/+1
2021-03-04Input: elo - fix an error code in elo_connect()Dan Carpenter1-1/+3
2021-03-04Input: sur40 - fix an error code in sur40_probe()Dan Carpenter1-0/+1
2021-03-04tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-1/+3
2021-02-10Input: ili210x - implement pressure reporting for ILI251xMarek Vasut1-7/+19
2021-02-10Input: xpad - sync supported devices with fork on GitHubBenjamin Valentin1-1/+16
2021-02-10Input: goodix - add support for Goodix GT9286 chipAngeloGioacchino Del Regno1-0/+2
2021-02-10Input: i8042 - unbreak Pegatron C15BAlexey Dobriyan1-0/+2
2020-12-30Input: cyapa_gen6 - fix out-of-bounds stack accessArnd Bergmann1-1/+1
2020-12-30Input: omap4-keypad - fix runtime PM error handlingZhang Qilong1-36/+53
2020-12-30Input: ads7846 - fix unaligned access on 7845Dmitry Torokhov1-1/+2
2020-12-30Input: ads7846 - fix integer overflow on Rt calculationOleksij Rempel1-2/+3
2020-12-30Input: ads7846 - fix race that causes missing releasesDavid Jander1-18/+26
2020-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-40/+159
2020-12-12Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn1-0/+12
2020-12-12Input: cm109 - do not stomp on control URBDmitry Torokhov1-2/+5
2020-12-10Input: i8042 - add Acer laptops to the i8042 reset listChris Chiu1-0/+42
2020-12-10Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov1-0/+1
2020-12-07Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to the dmi_use_low_le...Hans de Goede1-0/+11
2020-12-07Input: raydium_ts_i2c - do not split tx transactionsFurquan Shaikh1-38/+88
2020-12-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-3/+11
2020-12-01Input: atmel_mxt_ts - fix lost interruptsLinus Walleij1-2/+2
2020-12-01Input: xpad - support Ardwiino ControllersSanjay Govind1-0/+2
2020-12-01Input: i8042 - add ByteSpeed touchpad to noloop tablePo-Hsu Lin1-0/+4
2020-11-25Input: i8042 - fix error return code in i8042_setup_aux()Luo Meng1-1/+2
2020-11-25Input: soc_button_array - add missing includeDmitry Torokhov1-0/+1
2020-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-18/+55
2020-11-12Input: elan_i2c - fix firmware update on newer ICsjingle.wu4-8/+9
2020-11-12Input: resistive-adc-touch - fix kconfig dependency on IIO_BUFFERNecip Fazil Yildiran1-0/+1
2020-11-09Input: sunkbd - avoid use-after-free in teardown pathsDmitry Torokhov1-8/+33
2020-10-27Input: i8042 - allow insmod to succeed on devices without an i8042 controllerHans de Goede1-1/+11
2020-10-27Input: adxl34x - clean up a data type in adxl34x_probe()Dan Carpenter1-1/+1
2020-10-25Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-7/+22
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+35
2020-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds25-160/+1337
2020-10-23Merge tag 'tag-chrome-platform-for-v5.10' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2020-10-22hil/parisc: Disable HIL driver when it gets stuckHelge Deller2-7/+22
2020-10-19Merge branch 'next' into for-linusDmitry Torokhov25-160/+1337
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2020-10-07Input: evdev - per-client waitgroupsKenny Levinsen1-10/+9
2020-10-05Input: synaptics - enable InterTouch for ThinkPad T14 Gen 1Hans de Goede1-0/+1
2020-10-05Input: synaptics - enable InterTouch for ThinkPad P1/X1E gen 2Jason A. Donenfeld1-1/+2
2020-10-05Input: synaptics-rmi4 - support bootloader v8 in f34v7Jason A. Donenfeld1-2/+7
2020-10-05Input: synaptics-rmi4 - add support for F3AVincent Huang5-0/+254