EHCI: don't hide ports owned by the companion
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 16 Jan 2007 16:58:47 +0000 (11:58 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:44:37 +0000 (15:44 -0800)
commit625b5c9a0069ef1b61feb3ce599b39f1b04b5666
tree74fac9295b6240c2fbc394cc0289bc178fb004a3
parente6316565e568b3b5733be10cfca3c27259bef499
EHCI: don't hide ports owned by the companion

This patch (as709) changes the way ehci-hcd presents port status
values for ports owned by the companion controller.  It no longer
hides the information; in particular, it allows the core to see the
disconnect event that occurs when a full- or low-speed device is
switched over to the companion.  This is required for the next patch
in this series.

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