diff options
| -rw-r--r-- | drivers/hid/hid-wacom.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c index 747542172242..75ea66affb66 100644 --- a/drivers/hid/hid-wacom.c +++ b/drivers/hid/hid-wacom.c | |||
| @@ -196,6 +196,9 @@ static int wacom_probe(struct hid_device *hdev, | |||
| 196 | /* Pad */ | 196 | /* Pad */ |
| 197 | input->evbit[0] |= BIT(EV_MSC); | 197 | input->evbit[0] |= BIT(EV_MSC); |
| 198 | input->mscbit[0] |= BIT(MSC_SERIAL); | 198 | input->mscbit[0] |= BIT(MSC_SERIAL); |
| 199 | set_bit(BTN_0, input->keybit); | ||
| 200 | set_bit(BTN_1, input->keybit); | ||
| 201 | set_bit(BTN_TOOL_FINGER, input->keybit); | ||
| 199 | 202 | ||
| 200 | /* Distance, rubber and mouse */ | 203 | /* Distance, rubber and mouse */ |
| 201 | input->absbit[0] |= BIT(ABS_DISTANCE); | 204 | input->absbit[0] |= BIT(ABS_DISTANCE); |
