Changeset 0995cd6 in mainline for uspace/drv/vhc/hcd.c
- Timestamp:
- 2010-12-10T16:15:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf978f2
- Parents:
- 9f6c5ef0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hcd.c
r9f6c5ef0 r0995cd6 79 79 * Initialize our hub and announce its presence. 80 80 */ 81 hub_init(); 82 usb_hcd_add_root_hub(dev); 81 hub_init(dev); 83 82 84 83 printf("%s: virtual USB host controller ready.\n", NAME);
Note:
See TracChangeset
for help on using the changeset viewer.