We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b9d97 commit e92fad0Copy full SHA for e92fad0
drivers/tty/serial/8250/8250_dw.c
@@ -777,6 +777,7 @@ static const struct acpi_device_id dw8250_acpi_match[] = {
777
{ "INT33C5", (kernel_ulong_t)&dw8250_dw_apb },
778
{ "INT3434", (kernel_ulong_t)&dw8250_dw_apb },
779
{ "INT3435", (kernel_ulong_t)&dw8250_dw_apb },
780
+ { "INTC10EE", (kernel_ulong_t)&dw8250_dw_apb },
781
{ },
782
};
783
MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match);
0 commit comments