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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252236 --- 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 = dev - evdev_set_methods needs dev (not sc) as second argument, because that's what 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 stuff like wsp loading instead of bcm on resume from S3 sleep) -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252236-227-LK1gzWhmeK>
