diff options
-rw-r--r-- | drivers/input/tablet/wacom_wac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c index 3eccf212d5b2..2d88316d0e54 100644 --- a/drivers/input/tablet/wacom_wac.c +++ b/drivers/input/tablet/wacom_wac.c | |||
@@ -1191,13 +1191,13 @@ void wacom_setup_input_capabilities(struct input_dev *input_dev, | |||
1191 | case PL: | 1191 | case PL: |
1192 | case PTU: | 1192 | case PTU: |
1193 | case DTU: | 1193 | case DTU: |
1194 | __set_bit(BTN_TOOL_PEN, input_dev->keybit); | ||
1195 | __set_bit(BTN_STYLUS, input_dev->keybit); | ||
1196 | __set_bit(BTN_STYLUS2, input_dev->keybit); | 1194 | __set_bit(BTN_STYLUS2, input_dev->keybit); |
1197 | /* fall through */ | 1195 | /* fall through */ |
1198 | 1196 | ||
1199 | case PENPARTNER: | 1197 | case PENPARTNER: |
1198 | __set_bit(BTN_TOOL_PEN, input_dev->keybit); | ||
1200 | __set_bit(BTN_TOOL_RUBBER, input_dev->keybit); | 1199 | __set_bit(BTN_TOOL_RUBBER, input_dev->keybit); |
1200 | __set_bit(BTN_STYLUS, input_dev->keybit); | ||
1201 | break; | 1201 | break; |
1202 | 1202 | ||
1203 | case BAMBOO_PT: | 1203 | case BAMBOO_PT: |