View | Details | Raw Unified | Return to bug 232040 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/dev/usb/input/wmt.c (-1 / +1 lines)
Lines 656-662 wmt_hid_parse(struct wmt_softc *sc, const void *d_ptr, uint16_t d_len) Link Here
656
				break;
656
				break;
657
			}
657
			}
658
			if (hi.collevel == 1 && touch_coll &&
658
			if (hi.collevel == 1 && touch_coll &&
659
			    WMT_HI_ABSOLUTE(hi) && hi.usage ==
659
			    /* WMT_HI_ABSOLUTE(hi) && */ hi.usage ==
660
			      HID_USAGE2(HUP_DIGITIZERS, HUD_CONTACT_MAX)) {
660
			      HID_USAGE2(HUP_DIGITIZERS, HUD_CONTACT_MAX)) {
661
				cont_count_max = hi.logical_maximum;
661
				cont_count_max = hi.logical_maximum;
662
				cont_max_rid = hi.report_ID;
662
				cont_max_rid = hi.report_ID;

Return to bug 232040