|
|
@@ -1299,7 +1299,7 @@ static void wacom_intuos_pro2_bt_pen(struct wacom_wac *wacom)
|
|
|
range ? frame[7] : wacom->features.distance_max);
|
|
|
}
|
|
|
|
|
|
- input_report_key(pen_input, BTN_TOUCH, frame[0] & 0x01);
|
|
|
+ input_report_key(pen_input, BTN_TOUCH, frame[0] & 0x09);
|
|
|
input_report_key(pen_input, BTN_STYLUS, frame[0] & 0x02);
|
|
|
input_report_key(pen_input, BTN_STYLUS2, frame[0] & 0x04);
|
|
|
|