diff options
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-wacom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c index 58aedbc80f02..f9af474275db 100644 --- a/drivers/hid/hid-wacom.c +++ b/drivers/hid/hid-wacom.c | |||
@@ -352,6 +352,8 @@ static void wacom_i4_parse_pen_report(struct wacom_data *wdata, | |||
352 | case 0x80: /* Out of proximity report */ | 352 | case 0x80: /* Out of proximity report */ |
353 | input_report_key(input, BTN_TOUCH, 0); | 353 | input_report_key(input, BTN_TOUCH, 0); |
354 | input_report_abs(input, ABS_PRESSURE, 0); | 354 | input_report_abs(input, ABS_PRESSURE, 0); |
355 | input_report_key(input, BTN_STYLUS, 0); | ||
356 | input_report_key(input, BTN_STYLUS2, 0); | ||
355 | input_report_key(input, wdata->tool, 0); | 357 | input_report_key(input, wdata->tool, 0); |
356 | input_report_abs(input, ABS_MISC, 0); | 358 | input_report_abs(input, ABS_MISC, 0); |
357 | input_event(input, EV_MSC, MSC_SERIAL, wdata->serial); | 359 | input_event(input, EV_MSC, MSC_SERIAL, wdata->serial); |