Changes in uspace/lib/usb/include/usb/devdrv.h [d71691d:09daa8b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/devdrv.h
rd71691d r09daa8b 79 79 */ 80 80 const char *name; 81 /** Expected endpoints description. */ 81 /** Expected endpoints description, excluding default control endpoint. 82 * 83 * It MUST be of size expected_enpoints_count(excluding default ctrl) + 1 84 * where the last record MUST BE NULL, otherwise catastrophic things may 85 * happen. 86 */ 82 87 usb_endpoint_description_t **endpoints; 83 88 /** Driver ops. */
Note:
See TracChangeset
for help on using the changeset viewer.