All of lore.kernel.org
 help / color / mirror / Atom feed
* [SERIAL] Claim Wacom tablet device on HP tc1100 tablet
@ 2005-11-11 23:55 Bjorn Helgaas
  2005-11-12 22:06 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2005-11-11 23:55 UTC (permalink / raw)
  To: Russell King; +Cc: linux-serial, Andrew Morton, David Ludlow, Christopher Kemp

Claim the WACF005 device.  This is the pen display pointing device on
the HP Compaq tc1100 Tablet PC.  More information about using this
device, including using it as an X pointer device:

    http://www.theory.bham.ac.uk/staff/schofield/linux/tc1100/

Christopher Kemp <ck231@cam.ac.uk> did the legwork of determining that
the WACF005 is really just a plain old UART and doing an initial ACPI
driver (before we had PNPACPI), and David Ludlow <dave@adsllc.com>
confirmed that PNPACPI + the attached patch is now sufficient:

    pnp: Device 00:05 activated.
    ttyS4 at I/O 0x300 (irq = 4) is a 16550A

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>

Index: work-mm1/drivers/serial/8250_pnp.c
===================================================================
--- work-mm1.orig/drivers/serial/8250_pnp.c	2005-11-08 15:57:32.000000000 -0700
+++ work-mm1/drivers/serial/8250_pnp.c	2005-11-11 16:34:02.000000000 -0700
@@ -323,6 +323,8 @@
 	{	"USR9180",		0	},
 	/* U.S. Robotics 56K Voice INT PnP*/
 	{	"USR9190",		0	},
+	/* HP Compaq Tablet PC tc1100 Wacom tablet */
+	{	"WACF005",		0	},
 	/* Rockwell's (PORALiNK) 33600 INT PNP */
 	{	"WCI0003",		0	},
 	/* Unkown PnP modems */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-12 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-11 23:55 [SERIAL] Claim Wacom tablet device on HP tc1100 tablet Bjorn Helgaas
2005-11-12 22:06 ` Russell King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.