Date: Mon, 21 Dec 2009 22:57:40 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200820 - head/sys/dev/uart Message-ID: <200912212257.nBLMveQg043675@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Mon Dec 21 22:57:40 2009 New Revision: 200820 URL: http://svn.freebsd.org/changeset/base/200820 Log: Support the tablet in (at least) the Toshiba Portege M200 Tablet PC. This device only appears on the ACPI bus, so isn't caught by the current entry for it in the uart(4) ISA attachment. PR: kern/140172 Reviewed by: jhb, marcel Approved by: ed (mentor) MFC after: 2 weeks Modified: head/sys/dev/uart/uart_bus_acpi.c Modified: head/sys/dev/uart/uart_bus_acpi.c ============================================================================== --- head/sys/dev/uart/uart_bus_acpi.c Mon Dec 21 22:56:06 2009 (r200819) +++ head/sys/dev/uart/uart_bus_acpi.c Mon Dec 21 22:57:40 2009 (r200820) @@ -59,6 +59,7 @@ 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 */ + {0x04f0235c, "Wacom Tablet PC Screen"}, /* WACF004 */ {0} };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912212257.nBLMveQg043675>