Searched refs:idVendor (Results 51 - 75 of 82) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbhub.c507 GETUSBFIELD(&(dev->ud_devdescr),idVendor),
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dipaq.c568 ipaq_id_table[0].idVendor = vendor;
594 MODULE_PARM_DESC(vendor, "User specified USB idVendor");
H A Dio_ti.c1279 if (serial->serial->dev->descriptor.idVendor != USB_VENDOR_ID_ION) {
1281 serial->serial->dev->descriptor.idVendor);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Duss720.c558 usbdev->descriptor.idVendor, usbdev->descriptor.idProduct);
H A Dwacom.c475 wacom->dev.idvendor = dev->descriptor.idVendor;
H A Dhid-input.c468 hidinput->input.idvendor = dev->descriptor.idVendor;
H A Dhpusbscsi.c131 if (id->idVendor == 0x0686 && id->idProduct == 0x4004)
H A Dmicrotek.c861 (int)dev->descriptor.idVendor );
H A Dspeedtch.c1049 dev->descriptor.idVendor, dev->descriptor.idProduct, ifnum);
1052 (dev->descriptor.idVendor != SPEEDTOUCH_VENDORID) ||
H A Dpwc-if.c1608 Trace(TRACE_PROBE, "probe() called [%04X %04X], if %d\n", udev->descriptor.idVendor, udev->descriptor.idProduct, ifnum);
1617 vendor_id = udev->descriptor.idVendor;
H A Dultracam.c555 if ((dev->descriptor.idVendor != ULTRACAM_VENDOR_ID) ||
H A Dw9968cf.c3738 if (udev->descriptor.idVendor == winbond_id_table[0].idVendor &&
3742 else if (udev->descriptor.idVendor == winbond_id_table[1].idVendor &&
H A Daiptek.c1291 aiptek->dev.idvendor = dev->descriptor.idVendor;
H A Dcatc.c816 if (usbdev->descriptor.idVendor == 0x0423 &&
H A Ddabusb.c731 usbdev->descriptor.idVendor, usbdev->descriptor.idProduct, ifnum);
H A Dhiddev.c432 dinfo.vendor = dev->descriptor.idVendor;
H A Dhub.c1142 le16_to_cpus(&descriptor->idVendor);
H A Dkaweth.c865 (int)dev->descriptor.idVendor,
H A Dkonicawc.c849 cam->input.idvendor = dev->descriptor.idVendor;
H A Dpegasus.c70 {match_flags: USB_DEVICE_ID_MATCH_DEVICE, idVendor:vid, idProduct:pid},
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_usbtty.c137 idVendor:0x6d04, //vendor id
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dzero.c311 .idVendor = __constant_cpu_to_le16 (DRIVER_VENDOR_NUM),
H A Dether.c405 .idVendor = __constant_cpu_to_le16 (DRIVER_VENDOR_NUM),
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dirda-usb.c1430 dev->devnum, dev->descriptor.idVendor,
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov51x.c7958 if (dev->descriptor.idVendor != VEND_OMNIVISION
7959 && dev->descriptor.idVendor != VEND_MATTEL)
7962 if (dev->descriptor.idVendor == VEND_OMNIVISION
7971 if (dev->descriptor.idVendor == VEND_MATTEL
8043 if (dev->descriptor.idVendor != VEND_MATTEL)

Completed in 348 milliseconds

1234