All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Favux ..." <favux.is@gmail.com>
To: linux-input@vger.kernel.org
Subject: input: wacom - add new Bamboo PT
Date: Tue, 7 Dec 2010 15:29:15 -0600	[thread overview]
Message-ID: <AANLkTikLXD+4wMY=UzDjVsDy7joUFR7O431gK02c-ZSt@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

Adds new Bamboo Pen & Touch model:

Bamboo P & T Special Edition Medium      (CTH661/L;   Product ID = 0xdB)

Signed-off-by: David Foley <favux.is@gmail.com>

[-- Attachment #2: 0004-input-wacom-add-new-Bamboo-PT.patch --]
[-- Type: text/x-patch, Size: 1443 bytes --]

From 4eae59cdda892a190b71101bd36aa9edfafa3749 Mon Sep 17 00:00:00 2001
From: David Foley <favux.is@gmail.com>
Date: Tue, 7 Dec 2010 14:50:36 -0600
Subject: [PATCH 4/4] input: wacom - add new Bamboo PT

Adds new Bamboo Pen & Touch model.

Tested-by: Tobias Verbeke <tobias.verbeke@gmail.com>
Signed-off-by: David Foley <favux.is@gmail.com>
---
 drivers/input/tablet/wacom_wac.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
index db747e4..4852b44 100644
--- a/drivers/input/tablet/wacom_wac.c
+++ b/drivers/input/tablet/wacom_wac.c
@@ -1440,6 +1440,8 @@ 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 };
+static struct wacom_features wacom_features_0xDB =
+	{ "Wacom Bamboo 2FG 6x8 SE", WACOM_PKGLEN_BBFUN,  21648, 13530, 1023, 63, BAMBOO_PT };
 
 #define USB_DEVICE_WACOM(prod)					\
 	USB_DEVICE(USB_VENDOR_ID_WACOM, prod),			\
@@ -1510,6 +1512,7 @@ const struct usb_device_id wacom_ids[] = {
 	{ USB_DEVICE_WACOM(0xD3) },
 	{ USB_DEVICE_WACOM(0xD8) },
 	{ USB_DEVICE_WACOM(0xDA) },
+	{ USB_DEVICE_WACOM(0xDB) },
 	{ USB_DEVICE_WACOM(0xF0) },
 	{ USB_DEVICE_WACOM(0xCC) },
 	{ USB_DEVICE_WACOM(0x90) },
-- 
1.7.1


             reply	other threads:[~2010-12-07 21:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-07 21:29 Favux ... [this message]
2010-12-07 21:51 ` input: wacom - add new Bamboo PT Ping Cheng
2010-12-08  5:11   ` Dmitry Torokhov

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='AANLkTikLXD+4wMY=UzDjVsDy7joUFR7O431gK02c-ZSt@mail.gmail.com' \
    --to=favux.is@gmail.com \
    --cc=linux-input@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.