public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Ubuntu PATCH] 8250_pnp:  Add support for other Wacom tablets
@ 2006-06-15 20:00 Randy Dunlap
  2006-06-15 19:06 ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2006-06-15 20:00 UTC (permalink / raw)
  To: lkml; +Cc: akpm, rmk+serial

From: Ben Collins <bcollins@ubuntu.com>

[UBUNTU:8250_pnp] Add support for other Wacom tablets that are around

http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=6a242b6c279af7805a6cca8f39dbc5bfe1f78cd1

Signed-off-by: Ben Collins <bcollins@ubuntu.com>
---

--- a/drivers/serial/8250_pnp.c
+++ b/drivers/serial/8250_pnp.c
@@ -323,8 +323,10 @@ static const struct pnp_device_id pnp_de
 	{	"USR9180",		0	},
 	/* U.S. Robotics 56K Voice INT PnP*/
 	{	"USR9190",		0	},
-	/* HP Compaq Tablet PC tc1100 Wacom tablet */
+	/* Wacom tablets */
+	{	"WACF004",		0	},
 	{	"WACF005",		0	},
+	{       "WACF006",              0       },
 	/* Rockwell's (PORALiNK) 33600 INT PNP */
 	{	"WCI0003",		0	},
 	/* Unkown PnP modems */




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

end of thread, other threads:[~2006-06-16  0:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-15 20:00 [Ubuntu PATCH] 8250_pnp: Add support for other Wacom tablets Randy Dunlap
2006-06-15 19:06 ` Russell King
2006-06-15 20:49   ` Randy Dunlap
2006-06-16  0:19   ` Ben Collins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox