summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-11-04 20:50:23 +0000
committereadler <eadler@FreeBSD.org>2012-11-04 20:50:23 +0000
commitd1f4ef76ef4429d45648238bf89e031386f627b5 (patch)
tree5abe1e97b1319460d0858e1385c8690f9eb888a3 /sys/dev/uart
parent63f3f6b3d4cf7b4ca50105eb17c8ceaee34898a7 (diff)
downloadFreeBSD-src-d1f4ef76ef4429d45648238bf89e031386f627b5.zip
FreeBSD-src-d1f4ef76ef4429d45648238bf89e031386f627b5.tar.gz
Add support for a few more devices:
PNP0510 and FUJ02E5 for a "Wacom Tablet at FuS Lifebook T" PNP0502 and PNP0511 for some other generic devices. PR: kern/173357 Submitted by: Andrey Zakharchenko <avz@jscc.ru> Approved by: cperciva (implicit) MFC after: 1 week
Diffstat (limited to 'sys/dev/uart')
-rw-r--r--sys/dev/uart/uart_bus_acpi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c
index d320b73..756f7f2 100644
--- a/sys/dev/uart/uart_bus_acpi.c
+++ b/sys/dev/uart/uart_bus_acpi.c
@@ -59,7 +59,11 @@ static driver_t uart_acpi_driver = {
static struct isa_pnp_id acpi_ns8250_ids[] = {
{0x0005d041, "Standard PC COM port"}, /* PNP0500 */
{0x0105d041, "16550A-compatible COM port"}, /* PNP0501 */
+ {0x0205d041, "Multiport serial device (non-intelligent 16550)"}, /* PNP0502 */
+ {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */
+ {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */
{0x04f0235c, "Wacom Tablet PC Screen"}, /* WACF004 */
+ {0xe502aa1a, "Wacom Tablet at FuS Lifebook T"}, /* FUJ02E5 */
{0}
};
OpenPOWER on IntegriCloud