summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-19Merge branch 'next' into for-linusDmitry Torokhov27-166/+1351
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
2020-10-05Input: synaptics-rmi4 - rename f30_data to gpio_dataVincent Huang3-9/+9
2020-10-05Input: add zinitix touchscreen driverMichael Srba3-0/+594
2020-09-29Input: joystick - add ADC attached joystick driver.Artur Rojek3-0/+275
2020-09-29Input: i8042 - add nopnp quirk for Acer Aspire 5 A515Jiri Kosina1-0/+7
2020-09-29Input: trackpoint - enable Synaptics trackpointsVincent Huang1-0/+2
2020-09-16Input: sun4i-ps2 - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-6/+3
2020-09-16Input: twl4030_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-5/+3
2020-09-16Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-4/+2
2020-09-16Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-09-16Input: stmfts - fix a & vs && typoYueHaibing1-1/+1
2020-09-16Input: imx6ul_tsc - unify open/close and PM pathsDmitry Torokhov1-30/+22
2020-09-16Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume()Dan Carpenter1-11/+16
2020-09-16Input: elants_i2c - fix typo for an attribute to show calibration countJohnny Chuang1-1/+1
2020-09-14Input: trackpoint - add new trackpoint variant IDsVincent Huang2-8/+12
2020-09-14Input: elants_i2c - report resolution of ABS_MT_TOUCH_MAJOR by FW information.Johnny Chuang1-0/+6
2020-09-14Input: raydium_i2c_ts - use single i2c_transfer transaction when using RM_CMD...Furquan Shaikh1-73/+58
2020-09-14Input: soc_button_array - work around DSDTs which modify the irqflagsHans de Goede1-9/+60
2020-09-14Input: soc_button_array - add support for INT33D3 tablet-mode switch devicesHans de Goede1-0/+11
2020-09-14Input: soc_button_array - add active_low setting to soc_button_infoHans de Goede1-9/+11
2020-09-09Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset listsHans de Goede1-0/+16
2020-09-09platform/x86: thinkpad_acpi: Map Clipping tool hotkey to KEY_SELECTIVE_SCREEN...Hans de Goede1-1/+1
2020-09-09platform/x86: thinkpad_acpi: Add support for new hotkeys found on X1C8 / T14Hans de Goede1-5/+13
2020-08-25Input: MT - avoid comma separated statementsJoe Perches1-4/+7
2020-08-07Input: exc3000 - add support to query model and fw_versionSebastian Reichel1-1/+147
2020-08-07Input: exc3000 - add reset gpio supportSebastian Reichel1-0/+17
2020-08-07Input: exc3000 - add EXC80H60 and EXC80H84 supportSebastian Reichel1-14/+66
2020-08-07Input: sentelic - fix error return when fsp_reg_write failsColin Ian King1-1/+1
2020-08-07Input: alps - remove redundant assignment to variable retColin Ian King1-1/+1
2020-08-07Input: ims-pcu - return error code rather than -ENOMEMColin Ian King1-1/+1
2020-07-30Input: elan_i2c - add ic type 0x15Jingle Wu1-1/+2
2020-07-29Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessaryNick Dyer1-3/+53
2020-07-22Input: ati_remote2 - add missing newlines when printing module parametersXiongfeng Wang1-2/+2
2020-07-22Input: psmouse - add a newline when printing 'proto' by sysfsXiongfeng Wang1-1/+1
2020-07-22Merge branch 'for-linus' into nextDmitry Torokhov5-5/+14
2020-07-22Merge branch 'elan-i2c' into nextDmitry Torokhov5057-142854/+284634
2020-07-21Input: elan_i2c - add support for high resolution reportsJingle Wu4-59/+126
2020-07-21Input: elan_i2c - do not constantly re-query pattern IDDmitry Torokhov4-35/+23
2020-07-18Input: elan_i2c - add firmware update info for ICs 0x11, 0x13, 0x14Jingle Wu1-1/+13
2020-07-18Input: elan_i2c - handle firmware updated on newer ICsJingle Wu4-7/+60
2020-07-18Input: elan_i2c - add support for different firmware page sizesJingle Wu4-25/+41
2020-07-18Input: elan_i2c - fix detecting IAP version on older controllersJingle Wu1-4/+10
2020-07-18Input: elan_i2c - handle devices with patterns above 1Jingle Wu1-2/+2