/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
H A D | 40-libgphoto2.rules | 10 ATTRS{idVendor}=="0979", ATTRS{idProduct}=="0227", MODE="l36" 11 ATTRS{idVendor}=="0502", ATTRS{idProduct}=="33c3", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 12 ATTRS{idVendor}=="0502", ATTRS{idProduct}=="33c4", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 13 ATTRS{idVendor}=="0502", ATTRS{idProduct}=="3643", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 14 ATTRS{idVendor}=="0502", ATTRS{idProduct}=="353c", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 15 ATTRS{idVendor}=="0502", ATTRS{idProduct}=="362d", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 16 ATTRS{idVendor}=="0502", ATTRS{idProduct}=="3586", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 17 ATTRS{idVendor}=="0502", ATTRS{idProduct}=="3348", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 18 ATTRS{idVendor}=="0502", ATTRS{idProduct}=="3349", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 19 ATTRS{idVendor}=="0502", ATTRS{idProduct}=="334a", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
H A D | 51-these-are-not-joysticks-rm.rules | 6 SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", ENV{ID_INPUT_JOYSTICK}=="?*"… 7 SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/b… 8 SUBSYSTEM=="input", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", ENV{ID_INPUT_JOYSTICK}=="?*"… 9 SUBSYSTEM=="input", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/b… 10 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", ENV{ID_INPUT_JOYSTICK}=="?*"… 11 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/b… 12 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", ENV{ID_INPUT_JOYSTICK}=="?*"… 13 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/b… 14 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", ENV{ID_INPUT_JOYSTICK}=="?*"… 15 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", KERNEL=="js[0-9]*", RUN+="/b… [all …]
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 865 switch (le16_to_cpu(dev->udev->descriptor.idVendor)) { in uvc_parse_vendor_control() 2172 if (id->idVendor && id->idProduct) in uvc_probe() 2174 udev->devpath, id->idVendor, id->idProduct); in uvc_probe() 2184 le16_to_cpu(udev->descriptor.idVendor), in uvc_probe() 2234 le16_to_cpu(udev->descriptor.idVendor), in uvc_probe() 2496 .idVendor = 0x0408, 2505 .idVendor = 0x0408, 2514 .idVendor = 0x0408, 2523 .idVendor = 0x0408, 2534 .idVendor = 0x0408, [all …]
|
/openbmc/linux/drivers/net/usb/ |
H A D | zaurus.c | 268 .idVendor = 0x04DD, 284 .idVendor = 0x04DD, 291 .idVendor = 0x04DD, 298 .idVendor = 0x04DD, 305 .idVendor = 0x04DD, 312 .idVendor = 0x04DD, 319 .idVendor = 0x04DD, 326 .idVendor = 0x04DD, 338 .idVendor = 0x04DD, 345 .idVendor = 0x04DD, [all …]
|
H A D | cdc_ether.c | 599 .idVendor = 0x04DD, 613 .idVendor = 0x04DD, 620 .idVendor = 0x04DD, 627 .idVendor = 0x04DD, 634 .idVendor = 0x04DD, 641 .idVendor = 0x04DD, 648 .idVendor = 0x04DD, 655 .idVendor = 0x04DD, 662 .idVendor = 0x04DD, 669 .idVendor = 0x04DD, [all …]
|
/openbmc/linux/tools/usb/usbip/src/ |
H A D | usbip_list.c | 97 udev.idVendor, udev.idProduct); in get_exported_devices() 174 const char *idVendor; in list_devices() local 213 idVendor = udev_device_get_sysattr_value(dev, "idVendor"); in list_devices() 220 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { in list_devices() 228 strtol(idVendor, NULL, 16), in list_devices() 232 print_device(busid, idVendor, idProduct, parsable); in list_devices() 263 uint16_t idVendor; in list_gadget_devices() local 298 idVendor = le16toh(d_desc->idVendor); in list_gadget_devices() 299 sprintf(idVendor_buf, "0x%4x", idVendor); in list_gadget_devices() 301 sprintf(idProduct_buf, "0x%4x", idVendor); in list_gadget_devices() [all …]
|
/openbmc/linux/tools/usb/ |
H A D | testusb.c | 74 __u16 idVendor; member 168 if (dev.idVendor == 0x0547 && dev.idProduct == 0x1002) in testdev_ifnum() 184 if (dev.idVendor == 0x0547 && dev.idProduct == 0x2235) in testdev_ifnum() 188 if (dev.idVendor == 0x04b4 && dev.idProduct == 0x8613) in testdev_ifnum() 192 if (dev.idVendor == 0x0547 && dev.idProduct == 0x0080) in testdev_ifnum() 196 if (dev.idVendor == 0x06cd && dev.idProduct == 0x010b) in testdev_ifnum() 202 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a0) in testdev_ifnum() 206 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a4) in testdev_ifnum() 211 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a3) in testdev_ifnum() 216 if (dev.idVendor == 0xfff0 && dev.idProduct == 0xfff0) in testdev_ifnum() [all …]
|
/openbmc/linux/drivers/usb/core/ |
H A D | otg_productlist.h | 46 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted() 51 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted() 60 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in is_targeted() 97 le16_to_cpu(dev->descriptor.idVendor), in is_targeted()
|
H A D | driver.c | 48 u32 idVendor = 0; in usb_store_new_id() local 55 fields = sscanf(buf, "%x %x %x %x %x", &idVendor, &idProduct, in usb_store_new_id() 65 dynid->id.idVendor = idVendor; in usb_store_new_id() 87 if (id->idVendor == refVendor && id->idProduct == refProduct) in usb_store_new_id() 122 dynid->id.idVendor, dynid->id.idProduct, in usb_show_dynids() 126 dynid->id.idVendor, dynid->id.idProduct); in usb_show_dynids() 155 u32 idVendor; in remove_id_store() local 159 fields = sscanf(buf, "%x %x", &idVendor, &idProduct); in remove_id_store() 167 if ((id->idVendor == idVendor) && in remove_id_store() 641 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in usb_match_device() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
H A D | gadget-stop | 6 if [ -e /sys/kernel/config/usb_gadget/"$i"/idVendor ]; then 8 idVendor=$(cat /sys/kernel/config/usb_gadget/"$i"/idVendor) 10 /usr/bin/gadget-vid-pid-remove ${idVendor}:${idProduct}
|
/openbmc/linux/sound/usb/caiaq/ |
H A D | device.c | 60 .idVendor = USB_VID_NATIVEINSTRUMENTS, 65 .idVendor = USB_VID_NATIVEINSTRUMENTS, 70 .idVendor = USB_VID_NATIVEINSTRUMENTS, 75 .idVendor = USB_VID_NATIVEINSTRUMENTS, 80 .idVendor = USB_VID_NATIVEINSTRUMENTS, 85 .idVendor = USB_VID_NATIVEINSTRUMENTS, 90 .idVendor = USB_VID_NATIVEINSTRUMENTS, 95 .idVendor = USB_VID_NATIVEINSTRUMENTS, 100 .idVendor = USB_VID_NATIVEINSTRUMENTS, 105 .idVendor = USB_VID_NATIVEINSTRUMENTS, [all …]
|
/openbmc/u-boot/board/samsung/common/ |
H A D | gadget.c | 13 put_unaligned(CONFIG_G_DNL_THOR_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup() 16 put_unaligned(CONFIG_G_DNL_UMS_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup() 19 put_unaligned(CONFIG_USB_GADGET_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | usb_intf.c | 167 {.idVendor = 0x0b05, .idProduct = 0x1791, 169 {.idVendor = 0x0df6, .idProduct = 0x0059, 171 {.idVendor = 0x13d3, .idProduct = 0x3306, 173 {.idVendor = 0x13D3, .idProduct = 0x3311, 175 {.idVendor = 0x13d3, .idProduct = 0x3335, 177 {.idVendor = 0x13d3, .idProduct = 0x3336, 179 {.idVendor = 0x13d3, .idProduct = 0x3340, 181 {.idVendor = 0x13d3, .idProduct = 0x3341, 319 vid = specific_device_id_tbl[i].idVendor; in disable_ht_for_spec_devid() 323 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && in disable_ht_for_spec_devid()
|
/openbmc/linux/tools/leds/ |
H A D | get_led_device_info.sh | 56 idVendor=`cat idVendor` 86 if [ ! -z "$idVendor" ]; then 87 printf "idVendor:\t\t$idVendor\n"
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-init.c | 220 …deb_info("check for cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold… in dvb_usb_find_device() 221 if (props->devices[i].cold_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) && in dvb_usb_find_device() 233 …deb_info("check for warm %x %x\n", props->devices[i].warm_ids[j]->idVendor, props->devices[i].warm… in dvb_usb_find_device() 234 if (props->devices[i].warm_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) && in dvb_usb_find_device()
|
H A D | dibusb-mc-common.c | 85 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_frontend_attach() 124 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_tuner_attach() 137 } else if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_DIBCOM && in dibusb_dib3000mc_tuner_attach()
|
/openbmc/linux/drivers/usb/storage/ |
H A D | uas-detect.h | 98 if (le16_to_cpu(udev->descriptor.idVendor) == 0x174c && in uas_use_uas_driver() 116 if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bc2) in uas_use_uas_driver() 126 if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bda && in uas_use_uas_driver()
|
H A D | usual-tables.c | 36 .idVendor = (id_vendor), \ 98 vid = le16_to_cpu(udev->descriptor.idVendor); in usb_usual_ignore_device()
|
H A D | usb.c | 94 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument 113 #define UNUSUAL_VENDOR_INTF(idVendor, cl, sc, pr, \ argument 447 le16_to_cpu(us->pusb_dev->descriptor.idVendor), in associate_dev() 478 u16 vid = le16_to_cpu(udev->descriptor.idVendor); in usb_stor_adjust_quirks() 621 le16_to_cpu(dev->descriptor.idVendor), in get_device_info() 631 if (id->idVendor || id->idProduct) { in get_device_info() 653 le16_to_cpu(ddesc->idVendor), in get_device_info() 1131 id->idVendor, id->idProduct); in storage_probe()
|
/openbmc/linux/sound/usb/usx2y/ |
H A D | usbusx2y.c | 345 .idVendor = 0x1604, 350 .idVendor = 0x1604, 355 .idVendor = 0x1604, 390 le16_to_cpu(device->descriptor.idVendor), in usx2y_create_card() 447 if (le16_to_cpu(device->descriptor.idVendor) != 0x1604 || in snd_usx2y_probe()
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | ether.c | 161 .idVendor = cpu_to_le16 (CDC_VENDOR_NUM), 325 device_desc.idVendor = cpu_to_le16(EEM_VENDOR_NUM); in eth_bind() 353 device_desc.idVendor = cpu_to_le16(SIMPLE_VENDOR_NUM); in eth_bind() 387 device_desc.idVendor = cpu_to_le16(RNDIS_VENDOR_NUM); in eth_bind()
|
/openbmc/linux/drivers/media/usb/go7007/ |
H A D | go7007-usb.c | 510 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 521 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 529 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 538 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 549 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 558 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 569 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 577 .idVendor = 0x093b, /* Vendor ID of Plextor */ 585 .idVendor = 0x093b, /* Vendor ID of Plextor */ 593 .idVendor = 0x10fd, /* Vendor ID of Anubis Electronics */ [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | dev-hid.c | 371 .idVendor = 0x0627, 385 .idVendor = 0x0627, 400 .idVendor = 0x0627, 414 .idVendor = 0x0627, 429 .idVendor = 0x0627, 443 .idVendor = 0x0627,
|
/openbmc/linux/include/linux/usb/ |
H A D | composite.h | 524 u16 idVendor; member 534 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \ 535 MODULE_PARM_DESC(idVendor, "USB Vendor ID"); \
|
/openbmc/linux/drivers/hid/ |
H A D | hid-lgff.c | 26 u16 idVendor; member 136 if (dev->id.vendor == devices[i].idVendor && in lgff_init()
|