diff options
| -rw-r--r-- | drivers/input/touchscreen/goodix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index 9736c83dd418..f2d9c2c41885 100644 --- a/drivers/input/touchscreen/goodix.c +++ b/drivers/input/touchscreen/goodix.c | |||
| @@ -933,6 +933,7 @@ MODULE_DEVICE_TABLE(i2c, goodix_ts_id); | |||
| 933 | #ifdef CONFIG_ACPI | 933 | #ifdef CONFIG_ACPI |
| 934 | static const struct acpi_device_id goodix_acpi_match[] = { | 934 | static const struct acpi_device_id goodix_acpi_match[] = { |
| 935 | { "GDIX1001", 0 }, | 935 | { "GDIX1001", 0 }, |
| 936 | { "GDIX1002", 0 }, | ||
| 936 | { } | 937 | { } |
| 937 | }; | 938 | }; |
| 938 | MODULE_DEVICE_TABLE(acpi, goodix_acpi_match); | 939 | MODULE_DEVICE_TABLE(acpi, goodix_acpi_match); |
