Removed wrong "untested" flag from Mustek AE USB and Lexmark X70/X73 scanners.

RELEASE_1_0_11_BRANCH
Henning Geinitz 2003-01-18 11:46:15 +00:00
rodzic 43c3893439
commit 6d895dbc7b
5 zmienionych plików z 17 dodań i 5 usunięć

Wyświetl plik

@ -1,3 +1,11 @@
2003-01-18 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/gt68xx.c backend/gt68xx_devices.c
doc/descriptions/gt68xx.desc doc/gt68xx/gt68xx.CHANGES: Removed
wrong "untested" flag from Mustek AE USB and Lexmark X70/X73
scanners.
2003-01-17 Henning Meier-Geinitz <henning@meier-geinitz.de>
* configure configure.in include/sane/config.h.in sanei/sanei_scsi.c:

Wyświetl plik

@ -48,7 +48,7 @@
#include "../include/sane/config.h"
#define BUILD 36
#define BUILD 37
#define MAX_DEBUG
#define WARMUP_TIME 30
#define CALIBRATION_HEIGHT 2.5

Wyświetl plik

@ -692,8 +692,8 @@ static GT68xx_Model mustek_a3usb_model = {
SANE_FIX (2.0), /* Default gamma value */
SANE_TRUE, /* Is this a CIS scanner? */
GT68XX_FLAG_UNTESTED /* Which flags are needed for this scanner? */
/* Mostly untested, margins seem to be wrong */
0 /* Which flags are needed for this scanner? */
/* Tested by Pedro Morais <morais@inocam.com> */
};
static GT68xx_Model lexmark_x73_model = {
@ -741,7 +741,7 @@ static GT68xx_Model lexmark_x73_model = {
SANE_FIX (2.0), /* Default gamma value */
SANE_FALSE, /* Is this a CIS scanner? */
GT68XX_FLAG_UNTESTED /* Which flags are needed for this scanner? */
0 /* Which flags are needed for this scanner? */
/* When using automatic gain pictures are too dark. Only some ad hoc tests for
lexmark x70 were done so far. WARNING: Don't use the Full scan option
with the above settings, otherwise the sensor may bump at the end of

Wyświetl plik

@ -1,6 +1,6 @@
:backend "gt68xx"
:status :beta
:version "1.0-36"
:version "1.0-37"
:new :yes
:manpage "sane-gt68xx"
:url "http://www.meier-geinitz.de/sane/gt68xx-backend/"

Wyświetl plik

@ -1,5 +1,9 @@
gt68xx.CHANGES -*-text-*-
V 1.0-37 (2003-01-18)
- Removed untested flag from A3 USB and Lexmark X70/X73.
V 1.0-36 (2003-01-09)
- Updated manpage and .desc concerning Lexmark X70.