On 6/1/05, Alan Stern <[EMAIL PROTECTED]> wrote:
> Using a private semaphore for synchronization,
> you can guarantee that dev.driver_data is NULL whenever your driver is
> bound to the interface and the private data doesn't exist.

BTW, you can't use private semaphore... Well, you can as long as it is
driver-wide semaphore, i.e. statically allocated one. Otherwise you
will free the semaphore together with acecad structure it is embedded
into in disconnect method.

-- 
Dmitry


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
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