Lines Matching defs:product
581 int vendor, product;
590 status = sanei_usb_get_vendor_product(s->fd, &vendor, &product);
607 /* check all known product IDs to verify that we know
610 if (product == sanei_epson_usb_product_ids[i]) {
618 DBG(1, "the device at %s is not supported (product id=0x%x)\n",
619 s->hw->sane.name, product);
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
824 sanei_epson_usb_product_ids[numIds - 1] = product;