Re: [linux-usb-devel] Problem submitting ctrl_urb
On Wed, 16 Oct 2002, David Brownell wrote: > > > FILL_CONTROL_URB(dev->ctrl_urb, > > dev->udev, > > usb_sndctrlpipe(dev->udev,0), > > (unsigned char*)&dev->dr, > > buff, > > 3, > >
[linux-usb-devel] Problem submitting ctrl_urb
I have a problem when trying to submit a ctrl_urb. The submit_urb function returns zero (for success?) and the status flag in the urb is set to -115 (IO in progress). This looks fine, but the callback function is never called. The situation is: I'm trying to develop a bluetooth driver for a Motor
