Home
last modified time | relevance | path

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

/external/libusb/examples/
Dfxload.c84 fx_known_device known_device[] = FX_KNOWN_DEVICES; in main() local
203 for (j=0; j<ARRAYSIZE(known_device); j++) { in main()
204 if ((desc.idVendor == known_device[j].vid) in main()
205 && (desc.idProduct == known_device[j].pid)) { in main()
213 …((type != NULL) && (device_id == NULL) && (device_path == NULL) && (fx_type == known_device[j].typ… in main()
214 fx_type = known_device[j].type; in main()
223 if (j < ARRAYSIZE(known_device)) { in main()
226 known_device[j].designation, vid, pid, busnum, devaddr); in main()