Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SERIAL] Claim Wacom tablet device on HP tc1100 tablet

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>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Bjorn Helgaas and committed by
Russell King
fa609435 38801e2e

+2
+2
drivers/serial/8250_pnp.c
··· 323 323 { "USR9180", 0 }, 324 324 /* U.S. Robotics 56K Voice INT PnP*/ 325 325 { "USR9190", 0 }, 326 + /* HP Compaq Tablet PC tc1100 Wacom tablet */ 327 + { "WACF005", 0 }, 326 328 /* Rockwell's (PORALiNK) 33600 INT PNP */ 327 329 { "WCI0003", 0 }, 328 330 /* Unkown PnP modems */