* input: wacom - add 2 new Bamboo PT's
@ 2010-11-30 6:00 Favux ...
2010-11-30 18:50 ` Ping Cheng
0 siblings, 1 reply; 4+ messages in thread
From: Favux ... @ 2010-11-30 6:00 UTC (permalink / raw)
To: linux-input
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
Adds two new Bamboo Pen & Touch models:
Bamboo Comic Medium (CTH661/S1; Product ID = 0xd8)
Bamboo P & T Special Edition Small (CTH461/L; Product ID = 0xdA)
Signed-off-by: David Foley <favux.is@gmail.com>
[-- Attachment #2: 0001-input-wacom-add-2-new-Bamboo-PT-s.patch --]
[-- Type: text/x-patch, Size: 1669 bytes --]
From 41bc3746e5d74c88a22f778f033fd5c7241579be Mon Sep 17 00:00:00 2001
From: David Foley <favux.is@gmail.com>
Date: Mon, 29 Nov 2010 23:29:49 -0600
Subject: [PATCH] input: wacom - add 2 new Bamboo PT's
Adds two new Bamboo Pen & Touch models.
Tested-by: IRIE Shinsuke <irieshinsuke@yahoo.co.jp>
Tested-by: Andrea Cadeddu <mrernia@gmail.com>
Signed-off-by: David Foley <favux.is@gmail.com>
---
drivers/input/tablet/wacom_wac.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
index b3252ef..db747e4 100644
--- a/drivers/input/tablet/wacom_wac.c
+++ b/drivers/input/tablet/wacom_wac.c
@@ -1436,6 +1436,10 @@ static struct wacom_features wacom_features_0xD2 =
{ "Wacom Bamboo Craft", WACOM_PKGLEN_BBFUN, 14720, 9200, 1023, 63, BAMBOO_PT };
static struct wacom_features wacom_features_0xD3 =
{ "Wacom Bamboo 2FG 6x8", WACOM_PKGLEN_BBFUN, 21648, 13530, 1023, 63, BAMBOO_PT };
+static struct wacom_features wacom_features_0xD8 =
+ { "Wacom Bamboo Comic 2FG", WACOM_PKGLEN_BBFUN, 21648, 13530, 1023, 63, BAMBOO_PT };
+static struct wacom_features wacom_features_0xDA =
+ { "Wacom Bamboo 2FG 4x5 SE", WACOM_PKGLEN_BBFUN, 14720, 9200, 1023, 63, BAMBOO_PT };
#define USB_DEVICE_WACOM(prod) \
USB_DEVICE(USB_VENDOR_ID_WACOM, prod), \
@@ -1504,6 +1508,8 @@ const struct usb_device_id wacom_ids[] = {
{ USB_DEVICE_WACOM(0xD1) },
{ USB_DEVICE_WACOM(0xD2) },
{ USB_DEVICE_WACOM(0xD3) },
+ { USB_DEVICE_WACOM(0xD8) },
+ { USB_DEVICE_WACOM(0xDA) },
{ USB_DEVICE_WACOM(0xF0) },
{ USB_DEVICE_WACOM(0xCC) },
{ USB_DEVICE_WACOM(0x90) },
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: input: wacom - add 2 new Bamboo PT's
2010-11-30 6:00 input: wacom - add 2 new Bamboo PT's Favux ...
@ 2010-11-30 18:50 ` Ping Cheng
2010-11-30 19:00 ` Dmitry Torokhov
0 siblings, 1 reply; 4+ messages in thread
From: Ping Cheng @ 2010-11-30 18:50 UTC (permalink / raw)
To: Favux ..., Dmitry Torokhov; +Cc: linux-input
On Mon, Nov 29, 2010 at 10:00 PM, Favux ... <favux.is@gmail.com> wrote:
> Adds two new Bamboo Pen & Touch models:
>
> Bamboo Comic Medium (CTH661/S1; Product ID = 0xd8)
> Bamboo P & T Special Edition Small (CTH461/L; Product ID = 0xdA)
>
> Signed-off-by: David Foley <favux.is@gmail.com>
Reviewed-by: Ping Cheng <pingc@wacom.com>
Ping
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: input: wacom - add 2 new Bamboo PT's
2010-11-30 18:50 ` Ping Cheng
@ 2010-11-30 19:00 ` Dmitry Torokhov
2010-11-30 19:15 ` Ping Cheng
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2010-11-30 19:00 UTC (permalink / raw)
To: Ping Cheng; +Cc: Favux ..., linux-input
On Tue, Nov 30, 2010 at 10:50:16AM -0800, Ping Cheng wrote:
> On Mon, Nov 29, 2010 at 10:00 PM, Favux ... <favux.is@gmail.com> wrote:
> > Adds two new Bamboo Pen & Touch models:
> >
> > Bamboo Comic Medium (CTH661/S1; Product ID = 0xd8)
> > Bamboo P & T Special Edition Small (CTH461/L; Product ID = 0xdA)
> >
> > Signed-off-by: David Foley <favux.is@gmail.com>
>
> Reviewed-by: Ping Cheng <pingc@wacom.com>
>
I assume it is good for .37?
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: input: wacom - add 2 new Bamboo PT's
2010-11-30 19:00 ` Dmitry Torokhov
@ 2010-11-30 19:15 ` Ping Cheng
0 siblings, 0 replies; 4+ messages in thread
From: Ping Cheng @ 2010-11-30 19:15 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Favux ..., linux-input
On Tue, Nov 30, 2010 at 11:00 AM, Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:
> On Tue, Nov 30, 2010 at 10:50:16AM -0800, Ping Cheng wrote:
>> On Mon, Nov 29, 2010 at 10:00 PM, Favux ... <favux.is@gmail.com> wrote:
>> > Adds two new Bamboo Pen & Touch models:
>> >
>> > Bamboo Comic Medium (CTH661/S1; Product ID = 0xd8)
>> > Bamboo P & T Special Edition Small (CTH461/L; Product ID = 0xdA)
>> >
>> > Signed-off-by: David Foley <favux.is@gmail.com>
>>
>> Reviewed-by: Ping Cheng <pingc@wacom.com>
>>
>
> I assume it is good for .37?
Since they've been tested, I'd say yes.
Thank you.
Ping
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-30 19:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 6:00 input: wacom - add 2 new Bamboo PT's Favux ...
2010-11-30 18:50 ` Ping Cheng
2010-11-30 19:00 ` Dmitry Torokhov
2010-11-30 19:15 ` Ping Cheng
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).