/* Tell the world! */
announce_device(udev);
- device_enable_async_suspend(&udev->dev);
+ /* kever@rk 20111205
+ * We don't use async suspend in rk29 usb
+ * to make sure usb1.1 host is suspend before usb 2.0 host.
+ */
+ //device_enable_async_suspend(&udev->dev);
/* Register the device. The device driver is responsible
* for configuring the device and invoking the add-device
* notifier chain (used by usbfs and possibly others).