]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
UBUNTU: SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
authorAaron Ma <aaron.ma@canonical.com>
Mon, 16 Oct 2017 15:50:26 +0000 (23:50 +0800)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 29 Jan 2018 13:44:59 +0000 (07:44 -0600)
commitc6ca578d87f219cab0f41fa09036fbecc3a5231d
tree9b1402369188616a45033d06cc7810d6141f5dfd
parent81d407b4303c3142c3a6c79f9ad57a8498a881d4
UBUNTU: SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280

BugLink: http://bugs.launchpad.net/bugs/1723986
Link: https://patchwork.kernel.org/patch/10008513/
Synaptics devices reported it has Intertouch support,
and it fails via PS/2 as following logs:

psmouse serio2: Failed to reset mouse on synaptics-pt/serio0
psmouse serio2: Failed to enable mouse on synaptics-pt/serio0

Set these new devices to use SMBus to fix this issue,
then they report SMBus version 3 is using,
patch: https://patchwork.kernel.org/patch/9989547/ enabled SMBus ver 3 and
makes synaptics devices work fine on SMBus mode.

Signed-off-by: Aaron Ma <aaron.ma@canonical.com>
Acked-by: Hui Wang <hui.wang@canonical.com>
Acked-by: AceLan Kao <acelan.kao@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/input/mouse/synaptics.c