1. NAME

usb_enable_autosuspend - allow a USB device to be autosuspended

2. SYNOPSIS

void usb_enable_autosuspend(struct usb_device *  udev );

3. ARGUMENTS

udev
    the USB device which may be autosuspended

4. DESCRIPTION

This routine allows udev to be autosuspended. An autosuspend wonAqt take place until the autosuspend_delay has elapsed and all the other necessary conditions are satisfied.

The caller must hold udevAqs device lock.

5. COPYRIGHT