Lines Matching refs:vendor
88 2003-02-15 Fix problem with "usb <vendor> <product> syntax in config file
2037 s->hw->sane.vendor = "Epson";
2121 SANE_Word vendor;
2137 vendor = 0x4b8;
2139 status = sanei_usb_find_devices (vendor, product, attach_one_usb);
2157 if (sanei_usb_get_vendor_product (s->fd, &vendor, &product) ==
2164 /* check the vendor ID to see if we are dealing with an EPSON device */
2165 if (vendor != SANE_EPSON_VENDOR_ID)
2167 /* this is not a supported vendor ID */
2169 "The device at %s is not manufactured by EPSON (vendor id=0x%x)\n",
2170 dev_name, vendor);
2200 vendor, product);
2677 int vendor, product;
2686 if (sscanf (line, "usb %i %i", &vendor, &product) == 2)
2690 /* add the vendor and product IDs to the list of
2693 if (vendor != 0x4b8)