On Tue, Mar 08, 2005 at 03:55:13PM -0500, Dmitry Torokhov wrote:
> Hi,
> 
> On Tue, 08 Mar 2005 11:55:47 -0500, Nick Sillik <[EMAIL PROTECTED]> wrote:
> > +struct usb_onetouch_wrap {
> > +       struct list_head list;
> > +       struct usb_onetouch *onetouch;
> > +};
> 
> I may be wrong but I thought USB connect routines could run
> simultaneously if devices are on different hubs. If so then this list
> should be protected.

No, this isn't currently possible, but it could happen in the near
future.  To be safe, use a lock :)

thanks,

greg k-h



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to