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}
 };
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to