Changeset 1110ebd in mainline for uspace/lib/usb/include/usb/pipes.h
- Timestamp:
- 2011-02-03T11:16:43Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- cd50486
- Parents:
- 9d4579e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/pipes.h
r9d4579e r1110ebd 80 80 } usb_endpoint_pipe_t; 81 81 82 /** Flag for default control pipe. */83 #define USB_ENDPOINT_DESCRIPTION_DEFAULT_CONTROL_PIPE 184 82 85 83 /** Description of endpoint characteristics. */ … … 93 91 /** Interface subclass this endpoint belongs to (-1 for any). */ 94 92 int interface_subclass; 95 /** Interface protocol this endpoint belo gs to (-1 for any). */93 /** Interface protocol this endpoint belongs to (-1 for any). */ 96 94 int interface_protocol; 97 95 /** Extra endpoint flags. */
Note: See TracChangeset
for help on using the changeset viewer.