Changes in uspace/drv/bus/usb/usbhub/usbhub.h [205f0766:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/drv/bus/usb/usbhub/usbhub.h ¶
r205f0766 r9d58539 57 57 /** Port structures, one for each port */ 58 58 usb_hub_port_t *ports; 59 /** Connection to hcd */60 usb_hc_connection_t connection;61 59 /** Generic usb device data*/ 62 60 usb_device_t *usb_device; … … 77 75 /** Status indicator */ 78 76 bool running; 77 /** Hub supports port power switching. */ 78 bool power_switched; 79 /** Each port is switched individually. */ 80 bool per_port_power; 79 81 }; 80 82 81 83 int usb_hub_device_add(usb_device_t *usb_dev); 84 int usb_hub_device_remove(usb_device_t *usb_dev); 82 85 int usb_hub_device_gone(usb_device_t *usb_dev); 83 86
Note:
See TracChangeset
for help on using the changeset viewer.