Date: Fri, 19 Mar 2021 14:00:24 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252236] atp(4): Need EVDEV support for modern input stack Message-ID: <bug-252236-227-LK1gzWhmeK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252236-227@https.bugs.freebsd.org/bugzilla/> References: <bug-252236-227@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=3D252236 --- Comment #33 from Greg V <greg@unrelenting.technology> --- (In reply to Vladimir Kondratyev from comment #32) Three mistakes in the hidbus one: - forgotten sc->sc_dev =3D dev - evdev_set_methods needs dev (not sc) as second argument, because that's w= hat hidbus_intr_start expects - missing hidbus_set_intr(dev, bcm5974_intr, sc) With these fixed, WSP9 works. But it continues sending events on the hms device as well, so we get double movement :D (btw when we have both bcm and wsp supporting this device, there's weird st= uff like wsp loading instead of bcm on resume from S3 sleep) --=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-252236-227-LK1gzWhmeK>