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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 20 13:57:42 UTC 2021


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

--- Comment #35 from Vladimir Kondratyev <wulf at freebsd.org> ---
(In reply to Greg V from comment #33)
> Three mistakes in the hidbus one:
Hopefully fixed.

> But it continues sending events on the hms device as well
I added dummy RAW-mode only HID report descriptor. It should workaround
unwanted hms attachment.

> wsp loading instead of bcm on resume from S3 sleep)
Both wsp and atp drivers returned 0 instead of BUS_PROBE_DEFAULT from probe
method on success, so no other driver had any chances to beat them. That is
fixed in latest patch.
But usbhid still need to raise probe priority up to (BUS_PROBE_DEFAULT + 1) to
be winner.

Also latest patch moved switching HID/RAW mode in bcm from attach/detach
handlers to open/close ones and removed .025 sec delay from it to follow
Linux/OpenBSD.

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


More information about the freebsd-bugs mailing list