[Bug 249384] Add support for Winbond CDC device in Tenma power supply

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 19 08:07:52 UTC 2020


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

--- Comment #9 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
> ie I guess my patch is not needed but it indicates a regression in the USB stack from 12 to 13.

There are similar devices which need a small delay before the configuration
index can be selected.

Can you try to patch sys/dev/usb/ 's 

usb_error_t
usbd_set_config_index(struct usb_device *udev, uint8_t index)

and just add:

pause("W", hz);

in the beginning?

--HPS

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


More information about the freebsd-usb mailing list