Lines Matching defs:model
524 char *model = buf + 16;
537 DBG(1, " model : %.16s\n", model);
553 if (strncmp(model, "SCANNER ", 8) != 0
554 && strncmp(model, "FilmScan 200", 12) != 0
555 && strncmp(model, "Perfection", 10) != 0
556 && strncmp(model, "Expression", 10) != 0
557 && strncmp(model, "GT", 2) != 0) {
563 if (strncmp(model, "FilmScan 200", 12) == 0) {
565 e2_set_model(s, (unsigned char *) model, 12);
711 /* set name and model (if not already set) */
712 if (dev->model == NULL)
739 DBG(1, "scanner model: %s\n", dev->model);
875 free(dev->model);
938 DBG(1, " %d (%d): %s\n", i, dev->connection, dev->model);