Changes in uspace/drv/usbhub/usbhub.h [09daa8b:625f1ba] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
r09daa8b r625f1ba 48 48 49 49 50 /** Hub status-change endpoint description51 *52 * For more see usb hub specification in 11.15.1 of53 */54 extern usb_endpoint_description_t hub_status_change_endpoint_description;55 56 57 58 /* Hub endpoints. */59 /*typedef struct {60 usb_endpoint_pipe_t control;61 usb_endpoint_pipe_t status_change;62 } usb_hub_endpoints_t;63 */64 65 66 50 /** Information about attached hub. */ 67 51 typedef struct { … … 88 72 * searched again and again for the 'right pipe'. 89 73 */ 90 usb_ endpoint_pipe_t * status_change_pipe;74 usb_pipe_t * status_change_pipe; 91 75 92 76 /** convenience pointer to control pipe … … 96 80 * searched again and again for the 'right pipe'. 97 81 */ 98 usb_ endpoint_pipe_t * control_pipe;82 usb_pipe_t * control_pipe; 99 83 100 84 /** generic usb device data*/
Note:
See TracChangeset
for help on using the changeset viewer.