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.c1476 uint8_t config_quirk; in usb_alloc_device() local
1768 config_quirk = 1; in usb_alloc_device()
1771 config_quirk = 1; in usb_alloc_device()
1774 config_quirk = 1; in usb_alloc_device()
1777 config_quirk = 1; in usb_alloc_device()
1780 config_quirk = 1; in usb_alloc_device()
1783 config_quirk = 0; in usb_alloc_device()
1814 if ((!config_quirk) && (config_index + 1 < udev->ddesc.bNumConfigurations)) { in usb_alloc_device()