Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dusb_quirks.h37 #define UQ_SWAP_UNICODE 0x0002 /* has some Unicode strings swapped. */ macro
H A Dusb_quirks.c220 { UQ_SWAP_UNICODE, NULL }},
H A Dusbdi.c1460 int swap = dev->ud_quirks->uq_flags & UQ_SWAP_UNICODE; in usbd_get_string0()