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

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

Reply via email to