libpayload: Tell EHCI to re-enable USB1 controllers
[coreboot.git] / payloads / libpayload / drivers / usb / ehci.c
index b1ccb0bf2fdc9731d0883944115642c93f0da531..71fbd7aed7866a6da382833510c25f1c9e235e70 100644 (file)
@@ -56,7 +56,7 @@ static void ehci_reset (hci_t *controller)
 
 static void ehci_shutdown (hci_t *controller)
 {
-
+       EHCI_INST(controller)->operation->configflag = 0;
 }
 
 enum { EHCI_OUT=0, EHCI_IN=1, EHCI_SETUP=2 };