From: Manoj Iyer <manoj.iyer@canonical.com>
To: linux-kernel@vger.kernel.org
Cc: dmitry.torokhov@gmail.com, pingc@wacom.com, chris@cnpbagwell.com
Subject: [PATCH] add support for Lenovo tablet ID (0xE6)
Date: Thu, 31 Mar 2011 14:50:04 -0500 [thread overview]
Message-ID: <1301601004-5391-2-git-send-email-manoj.iyer@canonical.com> (raw)
In-Reply-To: <1301601004-5391-1-git-send-email-manoj.iyer@canonical.com>
Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
---
drivers/input/tablet/wacom_wac.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
index c87d94f..08ba5ad 100644
--- a/drivers/input/tablet/wacom_wac.c
+++ b/drivers/input/tablet/wacom_wac.c
@@ -1439,6 +1439,9 @@ static const struct wacom_features wacom_features_0xE2 =
static const struct wacom_features wacom_features_0xE3 =
{ "Wacom ISDv4 E3", WACOM_PKGLEN_TPC2FG, 26202, 16325, 255,
0, TABLETPC2FG, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
+static const struct wacom_features wacom_features_0xE6 =
+ { "Wacom ISDv4 E6", WACOM_PKGLEN_TPC2FG, 27760, 15694, 255,
+ 0, TABLETPC2FG, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
static const struct wacom_features wacom_features_0x47 =
{ "Wacom Intuos2 6x8", WACOM_PKGLEN_INTUOS, 20320, 16240, 1023,
31, INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
@@ -1561,6 +1564,7 @@ const struct usb_device_id wacom_ids[] = {
{ USB_DEVICE_WACOM(0x9F) },
{ USB_DEVICE_WACOM(0xE2) },
{ USB_DEVICE_WACOM(0xE3) },
+ { USB_DEVICE_WACOM(0xE6) },
{ USB_DEVICE_WACOM(0x47) },
{ USB_DEVICE_LENOVO(0x6004) },
{ }
--
1.7.1
next prev parent reply other threads:[~2011-03-31 19:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-31 19:50 [PATCH V2] add support for Lenovo tablet ID (0xE6) Manoj Iyer
2011-03-31 19:50 ` Manoj Iyer [this message]
2011-04-01 5:40 ` [PATCH] " Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2011-03-31 17:20 Manoj Iyer
2011-03-31 17:20 ` Manoj Iyer
2011-03-31 17:43 ` Dmitry Torokhov
2011-03-31 17:46 ` Manoj
2011-03-31 17:58 ` Chris Bagwell
2011-03-31 18:07 ` Dmitry Torokhov
2011-03-31 18:21 ` Chris Bagwell
2011-03-31 18:28 ` Manoj
2011-03-31 19:17 ` Ping Cheng
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=1301601004-5391-2-git-send-email-manoj.iyer@canonical.com \
--to=manoj.iyer@canonical.com \
--cc=chris@cnpbagwell.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pingc@wacom.com \
/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