Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c1477 uint8_t config_quirk; in usb_alloc_device() local
1769 config_quirk = 1; in usb_alloc_device()
1772 config_quirk = 1; in usb_alloc_device()
1775 config_quirk = 1; in usb_alloc_device()
1778 config_quirk = 1; in usb_alloc_device()
1781 config_quirk = 1; in usb_alloc_device()
1784 config_quirk = 0; in usb_alloc_device()
1815 if ((!config_quirk) && (config_index + 1 < udev->ddesc.bNumConfigurations)) { in usb_alloc_device()