Changeset 3df8ea9 in mainline for uspace/drv/bus/usb/usbhub/port.h


Ignore:
Timestamp:
2013-01-07T16:52:15Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6becb9
Parents:
c8c758d
Message:

usbhub: Switch to new usb interface functions and provided bus_session.

NOTE: This changes tree usb heirarchy into flat.
Cleanup will follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/port.h

    rc8c758d r3df8ea9  
    5959        bool reset_okay;
    6060
     61        usb_device_handle_t attached_handle;
     62
    6163        /** Information about attached device. */
    6264        usb_hub_attached_device_t attached_device;
     
    7577        port->port_number = port_number;
    7678        port->control_pipe = control_pipe;
     79        port->attached_handle = USB_DEVICE_HANDLE_INVALID;
    7780        fibril_mutex_initialize(&port->mutex);
    7881        fibril_condvar_initialize(&port->reset_cv);
Note: See TracChangeset for help on using the changeset viewer.