Misc improvements to the CDC/ACM host driver, mostly related to parsing the configuration descriptor. Still does not work.

This commit is contained in:
Gregory Nutt 2015-05-07 10:02:51 -06:00
parent 8062555384
commit d1da52a018

View File

@ -2455,6 +2455,7 @@ static int lpc17_ioalloc(struct usbhost_driver_s *drvr,
return OK; return OK;
} }
} }
return -ENOMEM; return -ENOMEM;
#else #else
return -ENOSYS; return -ENOSYS;