Ignore:
Timestamp:
2018-01-29T14:10:47Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1bab1c8
Parents:
7bdfcaf
Message:

libusbhost: usb2_bus needs to release address when the device is gone

File:
1 edited

Legend:

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

    r7bdfcaf rf3ae58b  
    6464
    6565extern int usb2_bus_device_enumerate(usb2_bus_helper_t *, device_t *);
     66extern void usb2_bus_device_gone(usb2_bus_helper_t *, device_t *);
     67
    6668extern int usb2_bus_endpoint_register(usb2_bus_helper_t *, endpoint_t *);
    6769extern void usb2_bus_endpoint_unregister(usb2_bus_helper_t *, endpoint_t *);
Note: See TracChangeset for help on using the changeset viewer.