]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: add new routine for checking port-resume type
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 28 Apr 2008 15:06:11 +0000 (11:06 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:15:47 +0000 (15:15 -0700)
commitb01b03f3ad82b4293f6ca4da9b2692b6a377c609
tree9d3ab94600f6fa0491256ab1ac0fd824e55ee880
parentbd2c784595e3dd551c2b3aa4167657bcc802f598
USB: add new routine for checking port-resume type

This patch (as1070) creates a new subroutine to check whether a device
can be resumed.  This code is needed even when CONFIG_USB_SUSPEND
isn't set, because devices do suspend themselves when the root hub
(and hence the entire bus) is suspended, and power sessions can get
lost during a system sleep even without individual port suspends.

The patch also fixes a loose end in USB-Persist reset-resume handling.
When a low- or full-speed device is attached to an EHCI's companion
controller, the port handoff during resume will cause the companion
port's connect-status-change feature to be set.  If that flag isn't
cleared, the port-reset code will think it indicates that the device
has been unplugged and the reset-resume will fail.

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