1. NAME▲
usb_disable_autosuspend - prevent a USB device from being autosuspended
2. SYNOPSIS ▲
void usb_disable_autosuspend(struct usb_device * udev );
3. ARGUMENTS ▲
udev
the USB device which may not be autosuspended
4. DESCRIPTION ▲
This routine prevents udev from being autosuspended and wakes it up if it is already autosuspended.
The caller must hold udevAqs device lock.
5. COPYRIGHT ▲