Hi,

concerning this code from usb_suspend_interface(), what keeps "driver"
valid? I can see pm_lock protecting against usb_claim_interface(), but
what about driver (un)registration?

        driver = to_usb_driver(intf->dev.driver);

        if (driver->suspend && driver->resume) {
                status = driver->suspend(intf, msg);

        Regards
                Oliver
-- 
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
This signature is a legal requirement

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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