*** empty log message ***

RELEASE_1_0_11_BRANCH
Frank Zago 2003-01-17 01:56:01 +00:00
rodzic af90832aee
commit 4c36caa5ac
4 zmienionych plików z 14 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2003-01-16 Frank Zago <fzago at austin dot rr dot com>
* backend/leo.c doc/descriptions/leo.desc doc/leo/leo.txt: Added
another scsi string for the fs-1130.
2003-01-16 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/microtek2.c backend/microtek2.h: Bugfix for the X12USL

Wyświetl plik

@ -1,6 +1,6 @@
/* sane - Scanner Access Now Easy.
Copyright (C) 2002 Frank Zago (fzago at austin dot rr dot com)
Copyright (C) 2002-2003 Frank Zago (fzago at austin dot rr dot com)
This file is part of the SANE package.
@ -48,7 +48,7 @@
/*--------------------------------------------------------------------------*/
#define BUILD 9 /* 2002/09/19 */
#define BUILD 10 /* 2003/01/16 */
#define BACKEND_NAME leo
#define LEO_CONFIG_FILE "leo.conf"
@ -131,6 +131,8 @@ static const struct scanners_supported scanners[] = {
{6, "ACROSS ", " ",
"Across", "FS-1130"},
{6, "LEO ", "LEOScan-S3 ",
"Leo", "S3"},
{6, "LEO", "LEOScan-S3",
"Leo", "S3"}
};

Wyświetl plik

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

Wyświetl plik

@ -13,6 +13,10 @@ LEO LEOScan S3:
016: 4C 45 4F 53 63 61 6E 2D 53 33 20 20 20 20 20 20 LEOScan-S3
032: 33 2E 30 31 09 F6 0D B6 01 2C 01 2C 39 36 30 30 3.01.....,.,9600
or
000: 06 00 02 02 1f 00 00 00 4c 45 4f 00 00 00 00 00 ........LEO.....
016: 4c 45 4f 53 63 61 6e 2d 53 33 00 00 00 00 00 00 LEOScan-S3......
032: 31 2e 31 30 1.10
/*--------------------------------------------------------------------------*/