Changeset fc0271a5 in mainline for uspace/drv/bus/usb/uhci/uhci_rh.c
- Timestamp:
- 2017-10-12T16:06:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9d787c
- Parents:
- d0db4a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci_rh.c
rd0db4a0 rfc0271a5 103 103 assert(batch); 104 104 105 const usb_target_t target = {{ 106 .address = batch->ep->address, 107 .endpoint = batch->ep->endpoint 108 }}; 105 const usb_target_t target = batch->ep->target; 109 106 do { 110 107 batch->error = virthub_base_request(&instance->base, target,
Note:
See TracChangeset
for help on using the changeset viewer.