Changes in uspace/drv/vhc/hcd.c [70a9092:bd8c753d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hcd.c
r70a9092 rbd8c753d 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ … … 69 69 .interfaces[USBHC_DEV_IFACE] = &vhc_iface, 70 70 .interfaces[USB_DEV_IFACE] = &hc_usb_iface, 71 .close = on_client_close, 71 72 .default_handler = default_connection_handler 72 73 }; … … 116 117 sleep(5); 117 118 118 usb_dprintf_enable(NAME, 0);119 usb_dprintf_enable(NAME, -1); 119 120 120 121 printf(NAME ": virtual USB host controller driver.\n");
Note:
See TracChangeset
for help on using the changeset viewer.