From bee1798c4fe7e2344b1be43c3b08d77d92d3b2d1 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 16 Feb 2021 21:32:30 +0100 Subject: [PATCH] pygoscelis: Enable touchpad via SMBUS on t14s as suggested in dmesg --- pygoscelis-config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 9fede9c..4b5aabd 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -1967,7 +1967,9 @@ CONFIG_MOUSE_PS2_SMBUS=y # CONFIG_MOUSE_APPLETOUCH is not set # CONFIG_MOUSE_BCM5974 is not set # CONFIG_MOUSE_CYAPA is not set -# CONFIG_MOUSE_ELAN_I2C is not set +CONFIG_MOUSE_ELAN_I2C=m +CONFIG_MOUSE_ELAN_I2C_I2C=y +CONFIG_MOUSE_ELAN_I2C_SMBUS=y # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_MOUSE_GPIO is not set # CONFIG_MOUSE_SYNAPTICS_I2C is not set