Changes in uspace/drv/vhc/hcd.c [a39f4cf:f8597ca] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hcd.c
ra39f4cf rf8597ca 110 110 printf("%s: virtual USB host controller driver.\n", NAME); 111 111 112 usb_dprintf_enable(NAME, 2);112 usb_dprintf_enable(NAME, 0); 113 113 114 114 fid_t fid = fibril_create(hc_manager_fibril, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.