]> xenbits.xensource.com Git - seabios.git/commit
xhci: Change xhci_hub_detect() to use connect status instead of link state.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 10 Sep 2014 14:24:04 +0000 (10:24 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 10 Sep 2014 17:33:52 +0000 (13:33 -0400)
commitdc6552c133ba6099eda754b7a037a71b63d65fea
tree4b37c36f35c8f8975457e908a1b819efed984c48
parentc001ed8fd7db4be3df9e811e80854bdb93465828
xhci: Change xhci_hub_detect() to use connect status instead of link state.

Use the connect status bit to determine if a device is connected
instead of the port link state state machine status.  This makes the
driver more similar to the other drivers and may help diagnose devices
that take longer to boot up.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/hw/usb-xhci.c