Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dusbroothub.c177 static const usb_device_descriptor_t usbroothub_devd3 = { variable
412 buflen = uimin(len, sizeof(usbroothub_devd3)); in roothub_ctrl_start()
413 memcpy(buf, &usbroothub_devd3, buflen); in roothub_ctrl_start()