Message ID | 20171207072721.13442-2-kai.heng.feng@canonical.com |
---|---|
State | New |
Headers | show |
Series | [SRU,Zesty,1/1] Input: elan_i2c - add ELAN0611 to the ACPI table | expand |
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index 36bbf1728bbb..4e6d737c3969 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1235,6 +1235,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN0600", 0 }, { "ELAN0605", 0 }, { "ELAN0608", 0 }, + { "ELAN0611", 0 }, { "ELAN1000", 0 }, { } };