projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab73b4
)
serial: 8250_dw: add ACPI ID for Intel BayTrail
author
Heikki Krogerus
<
[email protected]
>
Tue, 21 May 2013 06:34:24 +0000
(09:34 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 21 May 2013 17:25:05 +0000
(10:25 -0700)
This is the same controller as on Intel Lynxpoint but the
ACPI ID is different.
Signed-off-by: Heikki Krogerus <
[email protected]
>
Cc: stable <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/tty/serial/8250/8250_dw.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/8250/8250_dw.c
b/drivers/tty/serial/8250/8250_dw.c
index 0b0eef900cad4da0ed51267235a32fc84c121d73..d07b6af3a9379db82927677a5915d9bae01d7874 100644
(file)
--- 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);