summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2007-09-21 16:57:54 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2007-10-12 14:55:28 -0700
commita691efa9888e71232dfb4088fb8a8304ffc7b0f9 (patch)
tree51c0b1fcf433fca8850ac4d3e8b5cf0dd71a19bf /drivers/usb/storage
parent7108f28465a0a37d5afc05c5ad788938423b74a7 (diff)
downloadlinux-stable-a691efa9888e71232dfb4088fb8a8304ffc7b0f9.tar.gz
linux-stable-a691efa9888e71232dfb4088fb8a8304ffc7b0f9.tar.bz2
linux-stable-a691efa9888e71232dfb4088fb8a8304ffc7b0f9.zip
USB: remove USB_QUIRK_NO_AUTOSUSPEND
This patch (as995) cleans up the remains of the former NO_AUTOSUSPEND quirk. Since autosuspend is disabled by default, we will let userspace worry about which devices can safely be suspended. Thus the lengthy series of quirk entries is no longer needed, and neither is the quirk ID. I suppose someone might eventually run across a hub that can't be suspended; let's ignore the possibility for now. The patch also cleans up the hasty way in which autosuspend gets disabled. Setting udev->autosuspend_delay to -1 wasn't quite right, because the value is always supposed to be a multiple of HZ. It's better to leave the delay value alone and set autosuspend_disabled, which is what the quirk routine used to do. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
0 files changed, 0 insertions, 0 deletions