From d1da52a018e64d87a13f30144c71cf4911ca28cc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 7 May 2015 10:02:51 -0600 Subject: [PATCH] Misc improvements to the CDC/ACM host driver, mostly related to parsing the configuration descriptor. Still does not work. --- arch/arm/src/lpc17xx/lpc17_usbhost.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/src/lpc17xx/lpc17_usbhost.c b/arch/arm/src/lpc17xx/lpc17_usbhost.c index a4d58ae0026..b314e7029e0 100644 --- a/arch/arm/src/lpc17xx/lpc17_usbhost.c +++ b/arch/arm/src/lpc17xx/lpc17_usbhost.c @@ -2455,6 +2455,7 @@ static int lpc17_ioalloc(struct usbhost_driver_s *drvr, return OK; } } + return -ENOMEM; #else return -ENOSYS;