Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec9acda7 authored by Peter Hutterer's avatar Peter Hutterer Committed by Dmitry Torokhov
Browse files

Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support

parent 86c03f46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -471,6 +471,7 @@ static int w8001_setup(struct w8001 *w8001)
		case 5:
			w8001->pktlen = W8001_PKTLEN_TOUCH2FG;

			__set_bit(BTN_TOOL_DOUBLETAP, dev->keybit);
			input_mt_init_slots(dev, 2, 0);
			input_set_abs_params(dev, ABS_MT_POSITION_X,
						0, touch.x, 0, 0);