[Bug 252236] atp(4): Need EVDEV support for modern input stack

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 19 14:00:24 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252236

--- Comment #33 from Greg V <greg at 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.


More information about the freebsd-bugs mailing list