table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
USB_ENABLE_AUTOSUSPE(9) | USB Core APIs | USB_ENABLE_AUTOSUSPE(9) |
NAME¶
usb_enable_autosuspend - allow a USB device to be autosuspendedSYNOPSIS¶
void
usb_enable_autosuspend(struct usb_device * udev);
ARGUMENTS¶
udevthe USB device which may be
autosuspended
DESCRIPTION¶
This routine allows udev to be autosuspended. An autosuspend won't take place until the autosuspend_delay has elapsed and all the other necessary conditions are satisfied. The caller must hold udev's device lock.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |