Lines Matching defs:version
13 published by the Free Software Foundation; either version 2 of the
14 License, or (at your option) any later version.
350 DBG(DBG_inquiry,"version.......................: '%s'\n", dev->version);
2713 static void umax_correct_inquiry(Umax_Device *dev, char *vendor, char *product, char *version)
2715 DBG(DBG_info, "umax_correct_inquiry(\"%s %s %s\")\n", vendor, product, version);
2781 if (!strncmp(version, "V1.5 ", 4))
2783 DBG(DBG_warning," - lamp control enabled for version %s\n", version);
3133 char version[6];
3142 get_inquiry_version((char *)dev->buffer[0], version); version[4] = ' '; version[5] = '\0';
3156 pp = &version[4];
3162 DBG(DBG_info, "Found %s scanner %sversion %s on device %s\n", vendor, product, version, dev->devicename);
3176 umax_correct_inquiry(dev, vendor, product, version);
3185 DBG(DBG_error0, "WARNING: %s scanner %s version %s on device %s\n"
3186 "is currently an unrecognized device for this backend version.\n"
3187 "Please make sure you use the most recent version of the umax backend.\n"
3190 vendor, product, version, dev->devicename);
3197 "If you already use the most recent umax-backend version\n"
3224 umax_correct_inquiry(dev, vendor, product, version);
3229 DBG(DBG_error0, "ERROR: %s scanner %s version %s on device %s\n"
3232 "Please make sure you use the most recent version of the umax backend.\n"
3235 "You already use the most recent umax-backend version:\n"
3237 vendor, product, version, dev->devicename);
3977 get_inquiry_version((char *)inquiry_block, dev->version); dev->version[4] ='\0';
5990 DBG(DBG_error,"This is sane-umax version %d.%d build %d\n", SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, BUILD);
7816 /* halftone pattern download is not ready in this version */