Changes in uspace/drv/vhc/hcd.c [f8597ca:ad104e0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hcd.c
rf8597ca rad104e0 79 79 * Initialize our hub and announce its presence. 80 80 */ 81 hub_init(dev); 81 hub_init(); 82 usb_hcd_add_root_hub(dev); 82 83 83 84 printf("%s: virtual USB host controller ready.\n", NAME); … … 110 111 printf("%s: virtual USB host controller driver.\n", NAME); 111 112 112 usb_dprintf_enable(NAME, 0);113 debug_level = 10; 113 114 114 115 fid_t fid = fibril_create(hc_manager_fibril, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.