Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-usb-linux.c326 #define USB_DT_CONFIG 2 macro
389 ctrl.wValue = USB_DT_CONFIG << 8; in probe_devices()
392 ctrl.value = USB_DT_CONFIG << 8; in probe_devices()
/freebsd/lib/libusb/
H A Dusb.h53 #define USB_DT_CONFIG 0x02 macro