Loading drivers/usb/core/hub.c +1 −1 Original line number Diff line number Diff line Loading @@ -1674,7 +1674,7 @@ int usb_suspend_device(struct usb_device *udev) return 0; #endif } EXPORT_SYMBOL_GPL(usb_suspend_device); /* * If the USB "suspend" state is in use (rather than "global suspend"), Loading drivers/usb/host/ehci-pci.c +2 −2 Original line number Diff line number Diff line Loading @@ -252,7 +252,7 @@ static int ehci_pci_suspend (struct usb_hcd *hcd, pm_message_t message) (void) usb_suspend_device (hcd->self.root_hub); #else usb_lock_device (hcd->self.root_hub); (void) ehci_hub_suspend (hcd); (void) ehci_bus_suspend (hcd); usb_unlock_device (hcd->self.root_hub); #endif Loading Loading @@ -285,7 +285,7 @@ static int ehci_pci_resume (struct usb_hcd *hcd) continue; if (status & (PORT_SUSPEND | PORT_OWNER)) { down (&hcd->self.root_hub->serialize); retval = ehci_hub_resume (hcd); retval = ehci_bus_resume (hcd); up (&hcd->self.root_hub->serialize); break; } Loading Loading
drivers/usb/core/hub.c +1 −1 Original line number Diff line number Diff line Loading @@ -1674,7 +1674,7 @@ int usb_suspend_device(struct usb_device *udev) return 0; #endif } EXPORT_SYMBOL_GPL(usb_suspend_device); /* * If the USB "suspend" state is in use (rather than "global suspend"), Loading
drivers/usb/host/ehci-pci.c +2 −2 Original line number Diff line number Diff line Loading @@ -252,7 +252,7 @@ static int ehci_pci_suspend (struct usb_hcd *hcd, pm_message_t message) (void) usb_suspend_device (hcd->self.root_hub); #else usb_lock_device (hcd->self.root_hub); (void) ehci_hub_suspend (hcd); (void) ehci_bus_suspend (hcd); usb_unlock_device (hcd->self.root_hub); #endif Loading Loading @@ -285,7 +285,7 @@ static int ehci_pci_resume (struct usb_hcd *hcd) continue; if (status & (PORT_SUSPEND | PORT_OWNER)) { down (&hcd->self.root_hub->serialize); retval = ehci_hub_resume (hcd); retval = ehci_bus_resume (hcd); up (&hcd->self.root_hub->serialize); break; } Loading