> On Sat, 23 Sep 2006, e.fahle wrote:
> > Hi,
> > I wrote a driver for fullspeed device based on the code in usb_skeleton.
> > Sending data to the device goes through 2 interrupt-endpoints.
> > So my code uses the fill_int_urb() and submit_urb() and a callback for
Hi,
I wrote a driver for fullspeed device based on the code in usb_skeleton.
Sending data to the device goes through 2 interrupt-endpoints.
So my code uses the fill_int_urb() and submit_urb() and a callback for
writing..
I allow a limited number of urbs to be submitted at the same time, just like