From: Maik Broemme <mbroemme@plusserver.de>
To: linux-serial@vger.kernel.org
Subject: [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver.
Date: Fri, 28 Sep 2007 17:19:18 +0200 [thread overview]
Message-ID: <20070928151917.GA28155@bart.intergenia.de> (raw)
[-- 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 */
next reply other threads:[~2007-09-28 16:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-28 15:19 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
2007-10-10 10:15 Maik Broemme
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=20070928151917.GA28155@bart.intergenia.de \
--to=mbroemme@plusserver.de \
--cc=linux-serial@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.