Lines Matching defs:model
141 SANE_String model; /* product model */
273 /* store vendor and model if hardcoded in artec.conf */
1076 if ((!strcmp (s->hw->sane.model, "AT12")) ||
1077 (!strcmp (s->hw->sane.model, "AM12S")))
1124 if ((!strcmp (s->hw->sane.model, "AT12")) ||
1125 (!strcmp (s->hw->sane.model, "AM12S")))
1186 if ((!strcmp (s->hw->sane.model, "AT12")) ||
1187 (!strcmp (s->hw->sane.model, "AM12S")))
1226 if ((!strcmp (s->hw->sane.model, "AT12")) ||
1227 (!strcmp (s->hw->sane.model, "AM12S")))
1478 if (!strcmp (s->hw->sane.model, "AM12S"))
1721 if (strcmp (cap_data[loop].model, dev->sane.model) == 0)
1729 DBG (1, "unable to identify Artec model '%s', check artec.c\n",
1730 dev->sane.model);
1864 DBG (9, " Model : %s\n", dev->sane.model);
2019 * Check to see if they have forced a vendor and/or model string and
2039 * 1) copy the model string to our temp variable
2041 * 3) copy our fudged model string into the inquiry result.
2059 DBG (1, "attach: FOUND model = '%s'\n", temp_result);
2095 /* get the model info */
2105 dev->sane.model = str;
2107 /* for some reason, the firmware revision is in the model info string on */
2139 DBG (5, "scanner vendor: '%s', model: '%s', revision: '%s'\n",
2140 dev->sane.vendor, dev->sane.model, product_revision);
2634 /* OK, maybe they forced the model string in artec.conf */
2635 else if ((strncmp (cp, "model", 5) == 0) && isspace (cp[5]))
2641 DBG (5, "sane_init: Forced model string '%s' in %s.\n",
2668 free ((void *) dev->sane.model);
3250 if ((!strcmp (s->hw->sane.model, "AT3")) ||
3251 (!strcmp (s->hw->sane.model, "A6000C")) ||
3252 (!strcmp (s->hw->sane.model, "A6000C PLUS")) ||
3253 (!strcmp (s->hw->sane.model, "AT6")))
3259 else if (!strcmp (s->hw->sane.model, "AT12"))
3271 else if (!strcmp (s->hw->sane.model, "AM12S"))