Searched refs:idVendor (Results 1 - 25 of 161) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-quirks.c28 __u16 idVendor; member in struct:hid_blacklist
100 * @idVendor: the 16-bit USB vendor ID, in native byteorder
110 static struct hid_blacklist *usbhid_exists_dquirk(const u16 idVendor, argument
117 if (q->hid_bl_item.idVendor == idVendor &&
126 bl_entry->quirks, bl_entry->idVendor,
135 * @idVendor: the 16-bit USB vendor ID, in native byteorder
140 * If an dynamic quirk exists in memory for this (idVendor,
146 static int usbhid_modify_dquirk(const u16 idVendor, const u16 idProduct, argument
152 if (!idVendor) {
217 u16 idVendor, idProduct; local
262 usbhid_exists_squirk(const u16 idVendor, const u16 idProduct) argument
291 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dotg_whitelist.h55 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a &&
64 id->idVendor != le16_to_cpu(dev->descriptor.idVendor))
101 le16_to_cpu(dev->descriptor.idVendor),
H A Dquirks.c98 for (; id->idVendor || id->bDeviceClass || id->bInterfaceClass ||
H A Ddriver.c46 u32 idVendor = 0; local
51 fields = sscanf(buf, "%x %x", &idVendor, &idProduct);
60 dynid->id.idVendor = idVendor;
101 u32 idVendor = 0; local
106 fields = sscanf(buf, "%x %x", &idVendor, &idProduct);
113 if ((id->idVendor == idVendor) &&
511 id->idVendor != le16_to_cpu(dev->descriptor.idVendor))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dinput.h20 id->vendor = le16_to_cpu(dev->descriptor.idVendor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/usb/
H A Dtestusb.c86 __u16 idVendor; member in struct:usb_device_descriptor
174 if (dev.idVendor == 0x0547 && dev.idProduct == 0x1002)
190 if (dev.idVendor == 0x0547 && dev.idProduct == 0x2235)
194 if (dev.idVendor == 0x04b4 && dev.idProduct == 0x8613)
198 if (dev.idVendor == 0x0547 && dev.idProduct == 0x0080)
202 if (dev.idVendor == 0x06cd && dev.idProduct == 0x010b)
208 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a0)
212 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a4)
217 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a3)
222 if (dev.idVendor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dzaurus.c277 .idVendor = 0x04DD,
293 .idVendor = 0x04DD,
300 .idVendor = 0x04DD,
307 .idVendor = 0x04DD,
314 .idVendor = 0x04DD,
321 .idVendor = 0x04DD,
328 .idVendor = 0x04DD,
357 .idVendor = 0x07B4,
H A Dcdc_ether.c493 .idVendor = 0x04DD,
507 .idVendor = 0x04DD,
514 .idVendor = 0x04DD,
521 .idVendor = 0x04DD,
528 .idVendor = 0x04DD,
535 .idVendor = 0x04DD,
542 .idVendor = 0x04DD,
555 .idVendor = 0x07B4,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Ddevice.c84 .idVendor = USB_VID_NATIVEINSTRUMENTS,
89 .idVendor = USB_VID_NATIVEINSTRUMENTS,
94 .idVendor = USB_VID_NATIVEINSTRUMENTS,
99 .idVendor = USB_VID_NATIVEINSTRUMENTS,
104 .idVendor = USB_VID_NATIVEINSTRUMENTS,
109 .idVendor = USB_VID_NATIVEINSTRUMENTS,
114 .idVendor = USB_VID_NATIVEINSTRUMENTS,
119 .idVendor = USB_VID_NATIVEINSTRUMENTS,
124 .idVendor = USB_VID_NATIVEINSTRUMENTS,
129 .idVendor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_driver.c816 switch (le16_to_cpu(dev->udev->descriptor.idVendor)) {
1748 if (id->idVendor && id->idProduct)
1750 "(%04x:%04x)\n", udev->devpath, id->idVendor,
1777 le16_to_cpu(udev->descriptor.idVendor),
1790 le16_to_cpu(udev->descriptor.idVendor),
1963 .idVendor = 0x0458,
1972 .idVendor = 0x045e,
1981 .idVendor = 0x045e,
1990 .idVendor = 0x046d,
1998 .idVendor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-init.c171 deb_info("check for cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold_ids[j]->idProduct);
172 if (props->devices[i].cold_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
184 deb_info("check for warm %x %x\n", props->devices[i].warm_ids[j]->idVendor, props->devices[i].warm_ids[j]->idProduct);
185 if (props->devices[i].warm_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
H A Ddibusb-common.c251 if (adap->dev->udev->descriptor.idVendor == USB_VID_LITEON &&
282 if (adap->dev->udev->descriptor.idVendor == USB_VID_LITEON &&
295 } else if (adap->dev->udev->descriptor.idVendor == USB_VID_DIBCOM &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dether.c183 .idVendor = cpu_to_le16 (CDC_VENDOR_NUM),
313 device_desc.idVendor = cpu_to_le16(EEM_VENDOR_NUM);
322 device_desc.idVendor = cpu_to_le16(SIMPLE_VENDOR_NUM);
330 device_desc.idVendor = cpu_to_le16(RNDIS_VENDOR_NUM);
H A Daudio.c66 .idVendor = __constant_cpu_to_le16(AUDIO_VENDOR_NUM),
H A Dg_ffs.c67 /* .idVendor = cpu_to_le16(gfs_vendor_id), */
86 GFS_MODULE_PARAM_DESC(usb_vendor, idVendor);
248 gfs_dev_desc.idVendor = cpu_to_le16(gfs_vendor_id);
H A Dgmidi.c75 static ushort idVendor; variable
76 module_param(idVendor, ushort, S_IRUGO);
77 MODULE_PARM_DESC(idVendor, "USB Vendor ID");
205 .idVendor = cpu_to_le16(DRIVER_VENDOR_NUM),
1146 if (idVendor) {
1148 pr_err("idVendor needs idProduct!\n");
1151 device_desc.idVendor = cpu_to_le16(idVendor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusbusx2y.c321 .idVendor = 0x1604,
326 .idVendor = 0x1604,
331 .idVendor = 0x1604,
362 le16_to_cpu(device->descriptor.idVendor),
381 if (le16_to_cpu(device->descriptor.idVendor) != 0x1604 ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-lgff.c38 u16 idVendor; member in struct:dev_type
162 if (dev->id.vendor == devices[i].idVendor &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dusual-tables.c105 vid = le16_to_cpu(udev->descriptor.idVendor);
H A Dusb.c110 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \
406 le16_to_cpu(us->pusb_dev->descriptor.idVendor),
416 le16_to_cpu(us->pusb_dev->descriptor.idVendor),
449 u16 vid = le16_to_cpu(us->pusb_dev->descriptor.idVendor);
540 printk("vid %04x pid %04x: %lx\n", le16_to_cpu(dev->descriptor.idVendor), le16_to_cpu(dev->descriptor.idProduct), us->fflags);
560 le16_to_cpu(dev->descriptor.idVendor),
569 if (id->idVendor || id->idProduct) {
591 le16_to_cpu(ddesc->idVendor),
901 printk("%s %s %d id->idVendor=0x%X,idProduct=0x%X,driver_info=0x%X\n",__func__,__FILE__,__LINE__,id->idVendor,i
[all...]
H A Donetouch.c83 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \
228 le16_to_cpu(udev->descriptor.idVendor),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-usb.c453 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
464 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
472 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
481 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
492 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
501 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
512 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
520 .idVendor = 0x093b, /* Vendor ID of Plextor */
528 .idVendor = 0x093b, /* Vendor ID of Plextor */
536 .idVendor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dquirks-table.h38 .idVendor = vend, \
64 .idVendor = 0x041e,
71 .idVendor = 0x041e,
78 .idVendor = 0x041e,
91 .idVendor = 0x046d,
100 .idVendor = 0x046d,
109 .idVendor = 0x046d,
118 .idVendor = 0x046d,
127 .idVendor = 0x046d,
136 .idVendor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dacecad.c208 le16_to_cpu(dev->descriptor.idVendor),
219 le16_to_cpu(dev->descriptor.idVendor),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dsafe_serial.c99 MODULE_PARM_DESC(vendor, "User specified USB idVendor (required)");
133 .idVendor = (vend), \
332 if (!id_table[i].idVendor && !id_table[i].idProduct) {
333 id_table[i].idVendor = vendor;

Completed in 144 milliseconds

1234567