Changeset 8d3cd30 in mainline for uspace/drv/bus/usb/usbhub/usbhub.h


Ignore:
Timestamp:
2011-09-23T09:52:47Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3433a2
Parents:
75eb6735
Message:

usbhub: Remove is_default_address_used.

Contrary to what the comment claimed, it was not used anywhere.

File:
1 edited

Legend:

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

    r75eb6735 r8d3cd30  
    6464        usb_hc_connection_t connection;
    6565
    66         /** default address is used indicator
    67          *
    68          * If default address is requested by this device, it cannot
    69          * be requested by the same hub again, otherwise a deadlock will occur.
    70          */
    71         bool is_default_address_used;
    72 
    7366        /** Convenience pointer to control pipe
    7467         *
Note: See TracChangeset for help on using the changeset viewer.