Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libfido2/dist/udev/
H A D70-u2f.rules34 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ac", TAG+="ua…
37 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", TAG+="ua…
40 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="cdab", TAG+="ua…
43 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="058b", ATTRS{idProduct}=="022d", TAG+="ua…
46 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="06cb", ATTRS{idProduct}=="0088", TAG+="ua…
49 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0850", TAG+="ua…
52 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0852", TAG+="ua…
55 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0853", TAG+="ua…
58 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0854", TAG+="ua…
61 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0856", TAG+="ua…
[all …]
/netbsd-src/sys/dev/usb/
H A Dusb_quirks.c128 UGETW(dd->idVendor), UGETW(dd->idProduct), 0, 0); in usbd_get_desc_fake()
140 UGETW(dd->idVendor), UGETW(dd->idProduct), type, len); in usbd_get_desc_fake()
149 UGETW(dd->idVendor), UGETW(dd->idProduct), in usbd_get_desc_fake()
156 UGETW(dd->idVendor), UGETW(dd->idProduct), in usbd_get_desc_fake()
168 UGETW(dd->idVendor), UGETW(dd->idProduct), 0, 0); in usbd_get_desc_fake()
175 uint16_t idVendor; member
423 uint16_t vendor = UGETW(d->idVendor); in usbd_find_quirk()
427 for (t = usb_quirks; t->idVendor != 0; t++) { in usbd_find_quirk()
428 if (t->idVendor == vendor && in usbd_find_quirk()
436 UGETW(d->idVendor), UGETW(d->idProduct), in usbd_find_quirk()
H A Dusb_subr.c184 usb_findvendor(v, vl, UGETW(udd->idVendor)); in usbd_devinfo_vp()
186 usb_findproduct(p, pl, UGETW(udd->idVendor), in usbd_devinfo_vp()
212 UGETW(udd->idVendor), product, UGETW(udd->idProduct)); in usbd_devinfo()
1053 uaa.uaa_vendor = UGETW(dd->idVendor); in usbd_attach_roothub()
1083 vendor = UGETW(dd->idVendor); in usbd_properties()
1139 uaa.uaa_vendor = UGETW(dd->idVendor); in usbd_attachwholedevice()
1200 uiaa.uiaa_vendor = UGETW(dd->idVendor); in usbd_attachinterfaces()
1355 loc != UGETW(dev->ud_ddesc.idVendor)) in usbd_reattach_device()
1641 udd->idVendor[0], in usbd_reload_device_desc()
1642 udd->idVendor[1], 0, 0); in usbd_reload_device_desc()
[all …]
H A Dusbroothub.c135 .idVendor = {0},
185 .idVendor = {0},
202 .idVendor = {0},
H A Dauvitek_audio.c73 uiaa.uiaa_vendor = UGETW(dd->idVendor); in auvitek_audio_attach()
H A Dusb.h232 uWord idVendor; member
H A Dvhci.c495 USETW(devd.idVendor, 0); in vhci_roothub_ctrl()
H A Duhci.c969 UGETW(dev->ud_ddesc.idVendor), in uhci_dump_ii()
H A Duaudio.c3708 if ((UGETW(ddesc->idVendor) != USB_VENDOR_ROLAND) && in uaudio_chan_open()
/netbsd-src/sys/arch/macppc/dev/
H A Dpbms.c312 vendor = UGETW(udd->idVendor); in pbms_match()
349 vendor = UGETW(udd->idVendor); in pbms_attach()
/netbsd-src/sys/compat/common/
H A Dusb_subr_30.c144 di->udi_vendorNo = UGETW(dev->ud_ddesc.idVendor); in usbd_fill_deviceinfo30()
/netbsd-src/external/bsd/libfido2/dist/
H A DREADME.adoc80 MODE="0664", GROUP="plugdev", ATTRS{idVendor}=="1050"
/netbsd-src/sys/rump/dev/lib/libugenhc/
H A Dugenhc.c155 USETW(devd.idVendor, 0x7275); in ugenhc_roothub_ctrl()