diff options
-rw-r--r-- | drivers/input/touchscreen/silead.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c index ff7043f74a3d..d196ac3d8b8c 100644 --- a/drivers/input/touchscreen/silead.c +++ b/drivers/input/touchscreen/silead.c | |||
@@ -603,6 +603,7 @@ static const struct acpi_device_id silead_ts_acpi_match[] = { | |||
603 | { "GSL3692", 0 }, | 603 | { "GSL3692", 0 }, |
604 | { "MSSL1680", 0 }, | 604 | { "MSSL1680", 0 }, |
605 | { "MSSL0001", 0 }, | 605 | { "MSSL0001", 0 }, |
606 | { "MSSL0002", 0 }, | ||
606 | { } | 607 | { } |
607 | }; | 608 | }; |
608 | MODULE_DEVICE_TABLE(acpi, silead_ts_acpi_match); | 609 | MODULE_DEVICE_TABLE(acpi, silead_ts_acpi_match); |