Changeset 5b6f8dd in mainline


Ignore:
Timestamp:
2011-09-19T13:33:52Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34a0d17
Parents:
983e135
Message:

usbhub: Remove unused status_change_pipe element.

Location:
uspace/drv/bus/usb/usbhub
Files:
2 edited

Legend:

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

    r983e135 r5b6f8dd  
    214214
    215215        result->usb_device = usb_dev;
    216         result->status_change_pipe = usb_dev->pipes[0].pipe;
    217216        result->control_pipe = &usb_dev->ctrl_pipe;
    218217        result->is_default_address_used = false;
  • uspace/drv/bus/usb/usbhub/usbhub.h

    r983e135 r5b6f8dd  
    7171        bool is_default_address_used;
    7272
    73         /** convenience pointer to status change pipe
    74          *
    75          * Status change pipe is initialized in usb_device structure. This is
    76          * pointer into this structure, so that it does not have to be
    77          * searched again and again for the 'right pipe'.
    78          */
    79         usb_pipe_t *status_change_pipe;
    80 
    8173        /** Convenience pointer to control pipe
    8274         *
Note: See TracChangeset for help on using the changeset viewer.