]> git.baikalelectronics.ru Git - kernel.git/commit
USB: disable autosuspend by default for non-hubs
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 20 Aug 2007 14:48:05 +0000 (10:48 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 13 Sep 2007 12:49:04 +0000 (05:49 -0700)
commitc44c3ed5b67a76553b24b82ee49bdc002c45d3ae
tree4bff63e224c2911c8cbe309b22c0cacdaa72addd
parentff18bc6659324db68d131b4d99d756de6258e6e1
USB: disable autosuspend by default for non-hubs

This patch (as965) disables autosuspend by default for all USB devices
other than hubs.  We are seeing too many devices that can't suspend or
resume properly, the blacklist is growing unreasonably quickly, and
this sort of thing should be handled in userspace.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/quirks.c