Changes in uspace/drv/usbhub/main.c [ba5ab09:0f21c0c] in mainline
- File:
-
- 1 edited
-
uspace/drv/usbhub/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/main.c
rba5ab09 r0f21c0c 35 35 #include <async.h> 36 36 37 #include <usb/usbdrv.h>38 39 37 #include "usbhub.h" 40 38 #include "usbhub_private.h" … … 64 62 int main(int argc, char *argv[]) 65 63 { 66 usb_ dprintf_enable(NAME, 0);64 usb_log_enable(USB_LOG_LEVEL_INFO, NAME); 67 65 68 66 fibril_mutex_initialize(&usb_hub_list_lock);
Note:
See TracChangeset
for help on using the changeset viewer.
