Changeset 54d71e1 in mainline for uspace/drv/usbhub/usbhub.c
- Timestamp:
- 2011-04-29T07:05:30Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 361fcec
- Parents:
- 9014dcd (diff), cd4ae1e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.c
r9014dcd r54d71e1 256 256 257 257 for (port = 1; port <= hub_info->port_count; ++port) { 258 usb_log_debug(" powering port %d\n",port);258 usb_log_debug("Powering port %zu.\n",port); 259 259 opResult = usb_hub_set_port_feature(hub_info->control_pipe, 260 260 port, USB_HUB_FEATURE_PORT_POWER);
Note:
See TracChangeset
for help on using the changeset viewer.