EHCI: Can asynch cancellation method

This commit is contained in:
Gregory Nutt 2015-04-27 11:18:31 -06:00
parent 86bfc4be75
commit 808bb40f6b

View File

@ -105,7 +105,8 @@ static int ehci_waiter(int argc, char *argv[])
/* Wait for the device to change state */
DEBUGVERIFY(CONN_WAIT(g_ehciconn, &hport));
printf("ehci_waiter: %s\n", hport->connected ? "connected" : "disconnected");
syslog(LOG_INFO, "ehci_waiter: %s\n",
hport->connected ? "connected" : "disconnected");
/* Did we just become connected? */