1USB_DISABLE_AUTOSUSP(9)          USB Core APIs         USB_DISABLE_AUTOSUSP(9)
2
3
4

NAME

6       usb_disable_autosuspend - prevent a USB device from being autosuspended
7

SYNOPSIS

9       void usb_disable_autosuspend(struct usb_device * udev);
10

ARGUMENTS

12       udev
13           the USB device which may not be autosuspended
14

DESCRIPTION

16       This routine prevents udev from being autosuspended and wakes it up if
17       it is already autosuspended.
18
19       The caller must hold udev's device lock.
20
22Kernel Hackers Manual 2.6.       November 2011         USB_DISABLE_AUTOSUSP(9)
Impressum