Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/quirk/
H A Dusb_quirk.h58 UQ_NO_STRINGS, /* string descriptors are broken */ enumerator
H A Dusb_quirk.c108 USB_QUIRK(LOGITECH, UN53B, UQ_NO_STRINGS),
610 [UQ_NO_STRINGS] = "UQ_NO_STRINGS",
/freebsd/sys/dev/usb/
H A Dusb_device.c1972 if (usb_test_quirk(&uaa, UQ_NO_STRINGS)) { in usb_alloc_device()