Ignore:
File:
1 edited

Legend:

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

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