Lines Matching defs:product
232 /* vendor and product ids that are allowed */
2094 SANE_Word vendor, product;
2103 status = sanei_usb_get_vendor_product(s->fd, &vendor, &product);
2121 /* check all known product IDs to verify that we know
2124 /* if (product == kodakaio_usb_product_ids[i]) */
2125 if (product == kodakaio_cap[i].id)
2131 DBG(1, "the device at %s is not a supported (product id=0x%x)\n",
2132 s->hw->sane.name, product);
2137 vendor, product);
2138 k_set_device(s, product); /* added 21/12/11 to try and get a name for the device */
2517 int vendor, product, timeout;
2523 if (sscanf(line, "usb %i %i", &vendor, &product) == 2) {
2524 /* add the vendor and product IDs to the list of
2533 /* kodakaio_usb_product_ids[numIds - 1] = product; */
2534 kodakaio_cap[numIds - 1].id = product;