1*eaafbc3aSAlan SternWhat: /sys/bus/usb/devices/.../power/autosuspend 2*eaafbc3aSAlan SternDate: March 2007 3*eaafbc3aSAlan SternKernelVersion: 2.6.21 4*eaafbc3aSAlan SternContact: Alan Stern <stern@rowland.harvard.edu> 5*eaafbc3aSAlan SternDescription: 6*eaafbc3aSAlan Stern Each USB device directory will contain a file named 7*eaafbc3aSAlan Stern power/autosuspend. This file holds the time (in seconds) 8*eaafbc3aSAlan Stern the device must be idle before it will be autosuspended. 9*eaafbc3aSAlan Stern 0 means the device will be autosuspended as soon as 10*eaafbc3aSAlan Stern possible. Negative values will prevent the device from 11*eaafbc3aSAlan Stern being autosuspended at all, and writing a negative value 12*eaafbc3aSAlan Stern will resume the device if it is already suspended. 13*eaafbc3aSAlan Stern 14*eaafbc3aSAlan Stern The autosuspend delay for newly-created devices is set to 15*eaafbc3aSAlan Stern the value of the usbcore.autosuspend module parameter. 16