Changeset b8507a1 in mainline for uspace/srv/hw/bus/usb/hcd/virtual/hcd.c
- Timestamp:
- 2010-10-20T21:17:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 6c741e1d
- Parents:
- 08af5a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/bus/usb/hcd/virtual/hcd.c
r08af5a6 rb8507a1 48 48 #include "hc.h" 49 49 #include "devices.h" 50 #include "hub.h" 50 51 #include "conn.h" 51 52 … … 135 136 } 136 137 138 hub_init(); 139 137 140 printf("%s: accepting connections.\n", NAME); 138 141 hc_manager();
Note:
See TracChangeset
for help on using the changeset viewer.