From 8f5b62add6db071c0691a1313cd22019f8589e28 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 26 Apr 2015 12:21:01 -0600 Subject: [PATCH] Last change was still in editor on last commit --- arch/arm/src/lpc31xx/lpc31_ehci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/src/lpc31xx/lpc31_ehci.c b/arch/arm/src/lpc31xx/lpc31_ehci.c index 2750950ff3..fda9405939 100644 --- a/arch/arm/src/lpc31xx/lpc31_ehci.c +++ b/arch/arm/src/lpc31xx/lpc31_ehci.c @@ -3204,6 +3204,7 @@ static int lpc31_wait(FAR struct usbhost_connection_s *conn, * port has the connection change. */ + connport->connected = rhport->connected; *hport = connport; irqrestore(flags);