Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.h58 UQ_NO_STRINGS, /* string descriptors are broken */ enumerator
Dusb_quirk.c70 USB_QUIRK(LOGITECH, UN53B, 0x0000, 0xffff, UQ_NO_STRINGS),
547 [UQ_NO_STRINGS] = "UQ_NO_STRINGS",
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c1694 if (usb_test_quirk(&uaa, UQ_NO_STRINGS)) { in usb_alloc_device()