Re: [linux-usb-devel] Interrupt urb does complete when booting

2006-09-25 Thread e.fahle
> 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

[linux-usb-devel] Interrupt urb does complete when booting

2006-09-23 Thread e.fahle
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