Message ID | 20181128212001.20839-1-adam@adamwong.me (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad. | expand |
On Wed, Nov 28, 2018 at 04:20:01PM -0500, adam@adamwong.me wrote: > From: TheWongGuy <adam@adamwong.me> This name, does not match: > Signed-off-by: Adam Wong <adam@adamwong.me> That name :( Please fix. thanks, greg k-h
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index b0f9d19b3410..a84362d0c99d 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1348,6 +1348,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN0618", 0 }, { "ELAN061C", 0 }, { "ELAN061D", 0 }, + { "ELAN0621", 0 }, { "ELAN0622", 0 }, { "ELAN1000", 0 }, { }