summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorLines
2020-08-06Input: sentelic - fix error return when fsp_reg_write failsColin Ian King-1/+1
2020-08-06Input: alps - remove redundant assignment to variable retColin Ian King-1/+1
2020-07-29Input: elan_i2c - add ic type 0x15Jingle Wu-1/+2
2020-07-21Input: psmouse - add a newline when printing 'proto' by sysfsXiongfeng Wang-1/+1
2020-07-21Merge branch 'for-linus' into nextDmitry Torokhov-4/+6
2020-07-21Merge branch 'elan-i2c' into nextDmitry Torokhov-132/+283
2020-07-21Input: elan_i2c - add support for high resolution reportsJingle Wu-59/+126
2020-07-20Input: elan_i2c - do not constantly re-query pattern IDDmitry Torokhov-35/+23
2020-07-17Input: elan_i2c - add firmware update info for ICs 0x11, 0x13, 0x14Jingle Wu-1/+13
2020-07-17Input: elan_i2c - handle firmware updated on newer ICsJingle Wu-7/+60
2020-07-17Input: elan_i2c - add support for different firmware page sizesJingle Wu-25/+41
2020-07-17Input: elan_i2c - fix detecting IAP version on older controllersJingle Wu-4/+10
2020-07-17Input: elan_i2c - handle devices with patterns above 1Jingle Wu-2/+2
2020-07-17Input: elan_i2c - make fetching IC type of older controllers more robustJingle Wu-8/+10
2020-07-17Input: elan_i2c - handle firmware not implementing "get pattern" commandJingle Wu-1/+7
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva-15/+13
2020-07-06Input: elantech - remove redundant assignments to variable errorColin Ian King-3/+3
2020-07-06Input: elan_i2c - only increment wakeup count on touchDerek Basehore-4/+5
2020-07-06Input: synaptics - enable InterTouch for ThinkPad X1E 1st genIlya Katsnelson-0/+1
2020-06-06Merge branch 'next' into for-linusDmitry Torokhov-2/+2
2020-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+1
2020-05-26Input: synaptics - add a second working PNP_ID for Lenovo T470sDennis Kadioglu-0/+1
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang-1/+1
2020-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+1
2020-03-24Input: synaptics - enable RMI on HP Envy 13-ad105ngYussuf Khalil-0/+1
2020-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-8/+12
2020-02-14Input: cyapa - replace zero-length array with flexible-array memberGustavo A. R. Silva-4/+4
2020-02-13Input: synaptics - remove the LEN0049 dmi id from topbuttonpad listBenjamin Tissoires-1/+1
2020-02-13Input: synaptics - enable SMBus on ThinkPad L470Gaurav Agrawal-0/+1
2020-02-13Input: synaptics - switch T470s to RMI4 by defaultLyude Paul-0/+1
2020-02-10Input: psmouse - switch to using i2c_new_scanned_device()Wolfram Sang-3/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-11-22Input: synaptics - switch another X1 Carbon 6 to RMI/SMbusHans Verkuil-0/+1
2019-11-22Input: fix Kconfig indentationKrzysztof Kozlowski-8/+8
2019-10-27Merge tag 'v5.4-rc5' into nextDmitry Torokhov-29/+32
2019-10-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-26/+29
2019-10-15Revert "Input: elantech - enable SMBus on new (2018+) systems"Kai-Heng Feng-26/+29
2019-10-04Input: gpio_mouse - switch to using input device polling modeDmitry Torokhov-26/+20
2019-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-151/+13
2019-08-28input/vmmouse: Update the backdoor call with support for new instructionsThomas Hellstrom-3/+3
2019-08-20Input: psmouse - drop all unneeded functions from mouse headersHui Wang-114/+8
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-08-11Merge tag 'v5.3-rc4' into nextDmitry Torokhov-29/+28
2019-08-09Input: synaptics - fix a typoChristophe JAILLET-1/+1
2019-07-25Input: synaptics - enable RMI mode for HP Spectre X360Dmitry Torokhov-0/+1
2019-07-24Input: cyapa - switch to using devm_device_add_group()Dmitry Torokhov-15/+1
2019-07-24Input: elan_i2c - switch to using devm_add_action_or_reset()Dmitry Torokhov-2/+1
2019-07-24Input: elan_i2c - switch to using devm_device_add_groups()Dmitry Torokhov-16/+1
2019-07-24Input: elantech - annotate fall-through case in elantech_use_host_notify()Dmitry Torokhov-0/+1
2019-07-23Input: elantech - enable SMBus on new (2018+) systemsKai-Heng Feng-29/+25