diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/acpi_lpss.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/acpi_lpss.c b/drivers/acpi/acpi_lpss.c index fb78bb9ad8f6..242885715331 100644 --- a/drivers/acpi/acpi_lpss.c +++ b/drivers/acpi/acpi_lpss.c | |||
@@ -157,6 +157,15 @@ static const struct acpi_device_id acpi_lpss_device_ids[] = { | |||
157 | { "80860F41", (unsigned long)&byt_i2c_dev_desc }, | 157 | { "80860F41", (unsigned long)&byt_i2c_dev_desc }, |
158 | { "INT33B2", }, | 158 | { "INT33B2", }, |
159 | 159 | ||
160 | { "INT3430", (unsigned long)&lpt_dev_desc }, | ||
161 | { "INT3431", (unsigned long)&lpt_dev_desc }, | ||
162 | { "INT3432", (unsigned long)&lpt_dev_desc }, | ||
163 | { "INT3433", (unsigned long)&lpt_dev_desc }, | ||
164 | { "INT3434", (unsigned long)&lpt_uart_dev_desc }, | ||
165 | { "INT3435", (unsigned long)&lpt_uart_dev_desc }, | ||
166 | { "INT3436", (unsigned long)&lpt_sdio_dev_desc }, | ||
167 | { "INT3437", }, | ||
168 | |||
160 | { } | 169 | { } |
161 | }; | 170 | }; |
162 | 171 | ||