linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver.
@ 2007-09-28 15:19 Maik Broemme
  0 siblings, 0 replies; only message in thread
From: Maik Broemme @ 2007-09-28 15:19 UTC (permalink / raw)
  To: linux-serial

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

Hi,

notebook manufacturer seems to built a newer Wacom pen enabled tablet to
recent tablet pcs which are not recognized by the serial pnp driver.

Attached is a patch which makes the newer Wacom WACF007 and WACF008
tablets useable with the serial driver. The device is fully compatible
with it.

--Maik

[-- Attachment #2: linux-2.6.23-rc8-newer-wacom.patch --]
[-- Type: text/plain, Size: 588 bytes --]

diff -Nur linux-2.6.23-rc8/drivers/serial/8250_pnp.c linux-2.6.23-rc8-newer-wacom/drivers/serial/8250_pnp.c
--- linux-2.6.23-rc8/drivers/serial/8250_pnp.c	2007-09-28 17:14:07.000000000 +0200
+++ linux-2.6.23-rc8-newer-wacom/drivers/serial/8250_pnp.c	2007-09-28 17:09:45.000000000 +0200
@@ -327,6 +327,8 @@
 	{	"WACF004",		0	},
 	{	"WACF005",		0	},
 	{       "WACF006",              0       },
+	{       "WACF007",              0       },
+	{       "WACF008",              0       },
 	/* Compaq touchscreen */
 	{       "FPI2002",              0 },
 	/* Fujitsu Stylistic touchscreens */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-28 16:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-28 15:19 [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver Maik Broemme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).