Added entry for AVEC color 2412.

DEVEL_2_0_BRANCH-1
Frank Zago 2002-10-09 17:54:21 +00:00
rodzic 5cb6875fdf
commit 32c28abac4
3 zmienionych plików z 13 dodań i 6 usunięć

Wyświetl plik

@ -48,7 +48,7 @@
/*--------------------------------------------------------------------------*/
#define BUILD 8 /* 2002/09/07 */
#define BUILD 9 /* 2002/10/09 */
#define BACKEND_NAME teco1
#define TECO_CONFIG_FILE "teco1.conf"
@ -180,6 +180,16 @@ static const struct scanners_supported scanners[] = {
99 /* number of bytes in a window */
},
{6, "TECO VM352A",
TECO_VM3520, /* same as AVEC 2400 */
"Relisys", "AVEC Colour 2412",
{1, 600, 1},
300, 600,
3,
256,
99
},
{6, "TECO VM4542",
TECO_VM4542,
"Relisys", "RELI 4830",
@ -885,11 +895,8 @@ teco_send_gamma (Teco_Scanner * dev)
}
else
{
if (dev->scan_mode == TECO_BW)
{
int shift = GAMMA_LENGTH >> 8;
/* Map threshold from a 0..255 scale to a
* 0..GAMMA_LENGTH scale. */
unsigned int threshold =

Wyświetl plik

@ -2,7 +2,7 @@
# The scanner respond to all luns. Get only lun 0.
scsi "RELISYS" "VM3530+" Scanner * * * 0
# Avec Color Office 2400
# Avec Color Office 2400, 2412
scsi "" "Image Scanner" Scanner
# Relisys RELI 4830

Wyświetl plik

@ -10,7 +10,7 @@
;
:backend "teco1" ; name of backend
:version "1.0-8" ; version of backend
:version "1.0-9" ; version of backend
:status :beta ; :alpha, :beta, :stable, :new
:manpage "sane-teco1" ; name of manpage (if it exists)
:url "http://fz.eryx.net/sane/#teco" ; backend's web page