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

Commit 91ae0e77 authored by Ping Cheng's avatar Ping Cheng Committed by Dmitry Torokhov
Browse files

Input: wacom - missed the last bit of expresskey for DTU-1031

parent 2fdf4cd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1838,7 +1838,7 @@ int wacom_setup_input_capabilities(struct input_dev *input_dev,
	case DTU:
		if (features->type == DTUS) {
			input_set_capability(input_dev, EV_MSC, MSC_SERIAL);
			for (i = 0; i < 3; i++)
			for (i = 0; i < 4; i++)
				__set_bit(BTN_0 + i, input_dev->keybit);
		}
		__set_bit(BTN_TOOL_PEN, input_dev->keybit);