public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Maik Broemme <mbroemme@plusserver.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver.
Date: Wed, 10 Oct 2007 12:15:08 +0200	[thread overview]
Message-ID: <20071010101508.GG10600@bart.intergenia.de> (raw)

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

             reply	other threads:[~2007-10-10 10:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-10 10:15 Maik Broemme [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-10-10  7:55 [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver Maik Broemme
2007-10-10  9:47 ` Andrey Panin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071010101508.GG10600@bart.intergenia.de \
    --to=mbroemme@plusserver.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox