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

Commit b216e12d authored by Jason Gerecke's avatar Jason Gerecke Committed by Dmitry Torokhov
Browse files

Input: wacom - correct bad Cintiq 24HD check

parent 68fe0f0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -391,7 +391,7 @@ static int wacom_parse_hid(struct usb_interface *intf,
							features->pktlen = WACOM_PKGLEN_TPC2FG;
						}

						if (features->type == MTSCREEN || WACOM_24HDT)
						if (features->type == MTSCREEN || features->type == WACOM_24HDT)
							features->pktlen = WACOM_PKGLEN_MTOUCH;

						if (features->type == BAMBOO_PT) {