None of the Java classes of the USB host API provide a method to clear
the endpoints stall (halt) condition. I even looked at underlying
native codes for the USB Host API and noticed the USBDEVFS_CLEAR_HALT
request is defined but did not find a function in the usbhost.c file
that issues an ioctl call with this request. Is this important USB
request (USBDEVFS_CLEAR_HALT) not exposed in the USB Host API
intentionally?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to