Changeset abfd36b in mainline for uspace/drv/ohci/root_hub.c
- Timestamp:
- 2011-05-07T09:21:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 426d31a
- Parents:
- e78660f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.c
re78660f rabfd36b 392 392 static void rh_check_port_connectivity(rh_t * instance) { 393 393 size_t port; 394 usb_log_debug("rh_check_port_connectivity\n"); 394 395 for (port = 1; port < instance->port_count; ++port) { 395 396 bool connected =
Note:
See TracChangeset
for help on using the changeset viewer.