projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b233020
)
Input: wacom - Wacom Bamboo Pen D4 has 1024 pressure levels
author
Ping Cheng
<pinglinux@gmail.com>
Mon, 27 Jun 2011 19:57:58 +0000
(12:57 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 27 Jun 2011 20:07:45 +0000
(13:07 -0700)
D4 has 1024, not 512, pressure levels.
Reported-by: David Foley <favux.is@gmail.com>
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/tablet/wacom_wac.c
patch
|
blob
|
history
diff --git
a/drivers/input/tablet/wacom_wac.c
b/drivers/input/tablet/wacom_wac.c
index 2ea0d2e55a4e785f985d5e15e776201d0a0a9fe4..1cbb9a89bff4b88cc681bda775e74d713dc5b621 100644
(file)
--- a/
drivers/input/tablet/wacom_wac.c
+++ b/
drivers/input/tablet/wacom_wac.c
@@
-1462,7
+1462,7
@@
static const struct wacom_features wacom_features_0xD3 =
{ "Wacom Bamboo 2FG 6x8", WACOM_PKGLEN_BBFUN, 21648, 13530, 1023,
63, BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
static const struct wacom_features wacom_features_0xD4 =
- { "Wacom Bamboo Pen", WACOM_PKGLEN_BBFUN, 14720, 9200,
255
,
+ { "Wacom Bamboo Pen", WACOM_PKGLEN_BBFUN, 14720, 9200,
1023
,
63, BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
static const struct wacom_features wacom_features_0xD6 =
{ "Wacom BambooPT 2FG 4x5", WACOM_PKGLEN_BBFUN, 14720, 9200, 1023,