summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Input: joystick - add ADC attached joystick driver.Artur Rojek2020-09-283-0/+275
| * | | | | | | Input: sun4i-ps2 - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-6/+3
| * | | | | | | Input: twl4030_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-5/+3
| * | | | | | | Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-4/+2
| * | | | | | | Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-2/+2
| * | | | | | | Input: stmfts - fix a & vs && typoYueHaibing2020-09-161-1/+1
| * | | | | | | Input: imx6ul_tsc - unify open/close and PM pathsDmitry Torokhov2020-09-161-30/+22
| * | | | | | | Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume()Dan Carpenter2020-09-161-11/+16
| * | | | | | | Input: elants_i2c - fix typo for an attribute to show calibration countJohnny Chuang2020-09-161-1/+1
| * | | | | | | Input: elants_i2c - report resolution of ABS_MT_TOUCH_MAJOR by FW information.Johnny Chuang2020-09-131-0/+6
| * | | | | | | Input: raydium_i2c_ts - use single i2c_transfer transaction when using RM_CMD...Furquan Shaikh2020-09-131-73/+58
| * | | | | | | Input: soc_button_array - work around DSDTs which modify the irqflagsHans de Goede2020-09-131-9/+60
| * | | | | | | Input: soc_button_array - add support for INT33D3 tablet-mode switch devicesHans de Goede2020-09-131-0/+11
| * | | | | | | Input: soc_button_array - add active_low setting to soc_button_infoHans de Goede2020-09-131-9/+11
| * | | | | | | Input: MT - avoid comma separated statementsJoe Perches2020-08-251-4/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Input: i8042 - add nopnp quirk for Acer Aspire 5 A515Jiri Kosina2020-09-281-0/+7
* | | | | | | Input: trackpoint - enable Synaptics trackpointsVincent Huang2020-09-281-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Input: trackpoint - add new trackpoint variant IDsVincent Huang2020-09-142-8/+12
* | | | | | Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset listsHans de Goede2020-09-081-0/+16
|/ / / / /
* | | | | Input: exc3000 - add support to query model and fw_versionSebastian Reichel2020-08-061-1/+147
* | | | | Input: exc3000 - add reset gpio supportSebastian Reichel2020-08-061-0/+17
* | | | | Input: exc3000 - add EXC80H60 and EXC80H84 supportSebastian Reichel2020-08-061-14/+66
* | | | | Input: sentelic - fix error return when fsp_reg_write failsColin Ian King2020-08-061-1/+1
* | | | | Input: alps - remove redundant assignment to variable retColin Ian King2020-08-061-1/+1
* | | | | Input: ims-pcu - return error code rather than -ENOMEMColin Ian King2020-08-061-1/+1
* | | | | Input: elan_i2c - add ic type 0x15Jingle Wu2020-07-291-1/+2
* | | | | Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessaryNick Dyer2020-07-281-3/+53
* | | | | Input: ati_remote2 - add missing newlines when printing module parametersXiongfeng Wang2020-07-211-2/+2
* | | | | Input: psmouse - add a newline when printing 'proto' by sysfsXiongfeng Wang2020-07-211-1/+1
* | | | | Merge branch 'for-linus' into nextDmitry Torokhov2020-07-215-5/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Input: i8042 - add Lenovo XiaoXin Air 12 to i8042 nomux listDavid Pedersen2020-07-071-0/+7
| * | | | Revert "Input: elants_i2c - report resolution information for touch major"Dmitry Torokhov2020-07-061-1/+0
| * | | | Input: elan_i2c - only increment wakeup count on touchDerek Basehore2020-07-061-4/+5
| * | | | Input: synaptics - enable InterTouch for ThinkPad X1E 1st genIlya Katsnelson2020-07-061-0/+1
| | |_|/ | |/| |
| * | | Input: adi - work around module name confictArnd Bergmann2020-06-091-0/+1
| * | | Merge branch 'next' into for-linusDmitry Torokhov2020-06-0632-792/+2702
| |\ \ \
* | \ \ \ Merge branch 'elan-i2c' into nextDmitry Torokhov2020-07-2110-134/+631
|\ \ \ \ \
| * | | | | Input: elan_i2c - add support for high resolution reportsJingle Wu2020-07-214-59/+126
| * | | | | Input: elan_i2c - do not constantly re-query pattern IDDmitry Torokhov2020-07-204-35/+23
| * | | | | Input: elan_i2c - add firmware update info for ICs 0x11, 0x13, 0x14Jingle Wu2020-07-171-1/+13
| * | | | | Input: elan_i2c - handle firmware updated on newer ICsJingle Wu2020-07-174-7/+60
| * | | | | Input: elan_i2c - add support for different firmware page sizesJingle Wu2020-07-174-25/+41
| * | | | | Input: elan_i2c - fix detecting IAP version on older controllersJingle Wu2020-07-171-4/+10
| * | | | | Input: elan_i2c - handle devices with patterns above 1Jingle Wu2020-07-171-2/+2
| * | | | | Input: elan_i2c - make fetching IC type of older controllers more robustJingle Wu2020-07-172-8/+10
| * | | | | Input: elan_i2c - handle firmware not implementing "get pattern" commandJingle Wu2020-07-171-1/+7
| | |_|/ / | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-05-2812-71/+87
| |\| | | | | |_|/ | |/| |
| | * | Input: synaptics - add a second working PNP_ID for Lenovo T470sDennis Kadioglu2020-05-261-0/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-04-074-132/+523
| |\ \ \
| * \ \ \ Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2020-04-073-0/+346
| |\ \ \ \