Changes in uspace/drv/usbhub/main.c [625f1ba:215b001] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/main.c
r625f1ba r215b001 76 76 printf(NAME ": HelenOS USB hub driver.\n"); 77 77 78 usb_log_enable(USB_LOG_LEVEL_DE BUG, NAME);78 usb_log_enable(USB_LOG_LEVEL_DEFAULT, NAME); 79 79 80 80 return usb_driver_main(&usb_hub_driver);
Note:
See TracChangeset
for help on using the changeset viewer.