Update a comment

This commit is contained in:
Gregory Nutt 2016-08-29 15:43:11 -06:00
parent 1ce4db8008
commit ee83e49f75

View File

@ -529,6 +529,10 @@ int usbhost_composite(FAR struct usbhost_hubport_s *hport,
* structure that indexes all interface and endpoint dscriptors in the * structure that indexes all interface and endpoint dscriptors in the
* configuration. This index table will be used before CLASS_CONNECT() * configuration. This index table will be used before CLASS_CONNECT()
* is called to construct a meaning conifuration for the single class. * is called to construct a meaning conifuration for the single class.
*
* An option would be some functions: usbhost_findinterface() and
* usbhost_findenpoint() that could do the brute force look-up as
* necessary.
*/ */
/* Now loop, performing the registry lookup and initialization of each /* Now loop, performing the registry lookup and initialization of each