]> Pileus Git - ~andy/linux/commitdiff
serial: 8250_dw: add new ACPI IDs
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 12 Nov 2013 10:11:09 +0000 (12:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 01:16:05 +0000 (17:16 -0800)
Newer Intel PCHs with LPSS have the same Designware controllers than
Haswell but ACPI IDs are different. Add these IDs to the driver list.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c

index 4658e3e0ec4256d9b2e31f890ea72822abf47f93..8cf39ad01667f6c638babd2e3d789662bc2ed5b4 100644 (file)
@@ -455,6 +455,8 @@ MODULE_DEVICE_TABLE(of, dw8250_of_match);
 static const struct acpi_device_id dw8250_acpi_match[] = {
        { "INT33C4", 0 },
        { "INT33C5", 0 },
+       { "INT3434", 0 },
+       { "INT3435", 0 },
        { "80860F0A", 0 },
        { },
 };