summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Iyer <manoj.iyer@canonical.com>2011-03-31 22:39:43 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-03-31 22:41:24 -0700
commit26fcd2a7618db6c16be6aa3e56c0f3c25381e5a3 (patch)
tree12b269193e2b341719b7cbe972f3209a2961937c
parenta2a94e7323dad972f23b9000cab150026c929b9f (diff)
Input: wacom - add support for Lenovo tablet ID (0xE6)
Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com> Acked-by: Ping Cheng <pingc@wacom.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r--drivers/input/tablet/wacom_wac.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
index c87d94ff6ae4..08ba5ad9c9be 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) },
{ }
distro/mimo/mimo-7-5'>distro/mimo/mimo-7-5 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)AuthorFilesLines
2016-01-04tdf#96855: Put back assignment of xHierAccessStephan Bergmann1-0/+2
2015-10-28tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann6-168/+36
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-4/+1
2015-04-23loplugin:staticmethodsNoel Grandin6-35/+35
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin9-36/+36
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann2-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-14/+14
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-5/+5
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin6-122/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin5-28/+11
2015-01-20Some more loplugin:cstylecast: xmlhelpStephan Bergmann2-6/+6
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-3/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-13/+13
2014-12-18xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann6-33/+23
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann6-42/+42
2014-12-04images: Tango is the most complete theme.Jan Holesovsky1-8/+7
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-2/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2-57/+10
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann2-8/+1
2014-08-11Resolves: fdo#82025 use strlen instead of stored length byteCaolán McNamara1-6/+9
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-7/+1
2014-06-04