This is a resend. I forgot to update the subject line last time. I am
not in the mailing list. Please cc me with your reply. Thank you.
Add 10 serial Wacom Tablet PC devices. In fact,
The last 3 bytes of WACF### are all reserved
for Wacom serial OEMs.
Signed-off-by: Ping Cheng <[email protected]>
---
drivers/serial/8250_pnp.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/drivers/serial/8250_pnp.c b/drivers/serial/8250_pnp.c
index d71dfe3..898c0f0 100644
--- a/drivers/serial/8250_pnp.c
+++ b/drivers/serial/8250_pnp.c
@@ -337,6 +337,15 @@ static const struct pnp_device_id pnp_dev_table[] =
{
{ "WACF00A", 0 },
{ "WACF00B", 0 },
{ "WACF00C", 0 },
+ { "WACF00D", 0 },
+ { "WACF00E", 0 },
+ { "WACF00F", 0 },
+ { "WACF010", 0 },
+ { "WACF011", 0 },
+ { "WACF012", 0 },
+ { "WACF013", 0 },
+ { "WACF014", 0 },
+ { "WACF015", 0 },
/* Compaq touchscreen */
{ "FPI2002", 0 },
/* Fujitsu Stylistic touchscreens */
@@ -354,6 +363,8 @@ static const struct pnp_device_id pnp_dev_table[] =
{
{ "FUJ02E5", 0 },
/* Fujitsu P-series tablet PC device */
{ "FUJ02E6", 0 },
+ /* Fujitsu Wacom Tablet PC device */
+ { "FUJ02E7", 0 },
/*
* LG C1 EXPRESS DUAL (C1-PB11A3) touch screen (actually a
FUJ02E6 in
* disguise)
--
1.6.5.2
[ added CCs ]
On Mon, 30 Nov 2009, Ping Cheng wrote:
> This is a resend. I forgot to update the subject line last time. I am
> not in the mailing list. Please cc me with your reply. Thank you.
>
>
> Add 10 serial Wacom Tablet PC devices. In fact,
> The last 3 bytes of WACF### are all reserved
> for Wacom serial OEMs.
>
> Signed-off-by: Ping Cheng <[email protected]>
> ---
> drivers/serial/8250_pnp.c | 11 +++++++++++
> 1 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/serial/8250_pnp.c b/drivers/serial/8250_pnp.c
> index d71dfe3..898c0f0 100644
> --- a/drivers/serial/8250_pnp.c
> +++ b/drivers/serial/8250_pnp.c
> @@ -337,6 +337,15 @@ static const struct pnp_device_id pnp_dev_table[] =
> {
> { "WACF00A", 0 },
> { "WACF00B", 0 },
> { "WACF00C", 0 },
> + { "WACF00D", 0 },
> + { "WACF00E", 0 },
> + { "WACF00F", 0 },
> + { "WACF010", 0 },
> + { "WACF011", 0 },
> + { "WACF012", 0 },
> + { "WACF013", 0 },
> + { "WACF014", 0 },
> + { "WACF015", 0 },
> /* Compaq touchscreen */
> { "FPI2002", 0 },
> /* Fujitsu Stylistic touchscreens */
> @@ -354,6 +363,8 @@ static const struct pnp_device_id pnp_dev_table[] =
> {
> { "FUJ02E5", 0 },
> /* Fujitsu P-series tablet PC device */
> { "FUJ02E6", 0 },
> + /* Fujitsu Wacom Tablet PC device */
> + { "FUJ02E7", 0 },
> /*
> * LG C1 EXPRESS DUAL (C1-PB11A3) touch screen (actually a
> FUJ02E6 in
> * disguise)
>
--
Jiri Kosina
SUSE Labs, Novell Inc.