]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit12286e8916c57029f6db3f44206a896cd322cecb
tree74fac9295b6240c2fbc394cc0289bc178fb004a3
parentb5d6d13302afb5da276cf346779fb487016c058e
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