Changeset 6b2930b in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2017-10-28T21:47:39Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
62f8025
Parents:
a3044b4
Message:

Issuing deconfigure / configure commands when offlining / onlining a device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/endpoint.h

    ra3044b4 r6b2930b  
    125125        /** True if the device can add new endpoints and schedule transfers. */
    126126        volatile bool online;
    127 
    128         /** True if the device has been physically detached from the socket. */
    129         volatile bool detached;
    130127} xhci_device_t;
    131128
Note: See TracChangeset for help on using the changeset viewer.