Lines Matching refs:product
178 * where the first two hex numbers are vendor and product id, and the last
188 pieusb_supported_usb_device_list[0].product = 0x0145;
193 pieusb_supported_usb_device_list[1].product = 0x0145;
198 pieusb_supported_usb_device_list[2].product = 0x0142;
203 pieusb_supported_usb_device_list[3].product = 0;
218 /* Parse vendor-id, product-id and model number and add to list */
244 pieusb_supported_usb_device.product = pieusb_supported_usb_device_list[i].product;
250 pieusb_supported_usb_device.product,
253 sanei_usb_find_devices (pieusb_supported_usb_device.vendor, pieusb_supported_usb_device.product, sanei_pieusb_find_device_callback);
350 SANE_Word product;
353 status = sanei_usb_get_vendor_product_byname (devicename, &vendor, &product);
358 /* Get vendor-product-model & verify that is is supported */
361 /* Check if vendor and product match */
363 && pieusb_supported_usb_device_list[i].product == product) {
368 pieusb_supported_usb_device.product = product;
372 sanei_usb_find_devices (vendor, product, sanei_pieusb_find_device_callback);