Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dubt.c316 } ubt_dev[] = { variable
455 for (i = 0; i < __arraycount(ubt_dev); i++) { in ubt_match()
456 if (ubt_dev[i].vendor != -1 in ubt_match()
457 && ubt_dev[i].vendor != (int)uaa->uaa_vendor) in ubt_match()
459 if (ubt_dev[i].product != -1 in ubt_match()
460 && ubt_dev[i].product != (int)uaa->uaa_product) in ubt_match()
462 if (ubt_dev[i].class != -1 in ubt_match()
463 && ubt_dev[i].class != uaa->uaa_class) in ubt_match()
465 if (ubt_dev[i].subclass != -1 in ubt_match()
466 && ubt_dev[i].subclass != uaa->uaa_subclass) in ubt_match()
[all …]