public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver.
@ 2007-10-10  7:55 Maik Broemme
  2007-10-10  9:47 ` Andrey Panin
  0 siblings, 1 reply; 3+ messages in thread
From: Maik Broemme @ 2007-10-10  7:55 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 368 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.

This is a resent of my mail two weeks ago to 'linux-serial' :)

--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] 3+ messages in thread

* Re: [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver.
  2007-10-10  7:55 Maik Broemme
@ 2007-10-10  9:47 ` Andrey Panin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Panin @ 2007-10-10  9:47 UTC (permalink / raw)
  To: Maik Broemme; +Cc: linux-kernel

On 283, 10 10, 2007 at 09:55:58AM +0200, Maik Broemme wrote:
> 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.
> 
> This is a resent of my mail two weeks ago to 'linux-serial' :)

Please resend with proper Signed-off-by: line.

> 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 */


-- 
Andrey Panin		| Linux and UNIX system administrator
pazke@donpac.ru		| PGP key: wwwkeys.pgp.net

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

* [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver.
@ 2007-10-10 10:15 Maik Broemme
  0 siblings, 0 replies; 3+ messages in thread
From: Maik Broemme @ 2007-10-10 10:15 UTC (permalink / raw)
  To: linux-kernel

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.

Signed-off-by: Maik Broemme <mbroemme@plusserver.de>
---
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 */

--
Maik

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

end of thread, other threads:[~2007-10-10 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10 10:15 [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver Maik Broemme
  -- strict thread matches above, loose matches on Subject: below --
2007-10-10  7:55 Maik Broemme
2007-10-10  9:47 ` Andrey Panin

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