Lines Matching refs:vendor
523 char *vendor = buf + 8;
536 DBG(1, " vendor : %.8s\n", vendor);
546 if (strncmp(vendor, "EPSON", 5) != 0) {
581 int vendor, product;
590 status = sanei_usb_get_vendor_product(s->fd, &vendor, &product);
596 /* check the vendor ID to see if we are dealing with an EPSON device */
597 if (vendor != SANE_EPSON_VENDOR_ID) {
598 /* this is not a supported vendor ID */
599 DBG(1, "not an Epson device at %s (vendor id=0x%x)\n",
600 s->hw->sane.name, vendor);
624 vendor, product);
808 int vendor, product;
814 if (sscanf(line, "usb %i %i", &vendor, &product) == 2) {
816 /* add the vendor and product IDs to the list of
821 if (vendor != 0x4b8)