Changes in uspace/drv/bus/usb/usbhub/port.h [9d58539:a825eeb0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.h
r9d58539 ra825eeb0 44 44 /** Information about single port on a hub. */ 45 45 typedef struct { 46 /* Port number as reported in descriptors. */47 46 size_t port_number; 48 /** Device communication pipe. */49 47 usb_pipe_t *control_pipe; 50 48 /** Mutex needed not only by CV for checking port reset. */
Note:
See TracChangeset
for help on using the changeset viewer.