diff options
-rw-r--r-- | drivers/hid/hid-wacom.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c index f9af474275db..3fc93869024e 100644 --- a/drivers/hid/hid-wacom.c +++ b/drivers/hid/hid-wacom.c | |||
@@ -492,9 +492,7 @@ static int wacom_input_mapped(struct hid_device *hdev, struct hid_input *hi, | |||
492 | __set_bit(BTN_MIDDLE, input->keybit); | 492 | __set_bit(BTN_MIDDLE, input->keybit); |
493 | 493 | ||
494 | /* Pad */ | 494 | /* Pad */ |
495 | input->evbit[0] |= BIT(EV_MSC); | 495 | input_set_capability(input, EV_MSC, MSC_SERIAL); |
496 | |||
497 | __set_bit(MSC_SERIAL, input->mscbit); | ||
498 | 496 | ||
499 | __set_bit(BTN_0, input->keybit); | 497 | __set_bit(BTN_0, input->keybit); |
500 | __set_bit(BTN_1, input->keybit); | 498 | __set_bit(BTN_1, input->keybit); |