Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2019 10:26:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 232040] wmt driver fails to attach to Synaptics Touchscreen
Message-ID:  <bug-232040-19105-P8Wx2oLhLG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232040-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232040-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232040

--- Comment #6 from Vladimir Kondratyev <wulf@freebsd.org> ---
(In reply to Sergei Akhmatdinov from comment #5)
HID report descriptor appeared to be broken. It declares 'Contact Count
Maximum' as padding bits:

0x85, 0x08,        //   Report ID (8)
0x09, 0x55,        //   Usage (0x55)
0xB1, 0x03,        //   Feature (Const,Var,Abs,No Wrap,Linear,Preferred
State,No Null Position,Non-volatile)

Try the attached patch. It is a quick and dirty hack, not a real solution.
Right way is to substitute broken descriptor with fixed one, but wmt(4) dri=
ver
can not do that yet.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232040-19105-P8Wx2oLhLG>