projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdf4cd
)
Input: wacom - missed the last bit of expresskey for DTU-1031
author
Ping Cheng
<pinglinux@gmail.com>
Sat, 12 Apr 2014 20:43:25 +0000
(13:43 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 19 Apr 2014 20:56:07 +0000
(13:56 -0700)
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
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 05f371df6c400a882621c13509f6a13a40eed077..3d094c95851d88f0d40e4c0d63e1900091507f05 100644
(file)
--- a/
drivers/input/tablet/wacom_wac.c
+++ b/
drivers/input/tablet/wacom_wac.c
@@
-1838,7
+1838,7
@@
int wacom_setup_input_capabilities(struct input_dev *input_dev,
case DTU:
if (features->type == DTUS) {
input_set_capability(input_dev, EV_MSC, MSC_SERIAL);
- for (i = 0; i <
3
; i++)
+ for (i = 0; i <
4
; i++)
__set_bit(BTN_0 + i, input_dev->keybit);
}
__set_bit(BTN_TOOL_PEN, input_dev->keybit);