USB: EHCI: fix handover for designated full-speed ports
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 4 May 2007 15:55:31 +0000 (11:55 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jul 2007 23:29:47 +0000 (16:29 -0700)
commit3c519b846c4d5edf7c94d1eede42445a815bf65c
treea07857a8eb61d8bd1ed6e01ee6bde1df3fe78354
parent6bc6cff52e0c4c4c876b1b8a5750041da61ad42b
USB: EHCI: fix handover for designated full-speed ports

This patch (as895) fixes up a loose end in the port-handover code for
the USB-Persist facility.  A special case occurs when a high-speed
device is attached to a port which the user has designated to run at
full-speed only; the port must be disabled before the handover can
take place.

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