I am using dev-ohci (v1.10) from the usb ddk (v1.00) provided by QNX. I
have encountered a problem with one of the driver interface functions. I am
calling usbd_urb_status() right after calling usbd_setup_vendor() and
usbd_io(). I put some printfs after calling usbd_io() and verified that the
response buffer has been filled with correct data from the usb device. The
completion status from usbd_urb_status() shows no error. However, the
length pointer shows zero bytes transferred. Can anyone help with this
problem?
Rex Lam