Searched refs:USB_DEBUG_DRIVER (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_driver.c55 USB_DEBUG_DRIVER("Device is a composite device\n");
58 USB_DEBUG_DRIVER("Device is a audio device\n");
61 USB_DEBUG_DRIVER("Device is a communication device\n");
70 USB_DEBUG_DRIVER("HID device with no ptorocol\n");
73 USB_DEBUG_DRIVER("HID device: Keyboard\n");
77 USB_DEBUG_DRIVER("HID device: Mouse\n");
80 USB_DEBUG_DRIVER("HID device with reserved protocol\n");
85 USB_DEBUG_DRIVER("Device is a physical device\n");
88 USB_DEBUG_DRIVER("Device is a imaging device\n");
91 USB_DEBUG_DRIVER("Devic
[all...]
/barrelfish-master/include/usb/
H A Dusb.h156 #define USB_DEBUG_DRIVER(x...) USB_DEBUG(x) macro
157 //#define USB_DEBUG_DRIVER(x...)

Completed in 66 milliseconds