Changes in uspace/drv/usbhub/usbhub.h [a372663:09daa8b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
ra372663 r09daa8b 58 58 /* Hub endpoints. */ 59 59 /*typedef struct { 60 usb_ pipe_t control;61 usb_ pipe_t status_change;60 usb_endpoint_pipe_t control; 61 usb_endpoint_pipe_t status_change; 62 62 } usb_hub_endpoints_t; 63 63 */ … … 88 88 * searched again and again for the 'right pipe'. 89 89 */ 90 usb_ pipe_t * status_change_pipe;90 usb_endpoint_pipe_t * status_change_pipe; 91 91 92 92 /** convenience pointer to control pipe … … 96 96 * searched again and again for the 'right pipe'. 97 97 */ 98 usb_ pipe_t * control_pipe;98 usb_endpoint_pipe_t * control_pipe; 99 99 100 100 /** generic usb device data*/
Note:
See TracChangeset
for help on using the changeset viewer.