Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dusbroothub.c127 static const usb_device_descriptor_t usbroothub_devd1 = { variable
418 buflen = uimin(len, sizeof(usbroothub_devd1)); in roothub_ctrl_start()
419 memcpy(buf, &usbroothub_devd1, buflen); in roothub_ctrl_start()