On Mon, Jun 12, 2006 at 03:16:31PM -0400, Alan Stern wrote: > Greg: > > This patch (as712) fixes the usb-skeleton example driver so that it won't > try to submit URBs after skel_disconnect() has returned. This could cause > errors, if the driver was unbound and then a different driver was bound to > the device.
Huh? How could that happen? Ah, the struct usb_device would be now owned by another driver... Ick. Yeah, I guess this patch is needed, oh well, maybe I'll think of some other way to do this without a lock being needed... I just want to keep it simple wherever possible... thanks, greg k-h _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
