@@ -2602,7 +2602,7 @@ int usb_new_device(struct usb_device *udev)
add_device_randomness(udev->manufacturer,
strlen(udev->manufacturer));
- device_enable_async_suspend(&udev->dev);
+ device_disable_async_suspend(&udev->dev);
/* check whether the hub or firmware marks this port as non-removable */
set_usb_port_removable(udev);
@@ -760,7 +760,7 @@ int usb_hub_create_port_device(struct usb_hub *hub, int port1)
pm_runtime_set_active(&port_dev->dev);
pm_runtime_get_noresume(&port_dev->dev);
pm_runtime_enable(&port_dev->dev);
- device_enable_async_suspend(&port_dev->dev);
+ device_disable_async_suspend(&port_dev->dev);
/*
* Keep hidden the ability to enable port-poweroff if the hub