Changeset ec700c7 in mainline for uspace/lib/usbdev/include/usb/dev/pipes.h
- Timestamp:
- 2017-10-23T23:17:14Z (6 years ago)
- Branches:
- lfn, master, serial
- Children:
- 894f58c
- Parents:
- b724494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/pipes.h
rb724494 rec700c7 88 88 /** Found descriptor fitting the description. */ 89 89 const usb_standard_endpoint_descriptor_t *descriptor; 90 /** Relevant superspeed companion descriptor. */ 91 const usb_superspeed_endpoint_companion_descriptor_t *companion_descriptor; 90 92 /** Interface descriptor the endpoint belongs to. */ 91 93 const usb_standard_interface_descriptor_t *interface; … … 95 97 96 98 int usb_pipe_initialize(usb_pipe_t *, usb_endpoint_t, usb_transfer_type_t, 97 size_t, usb_direction_t, unsigned, u sb_dev_session_t *);99 size_t, usb_direction_t, unsigned, unsigned, unsigned, usb_dev_session_t *); 98 100 int usb_pipe_initialize_default_control(usb_pipe_t *, usb_dev_session_t *); 99 101
Note: See TracChangeset
for help on using the changeset viewer.