Changeset 7278cbc9 in mainline for uspace/lib/usbhost/src/usb2_bus.c


Ignore:
Timestamp:
2018-01-22T23:53:11Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e546142
Parents:
3ac86a4
Message:

usbhost: dispose the EP0 properly (+some ehci cleanup while debugging)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/usb2_bus.c

    r3ac86a4 r7278cbc9  
    209209}
    210210
    211 static void usb2_bus_device_gone(device_t *dev)
    212 {
    213         // TODO: Implement me!
    214 }
    215 
    216211/**
    217212 * Register an endpoint to the bus. Reserves bandwidth.
     
    245240const bus_ops_t usb2_bus_ops = {
    246241        .device_enumerate = usb2_bus_device_enumerate,
    247         .device_gone = usb2_bus_device_gone,
    248242        .endpoint_register = usb2_bus_register_ep,
    249243        .endpoint_unregister = usb2_bus_unregister_ep,
Note: See TracChangeset for help on using the changeset viewer.