On Tue, Jan 22, 2002 at 08:33:50AM +0100, Vojtech Pavlik wrote: > > I'm ok with the changes, though I believe this could be handled by > something like usb_init_urb() instead, and everything else could stay as > is.
I'd like to make all urbs use reference counting, as was described by Alan and David previously on the mailing list. In order to do that, urbs shouldn't be "static" in drivers. Well ok, it could be worked around by using something like usb_init_urb() for static urbs, but why have two different forms of urb control? I'd rather all of the driver work the same way in the hopes of keeping things simpler. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
