Lines Matching refs:vendor
199 * Callback called whenever a connected USB device reports a supported vendor
203 * @param name Device name which has required vendor and product id
278 r = pieusb_initialize_device_definition(dev, &inq, devicename, pieusb_supported_usb_device.vendor, pieusb_supported_usb_device.product);
319 /* Create 0-terminated string without trailing spaces for vendor */
323 memcpy(buf, inq->vendor, 8);
327 dev->sane.vendor = buf;
508 DBG (DBG_inquiry, "vendor........................: '%s'\n", dev->sane.vendor);
999 * Parse line from config file into a vendor id, product id, model number, and flags
1020 /* Detect vendor-id */
1089 while (pieusb_supported_usb_device_list[i].vendor != 0) {
1090 if (pieusb_supported_usb_device_list[i].vendor == vendor_id
1115 while (pieusb_supported_usb_device_list[i].vendor != 0) {
1121 pieusb_supported_usb_device_list[k].vendor,
1133 pieusb_supported_usb_device_list[i].vendor = vendor_id;
1137 pieusb_supported_usb_device_list[i+1].vendor = 0;
1143 pieusb_supported_usb_device_list[k].vendor,