kopia lustrzana https://gitlab.com/sane-project/backends
Change snapscan backend version number to 1.4.0
rodzic
61770b4e32
commit
e6e7a0eb28
|
@ -75,8 +75,8 @@
|
|||
#define PATH_MAX 1024
|
||||
#endif
|
||||
|
||||
#define EXPECTED_MAJOR 1
|
||||
#define MINOR_VERSION 3
|
||||
#define EXPECTED_MAJOR 1
|
||||
#define MINOR_VERSION 4
|
||||
#define BUILD 0
|
||||
|
||||
#include "snapscan.h"
|
||||
|
@ -1210,6 +1210,9 @@ SANE_Status sane_init (SANE_Int *version_code,
|
|||
DBG_INIT ();
|
||||
|
||||
DBG (DL_CALL_TRACE, "%s\n", me);
|
||||
DBG (DL_VERBOSE, "%s: Snapscan backend version %d.%d.%d\n",
|
||||
me,
|
||||
EXPECTED_MAJOR, MINOR_VERSION, BUILD);
|
||||
|
||||
/* version check */
|
||||
if (SANE_CURRENT_MAJOR != EXPECTED_MAJOR)
|
||||
|
@ -3089,6 +3092,9 @@ SANE_Status sane_get_select_fd (SANE_Handle h, SANE_Int * fd)
|
|||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.9 2001/10/25 10:56:39 oliverschwartz
|
||||
* Change snapscan backend version number to 1.4.0
|
||||
*
|
||||
* Revision 1.8 2001/10/12 21:19:14 oliverschwartz
|
||||
* update to snapscan-20011012
|
||||
*
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
;
|
||||
|
||||
:backend "SnapScan" ; name of backend
|
||||
:version "1.2" ; version of backend
|
||||
:version "1.4" ; version of backend
|
||||
:status :beta ; :alpha, :beta, :stable, :new
|
||||
:manpage "sane-snapscan" ; name of manpage (if it exists)
|
||||
:url "http://snapscan.sourceforge.net/" ; backend's web page
|
||||
|
@ -52,6 +52,10 @@
|
|||
:interface "USB"
|
||||
:comment "Have no specific programming info yet."
|
||||
|
||||
:model "SnapScan e25"
|
||||
:interface "USB"
|
||||
:comment "Have no specific programming info yet."
|
||||
|
||||
:model "SnapScan e40"
|
||||
:interface "USB"
|
||||
:comment "Have no specific programming info yet."
|
||||
|
@ -114,15 +118,15 @@
|
|||
|
||||
:model "Prisa 3300"
|
||||
:interface "USB"
|
||||
:comment "Seems to be a close SnapScan 310/600 compatible."
|
||||
:comment "Have no specific programming info yet."
|
||||
|
||||
:model "Prisa 4300"
|
||||
:interface "USB"
|
||||
:comment "Seems to be a close SnapScan 310/600 compatible."
|
||||
:comment "Have no specific programming info yet, untested."
|
||||
|
||||
:model "Prisa 5300"
|
||||
:interface "USB"
|
||||
:comment "Seems to be a close SnapScan 310/600 compatible."
|
||||
:comment "Have no specific programming info yet, untested."
|
||||
|
||||
:mfg "Guillemot International"
|
||||
;------------------------------------------------------------------------------
|
||||
|
|
Ładowanie…
Reference in New Issue