[SRU][Xenial][Artful][Bionic][PATCH 1/1] UBUNTU: SAUCE: Input: elan_i2c - add ELAN0612 to the ACPI table
Joseph Salisbury
joseph.salisbury at canonical.com
Fri Jun 1 16:21:29 UTC 2018
From: Johannes Wienke <languitar at semipol.de>
BugLink: http://bugs.launchpad.net/bugs/1773509
ELAN0612 touchpad uses elan_i2c as its driver. ELAN0612 is being included in
newer laptops, so add it to ACPI table to enable the touchpad.
Signed-off-by: Johannes Wienke <languitar at semipol.de>
Signed-off-by: Joseph Salisbury <joseph.salisbury at canonical.com>
---
drivers/input/mouse/elan_i2c_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
index 2111a85..423f7fe 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1263,6 +1263,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN060B", 0 },
{ "ELAN060C", 0 },
{ "ELAN0611", 0 },
+ { "ELAN0612", 0 },
{ "ELAN1000", 0 },
{ }
};
--
2.7.4
More information about the kernel-team
mailing list