From: Mika Westerberg Date: Tue, 10 Dec 2013 10:56:59 +0000 (+0200) Subject: serial: 8250_dw: add new ACPI IDs X-Git-Tag: v3.10.26~118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a718268abcb22c6276b8a9126335b6f0714bd0e9;p=platform%2Fkernel%2Flinux-3.10.git serial: 8250_dw: add new ACPI IDs commit d24c195f90cb1adb178d26d84c722d4b9e551e05 upstream. 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index d07b6af..5d88091 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c @@ -369,6 +369,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 }, { }, };