Changeset eb862fd in mainline for uspace/drv/bus/usb/xhci/endpoint.c
- Timestamp:
- 2018-02-03T02:19:02Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5718c79
- Parents:
- 45457265
- File:
-
- 1 edited
-
uspace/drv/bus/usb/xhci/endpoint.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.c
r45457265 reb862fd 59 59 */ 60 60 static errno_t xhci_endpoint_init(xhci_endpoint_t *xhci_ep, device_t *dev, 61 const usb_endpoint_descriptors_t *desc)61 const usb_endpoint_descriptors_t *desc) 62 62 { 63 63 errno_t rc; … … 131 131 */ 132 132 endpoint_t *xhci_endpoint_create(device_t *dev, 133 const usb_endpoint_descriptors_t *desc)133 const usb_endpoint_descriptors_t *desc) 134 134 { 135 135 const usb_transfer_type_t type = USB_ED_GET_TRANSFER_TYPE(desc->endpoint);
Note:
See TracChangeset
for help on using the changeset viewer.
