Changeset 129b821f in mainline for uspace/drv/bus/usb/usbhub/usbhub.c
- Timestamp:
- 2018-01-20T12:34:50Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 682c9354
- Parents:
- 60d3f35
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-20 12:33:42)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-20 12:34:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.c
r60d3f35 r129b821f 116 116 } 117 117 hub_dev->usb_device = usb_dev; 118 hub_dev->speed = usb_device_get_speed(usb_dev); 118 119 119 120 fibril_mutex_initialize(&hub_dev->default_address_guard); … … 187 188 } 188 189 189 usb_log_info("Controlling hub '%s' (%p: %zu ports).", 190 usb_log_info("Controlling %s-speed hub '%s' (%p: %zu ports).", 191 usb_str_speed(hub_dev->speed), 190 192 usb_device_get_name(hub_dev->usb_device), hub_dev, 191 193 hub_dev->port_count);
Note:
See TracChangeset
for help on using the changeset viewer.