Changeset 79c8a96 in mainline for uspace/lib/usb/include/usb/devdrv.h


Ignore:
Timestamp:
2011-03-21T10:27:44Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e1d5d70, c15070c
Parents:
81dce9f (diff), f0fdc7d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Development branch changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/devdrv.h

    r81dce9f r79c8a96  
    7979         */
    8080        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         */
    8287        usb_endpoint_description_t **endpoints;
    8388        /** Driver ops. */
Note: See TracChangeset for help on using the changeset viewer.