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

Commit 1582eea2 authored by Ping Cheng's avatar Ping Cheng Committed by Dmitry Torokhov
Browse files

Input: wacom - DTH2242 Grip Pen id was off by one bit

parent 202dec86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@ static int wacom_intuos_inout(struct wacom_wac *wacom)
		case 0x802: /* Intuos4 General Pen */
		case 0x804: /* Intuos4 Marker Pen */
		case 0x40802: /* Intuos4 Classic Pen */
		case 0x18803: /* DTH2242 Grip Pen */
		case 0x18802: /* DTH2242 Grip Pen */
		case 0x022:
			wacom->tool[idx] = BTN_TOOL_PEN;
			break;