Lines Matching defs:product
19 * - the vendor and product Ids match with the ones in our list
23 * - added auto device name detection if only product and vendor id<br>
345 * product ID and up to 7 different devices...
437 * string(vendor and product ID), is support by this backend or not
439 * @param usbIdStr - string consisting out of product and vendor ID
513 /* check if this vendor- and product-ID has already been added, needed
514 * for Plustek devices - here one product-ID is used for more than one
570 SANE_Word vendor, product;
598 product = strtol( &dev->usbId[7], 0, 0 );
602 if( tmp->vendor_id == vendor && tmp->device_id == product ) {
657 result = sanei_usb_get_vendor_product( handle, &vendor, &product );
661 sprintf( devStr, "0x%04X-0x%04X", vendor, product );
663 DBG(_DBG_INFO,"Vendor ID=0x%04X, Product ID=0x%04X\n",vendor,product);
676 sprintf( dev->usbId, "0x%04X-0x%04X", vendor, product );
682 DBG( _DBG_INFO, "Can't get vendor & product ID from driver...\n" );
696 product = strtol( &dev->usbId[7], 0, 0 );
698 "0x%04X-0x%04X\n", vendor, product );
731 dev->usbDev.product = product;
733 DBG( _DBG_INFO, "Detected vendor & product ID: "
734 "0x%04X-0x%04X\n", vendor, product );
739 * product ID and up to 7 different devices...