I see from the code that disconnect and probe calls are serialized: one won't be called during the other. However, what about usbdevfs ioctl calls? I am worried that ioctl (the one you can specify in the usb_driver struct) can be called during or even after a disconnect. Is that right? If so I will have to put some extra locks/logic to avoid SMP races in the driver I'm working on, which I'd rather not do if I don't have to.
Thanks, Duncan. _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel