-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UsbDk automatic disable usb-device #123
Comments
We do not understand the question. Can you please describe your experience in details? What does it mean: "When I make a request"? Where you see that "URB_FUNCTION_ABORT_PIPE is called"? etc |
I have code
When usbdk send request
my usb device disconnects from my computer, and connect after request |
What you expect this request will do? |
I send a request to a usb device to get a battery charge, but I need it to continue working during the request |
It looks like the device is not happy with the request and does the internal reset (disconnects from the bus and reconnects again). |
When I make a request, the device is disconnected from the computer, "URB_FUNCTION_ABORT_PIPE" is called, followed by an error. Is it normal or not?
The text was updated successfully, but these errors were encountered: