Lines Matching defs:vendor
398 char* vendor,
410 if ((status = mini_inquiry (bus_type, fd, vendor, model)) != SANE_STATUS_GOOD)
420 "%s: Is vendor \"%s\" model \"%s\" a supported scanner?\n",
422 vendor,
428 if (0 == strcasecmp (vendor, vendors[i]))
436 /* Known vendor. Check if it is one of our supported models */
444 vendor,
462 const char* vendor,
478 if (strcmp(vendor, "Color") == 0) {
479 (*pd)->dev.vendor = strdup ("Acer");
481 (*pd)->dev.vendor = strdup (vendor);
495 if (!(*pd)->dev.name || !(*pd)->dev.vendor || !(*pd)->dev.model || !(*pd)->dev.type)
525 char vendor[8];
543 vendor[0] = model[0] = '\0';
556 status = snapscani_check_device(fd, bus_type, vendor, model, &model_num);
564 vendor,
581 char vendor[8];
601 vendor[0] = model[0] = '\0';
625 DBG(DL_INFO, "%s: Checking if 0x%04x is a supported USB vendor ID\n",
634 "%s: USB vendor ID 0x%04x is currently NOT supported by the snapscan backend.\n",
642 status = snapscani_check_device(fd, bus_type, vendor, model, &model_num);
652 vendor,
984 char vendor[8];
992 status = mini_inquiry (pss->pdev->bus, pss->fd, vendor, model);
2225 * - Check USB vendor IDs to avoid hanging scanners
2495 * Changed from strncmp() to strncasecmp() to do vendor and model