Changeset 4559d89 in mainline for uspace/drv/bus/usb/usbhub/usbhub.h


Ignore:
Timestamp:
2011-09-23T14:47:07Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0212751
Parents:
621ba8c
Message:

usbhub: Remove unused control_pipe field.

File:
1 edited

Legend:

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

    r621ba8c r4559d89  
    6363        usb_hc_connection_t connection;
    6464
    65         /** Convenience pointer to control pipe
    66          *
    67          * Control pipe is initialized in usb_device structure. This is
    68          * pointer into that structure, so that we don't not have to
    69          * search again and again for the 'right pipe'.
    70          */
    71         usb_pipe_t *control_pipe;
    72 
    7365        /** Generic usb device data*/
    7466        usb_device_t *usb_device;
Note: See TracChangeset for help on using the changeset viewer.