kopia lustrzana https://gitlab.com/sane-project/backends
added support for Genius FS-1130 Colorpage Scanner.
rodzic
8a5f14c67b
commit
2e06036a35
|
@ -1,3 +1,7 @@
|
||||||
|
2004-06-30 Frank Zago <fzago at austin dot rr dot com>
|
||||||
|
* backend/leo.c doc/descriptions/leo.desc: added support for
|
||||||
|
Genius FS-1130 Colorpage Scanner.
|
||||||
|
|
||||||
2004-06-30 Gerhard Jaeger <gerhard@gjaeger.de>
|
2004-06-30 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||||
* doc/plustek/Makefile.kernel26: fixed floating point issues
|
* doc/plustek/Makefile.kernel26: fixed floating point issues
|
||||||
for SuSE kernels.
|
for SuSE kernels.
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#define BUILD 10 /* 2003/01/16 */
|
#define BUILD 11 /* 2004/06/30 */
|
||||||
#define BACKEND_NAME leo
|
#define BACKEND_NAME leo
|
||||||
#define LEO_CONFIG_FILE "leo.conf"
|
#define LEO_CONFIG_FILE "leo.conf"
|
||||||
|
|
||||||
|
@ -133,7 +133,9 @@ static const struct scanners_supported scanners[] = {
|
||||||
{6, "LEO ", "LEOScan-S3 ",
|
{6, "LEO ", "LEOScan-S3 ",
|
||||||
"Leo", "S3"},
|
"Leo", "S3"},
|
||||||
{6, "LEO", "LEOScan-S3",
|
{6, "LEO", "LEOScan-S3",
|
||||||
"Leo", "S3"}
|
"Leo", "S3"},
|
||||||
|
{6, "KYE CORP", "ColorPage-CS ",
|
||||||
|
"Genius", "FS1130"}
|
||||||
};
|
};
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
|
@ -31,6 +31,6 @@
|
||||||
:mfg "Genius"
|
:mfg "Genius"
|
||||||
:model "FS-1130 Colorpage Scanner"
|
:model "FS-1130 Colorpage Scanner"
|
||||||
:interface "SCSI"
|
:interface "SCSI"
|
||||||
:status :untested
|
:status :good
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue