Home
last modified time | relevance | path

Searched refs:USB_ANNOUCE_DEV (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/lib/libusb/
H A Dusb.c216 case USB_ANNOUCE_DEV: in usb_handle_msg()
/minix3/minix/lib/libddekit/src/
H A Dusb_server.c217 msg->m_type = USB_ANNOUCE_DEV; in register_driver()
/minix3/minix/include/minix/
H A Dcom.h826 #define USB_ANNOUCE_DEV (USB_BASE + 7) /* Announce a new USB Device */ macro