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

/freebsd-9.3-release/lib/libusb/
H A Dlibusb20_desc.h354 LIBUSB20_DT_STRING = 0x03, enumerator in enum:libusb20_descriptor_type
H A Dlibusb20.c788 req.wValue = (LIBUSB20_DT_STRING << 8) | str_index;
808 if (((uint8_t *)ptr)[1] != LIBUSB20_DT_STRING) {

Completed in 99 milliseconds