aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-09Merge branch 'next' into for-linusDmitry Torokhov1-2/+3
2022-09-24Input: synaptics - disable Intertouch for Lenovo T14 and P14s AMD G1Mark Pearson1-1/+0
2022-09-14Input: synaptics - enable InterTouch for the ThinkPad P1 G3Lyude Paul1-0/+1
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-03-20Input: synaptics - enable InterTouch on ThinkPad T14/P14s Gen 1 AMDMatthew Haughton1-0/+1
2021-01-19Input: synaptics - replace NOOP with suitable commentaryLee Jones1-2/+5
2020-11-19Input: synaptics - demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-10-05Input: synaptics - enable InterTouch for ThinkPad T14 Gen 1Hans de Goede1-0/+1
2020-10-04Input: synaptics - enable InterTouch for ThinkPad P1/X1E gen 2Jason A. Donenfeld1-1/+2
2020-10-04Input: synaptics-rmi4 - rename f30_data to gpio_dataVincent Huang1-1/+1
2020-07-06Input: synaptics - enable InterTouch for ThinkPad X1E 1st genIlya Katsnelson1-0/+1
2020-05-26Input: synaptics - add a second working PNP_ID for Lenovo T470sDennis Kadioglu1-0/+1
2020-03-24Input: synaptics - enable RMI on HP Envy 13-ad105ngYussuf Khalil1-0/+1
2020-02-13Input: synaptics - remove the LEN0049 dmi id from topbuttonpad listBenjamin Tissoires1-1/+1
2020-02-13Input: synaptics - enable SMBus on ThinkPad L470Gaurav Agrawal1-0/+1
2020-02-13Input: synaptics - switch T470s to RMI4 by defaultLyude Paul1-0/+1
2019-11-22Input: synaptics - switch another X1 Carbon 6 to RMI/SMbusHans Verkuil1-0/+1
2019-08-11Merge tag 'v5.3-rc4' into nextDmitry Torokhov1-0/+2
2019-08-09Input: synaptics - fix a typoChristophe JAILLET1-1/+1
2019-07-25Input: synaptics - enable RMI mode for HP Spectre X360Dmitry Torokhov1-0/+1
2019-07-20Merge branch 'next' into for-linusDmitry Torokhov1-5/+3
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov1-4/+3
2019-07-15Input: synaptics - fix misuse of strlcpyJoe Perches1-1/+1
2019-07-11Input: synaptics - whitelist Lenovo T580 SMBus intertouchNick Black1-0/+1
2019-07-01Input: synaptics - enable SMBUS on T480 thinkpad trackpadCole Rogers1-0/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-12Input: synaptics - enable SMBus on ThinkPad E480 and E580Alexander Mikhaylenko1-0/+2
2018-12-21Input: synaptics - enable SMBus for HP EliteBook 840 G4Mantas Mikulėnas1-0/+1
2018-12-08Input: synaptics - enable RMI on ThinkPad T560Yussuf Khalil1-0/+1
2018-12-03Input: synaptics - enable SMBus for HP 15-ay000Teika Kazura1-0/+1
2018-12-03Input: synaptics - add PNP ID for ThinkPad P50 to SMBusLyude Paul1-0/+1
2018-10-19Input: synaptics - avoid using uninitialized variable when probingDmitry Torokhov1-3/+1
2018-06-12Merge branch 'ib/4.17-xen-kbdfront-runtime-config' into nextDmitry Torokhov1-0/+6
2018-05-23Input: psmouse-smbus - allow to control psmouse_deactivateBenjamin Tissoires1-1/+1
2018-05-23Input: synaptics - add Lenovo 80 series ids to SMBusBenjamin Tissoires1-0/+2
2018-05-23Input: synaptics - add Intertouch support on X1 Carbon 6th and X280Aaron Ma1-0/+2
2018-05-23Input: synaptics - Lenovo Thinkpad X1 Carbon G5 (2017) with Elantech trackpoints should use RMIEdvard Holst1-0/+1
2018-05-23Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMIDmitry Torokhov1-0/+1
2018-04-23Merge branch 'ib-chrome-platform-input-atmel-mx-ts-platform-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform into nextDmitry Torokhov1-1/+0
2018-04-04Merge branch 'next' into for-linusDmitry Torokhov1-38/+52
2018-03-17Merge branch 'psmouse' into nextDmitry Torokhov1-4/+4
2018-03-07Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"Arkadiusz Hiler1-1/+0
2018-02-02Input: synaptics - handle errors from input_mt_init_slots()Dmitry Torokhov1-9/+24
2018-02-02Input: synaptics - switch to using input_set_capabilityDmitry Torokhov1-25/+24
2018-02-02Input: psmouse - move sliced command implementation to libps2Dmitry Torokhov1-4/+4
2018-02-01Merge tag 'v4.15' into nextDmitry Torokhov1-0/+1
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov1-0/+10
2018-01-16Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axesPeter Hutterer1-0/+10
2018-01-10Input: synaptics - Lenovo Thinkpad T460p devices should use RMI王振杰1-0/+1