https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249384
--- Comment #9 from Hans Petter Selasky <[email protected]> --- > 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
