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

--- Comment #33 from Greg V <[email protected]> ---
(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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to