Home
last modified time | relevance | path

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

123

/freebsd/contrib/libfido2/udev/
H A D70-u2f.rules34 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ac", TAG+="uaccess", GROUP="plugdev", MODE="0660"
37 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", TAG+="uaccess", GROUP="plugdev", MODE="0660"
40 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="cdab", TAG+="uaccess", GROUP="plugdev", MODE="0660"
43 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="058b", ATTRS{idProduct}=="022d", TAG+="uaccess", GROUP="plugdev", MODE="0660"
46 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="06cb", ATTRS{idProduct}=="0088", TAG+="uaccess", GROUP="plugdev", MODE="0660"
49 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0850", TAG+="uaccess", GROUP="plugdev", MODE="0660"
52 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0852", TAG+="uaccess", GROUP="plugdev", MODE="0660"
55 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0853", TAG+="uaccess", GROUP="plugdev", MODE="0660"
58 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0854", TAG+="uaccess", GROUP="plugdev", MODE="0660"
61 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}
[all...]
/freebsd/sys/dev/usb/
H A Dusb_lookup.c87 (id->idVendor != info->idVendor)) { in usbd_lookup_id_by_info()
H A Dusb_fdt_support.c69 UGETW(udev->ddesc.idVendor), UGETW(udev->ddesc.idProduct)); in find_udev_in_children()
H A Dusbdi.h304 uint16_t idVendor; member
357 .match_flag_vendor = 1, .idVendor = (vend)
406 uint16_t idVendor; member
H A Dusb_debug.c233 UGETW(udev->ddesc.idVendor), in usb_dump_xfer()
/freebsd/share/examples/libusb20/
H A Dbulk.c236 ddp->idVendor, ddp->idProduct); in main()
238 if (ddp->idVendor == vid && ddp->idProduct == pid) in main()
H A Dcontrol.c408 ddp->idVendor, ddp->idProduct); in main()
410 if (ddp->idVendor == vid && ddp->idProduct == pid) in main()
/freebsd/sys/dev/hid/
H A Dhidbus.h86 uint16_t idVendor; member
109 .match_flag_vendor = 1, .idVendor = (vend)
H A Dhpen.c154 if (hw->idBus == BUS_USB && hw->idVendor == USB_VENDOR_WACOM) { in hpen_identify()
219 if (hw->idBus == BUS_USB && hw->idVendor == USB_VENDOR_WACOM && in hpen_attach()
H A Dhidbus.c512 devinfo->idBus, devinfo->idVendor, devinfo->idProduct, in hidbus_child_pnpinfo()
870 (id->idVendor != info->idVendor)) { in hidbus_lookup_id()
/freebsd/sys/dev/usb/template/
H A Dusb_template_cdceem.c158 .idVendor = CDCEEM_DEFAULT_VENDOR_ID,
226 &usb_template_cdceem.idVendor, 1, "Vendor identifier"); in cdceem_init()
H A Dusb_template_msc.c157 .idVendor = MSC_DEFAULT_VENDOR_ID,
225 &usb_template_msc.idVendor, 1, "Vendor identifier"); in msc_init()
H A Dusb_template_midi.c216 .idVendor = MIDI_DEFAULT_VENDOR_ID,
281 &usb_template_midi.idVendor, 1, "Vendor identifier"); in midi_init()
H A Dusb_template_kbd.c176 .idVendor = KBD_DEFAULT_VENDOR_ID,
260 &usb_template_kbd.idVendor, 1, "Vendor identifier"); in kbd_init()
H A Dusb_template_mouse.c174 .idVendor = MOUSE_DEFAULT_VENDOR_ID,
258 &usb_template_mouse.idVendor, 1, "Vendor identifier"); in mouse_init()
H A Dusb_template_mtp.c180 .idVendor = MTP_DEFAULT_VENDOR_ID,
292 &usb_template_mtp.idVendor, 1, "Vendor identifier"); in mtp_init()
H A Dusb_template_modem.c217 .idVendor = MODEM_DEFAULT_VENDOR_ID,
295 &usb_template_modem.idVendor, 1, "Vendor identifier"); in modem_init()
H A Dusb_template_cdce.c234 .idVendor = ETH_DEFAULT_VENDOR_ID,
308 &usb_template_cdce.idVendor, 1, "Vendor identifier"); in eth_init()
H A Dusb_template_audio.c368 .idVendor = AUDIO_DEFAULT_VENDOR_ID,
438 "vendor_id", CTLFLAG_RWTUN, &usb_template_audio.idVendor, in audio_init()
H A Dusb_template_phone.c366 .idVendor = PHONE_DEFAULT_VENDOR_ID,
459 &usb_template_cdce.idVendor, 1, "Vendor identifier"); in phone_init()
H A Dusb_template_serialnet.c339 .idVendor = SERIALNET_DEFAULT_VENDOR_ID,
416 &usb_template_serialnet.idVendor, 1, "Vendor identifier"); in serialnet_init()
H A Dusb_template.h88 uint16_t idVendor; member
H A Dusb_template_multi.c382 .idVendor = MULTI_DEFAULT_VENDOR_ID,
462 &usb_template_multi.idVendor, 1, "Vendor identifier"); in multi_init()
/freebsd/usr.sbin/bluetooth/bcmfw/
H A Dbcmfw.c139 if (UGETW(desc.idVendor) != USB_VENDOR_BROADCOM || in bcmfw_check_device()
142 "ProductID=%#x", UGETW(desc.idVendor), in bcmfw_check_device()
/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Dmain.c156 (rtlbt_list[i].vendor_id == d->idVendor)) { in rtlbt_is_realtek()
242 if (d.idVendor == 0x0bda && rtlbt_is_bluetooth(dev)) { in rtlbt_find_device()

123