Changes in uspace/drv/bus/usb/usbhub/usbhub.h [9d58539:205f0766] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.h
r9d58539 r205f0766 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; 59 61 /** Generic usb device data*/ 60 62 usb_device_t *usb_device; … … 75 77 /** Status indicator */ 76 78 bool running; 77 /** Hub supports port power switching. */78 bool power_switched;79 /** Each port is switched individually. */80 bool per_port_power;81 79 }; 82 80 83 81 int usb_hub_device_add(usb_device_t *usb_dev); 84 int usb_hub_device_remove(usb_device_t *usb_dev);85 82 int usb_hub_device_gone(usb_device_t *usb_dev); 86 83
Note:
See TracChangeset
for help on using the changeset viewer.