Ignore:
Timestamp:
2017-10-15T13:44:39Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2770b66
Parents:
867b375
Message:

usbhost refactoring: introduced bus→enumerate_device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/hcd.h

    r867b375 r20eaa82  
    103103extern usb_address_t hcd_request_address(hcd_t *, usb_speed_t);
    104104
    105 extern int hcd_release_address(hcd_t *, usb_address_t);
    106 
    107 extern int hcd_reserve_default_address(hcd_t *, usb_speed_t);
    108 
    109 static inline int hcd_release_default_address(hcd_t *hcd)
    110 {
    111         return hcd_release_address(hcd, USB_ADDRESS_DEFAULT);
    112 }
    113 
    114105extern int hcd_add_ep(hcd_t *, usb_target_t, usb_direction_t,
    115106    usb_transfer_type_t, size_t, unsigned int, size_t, usb_tt_address_t);
Note: See TracChangeset for help on using the changeset viewer.