Changes in uspace/drv/usbhub/usbhub.c [6ab7f3e9:b2387c2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.c
r6ab7f3e9 rb2387c2 249 249 usb_log_debug("setting port count to %d\n", descriptor->ports_count); 250 250 hub_info->port_count = descriptor->ports_count; 251 /// \TODO this is not semantically correct252 251 bool is_power_switched = 253 252 ((descriptor->hub_characteristics & 1) == 0); … … 515 514 fibril_mutex_unlock(&hub->pending_ops_mutex); 516 515 516 usb_device_destroy(hub->usb_device); 517 517 518 free(hub->ports); 518 519 free(hub);
Note:
See TracChangeset
for help on using the changeset viewer.