Working for missing logic to get EP0 OUT DATA

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4594 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-04-12 14:47:29 +00:00
parent 0969329aa2
commit 333bd7254a
3 changed files with 86 additions and 12 deletions
+3
View File
@@ -1402,7 +1402,10 @@ static int cdcacm_setup(FAR struct usbdevclass_driver_s *driver,
{
/* Save the new line coding in the private data structure */
#warning "There is no mechanism now for the class driver to receive EP0 SETUP OUT data"
#if 0
memcpy(&priv->linecoding, ctrlreq->buf, MIN(len, 7));
#endif
ret = 0;
/* If there is a registered callback to receive line status info, then