Ignore:
File:
1 edited

Legend:

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

    r9d58539 ra825eeb0  
    4444/** Information about single port on a hub. */
    4545typedef struct {
    46         /* Port number as reported in descriptors. */
    4746        size_t port_number;
    48         /** Device communication pipe. */
    4947        usb_pipe_t *control_pipe;
    5048        /** Mutex needed not only by CV for checking port reset. */
Note: See TracChangeset for help on using the changeset viewer.