Changeset a5b3de6 in mainline for uspace/drv/bus/usb/uhci/uhci_rh.c


Ignore:
Timestamp:
2017-10-25T11:55:15Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b35478
Parents:
c3d926f3
Message:

usbhost endpoint: removed target

The reasons for having usb_target_t inside endpoint have been dismissed. Enpoint is not a target of a transaction, so this was just misleading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/uhci_rh.c

    rc3d926f3 ra5b3de6  
    104104        assert(batch);
    105105
    106         const usb_target_t target = batch->ep->target;
    107106        do {
    108                 batch->error = virthub_base_request(&instance->base, target,
     107                batch->error = virthub_base_request(&instance->base, batch->target,
    109108                    batch->dir, (void*) batch->setup.buffer,
    110109                    batch->buffer, batch->buffer_size, &batch->transfered_size);
Note: See TracChangeset for help on using the changeset viewer.