Changeset eb2f7dd in mainline for uspace/lib/usb/include/usb/hub.h


Ignore:
Timestamp:
2011-05-08T13:37:51Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df25ab6
Parents:
84de606d
Message:

Add getting handle by address over USBHC iface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/hub.h

    r84de606d reb2f7dd  
    6363    const usb_hc_attached_device_t *);
    6464int usb_hc_unregister_device(usb_hc_connection_t *, usb_address_t);
     65int usb_hc_get_handle_by_address(usb_hc_connection_t *, usb_address_t,
     66    devman_handle_t *);
    6567
    6668#endif
Note: See TracChangeset for help on using the changeset viewer.