Ignore:
Timestamp:
2017-10-25T11:55:15Z (7 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:
c3d926f
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/lib/usbhost/include/usb/host/endpoint.h

    rc3d926f ra5b3de6  
    6060        /** USB device */
    6161        device_t *device;
    62         /** USB address. */
    63         usb_target_t target;
     62        /** Enpoint number */
     63        usb_endpoint_t endpoint;
    6464        /** Communication direction. */
    6565        usb_direction_t direction;
     
    108108        return item ? list_get_instance(item, endpoint_t, link) : NULL;
    109109}
     110
    110111#endif
    111112
Note: See TracChangeset for help on using the changeset viewer.