From: Heikki Krogerus Date: Tue, 21 May 2013 06:34:24 +0000 (+0300) Subject: serial: 8250_dw: add ACPI ID for Intel BayTrail X-Git-Tag: v3.10-rc3~22^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9d83e1807e6462ac5c4edb7eae96c69594e8c8ef;p=~emulex%2Finfiniband.git serial: 8250_dw: add ACPI ID for Intel BayTrail This is the same controller as on Intel Lynxpoint but the ACPI ID is different. Signed-off-by: Heikki Krogerus Cc: stable 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 0b0eef900ca..d07b6af3a93 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c @@ -369,6 +369,7 @@ MODULE_DEVICE_TABLE(of, dw8250_of_match); static const struct acpi_device_id dw8250_acpi_match[] = { { "INT33C4", 0 }, { "INT33C5", 0 }, + { "80860F0A", 0 }, { }, }; MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match);