diff --git a/ChangeLog b/ChangeLog index 03357dc01..f59e3c366 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * configure configure.in: Fixed check for usbcalls.h on OS/2 (patch from Paul Smedley ). + * backend/gt68xx.c backend/gt68xx_devices.c doc/descriptions/gt68xx.desc + doc/gt68xx/gt68xx.CHANGES: Enabled GT68XX_FLAG_NO_STOP for + Mustek BearPaw 2400 CU Plus. Some of these scanners don't seem + to like that command. 2005-08-19 Gerhard Jaeger diff --git a/backend/gt68xx.c b/backend/gt68xx.c index 0e6579329..062ea305b 100644 --- a/backend/gt68xx.c +++ b/backend/gt68xx.c @@ -48,7 +48,7 @@ #include "../include/sane/config.h" -#define BUILD 72 +#define BUILD 73 #define MAX_DEBUG #define WARMUP_TIME 60 #define CALIBRATION_HEIGHT 2.5 diff --git a/backend/gt68xx_devices.c b/backend/gt68xx_devices.c index 721bb9bb0..dc98942b3 100644 --- a/backend/gt68xx_devices.c +++ b/backend/gt68xx_devices.c @@ -551,7 +551,7 @@ static GT68xx_Model mustek_2400cuplus_model = { SANE_FIX (1.5), /* Default gamma value */ SANE_TRUE, /* Is this a CIS scanner? */ - 0 /* Which flags are needed for this scanner? */ + GT68XX_FLAG_NO_STOP /* Which flags are needed for this scanner? */ /* Setup and tested */ }; diff --git a/doc/descriptions/gt68xx.desc b/doc/descriptions/gt68xx.desc index d93f175c3..ef1ca0731 100644 --- a/doc/descriptions/gt68xx.desc +++ b/doc/descriptions/gt68xx.desc @@ -1,5 +1,5 @@ :backend "gt68xx" -:version "1.0-72" +:version "1.0-73" :manpage "sane-gt68xx" :url "http://www.meier-geinitz.de/sane/gt68xx-backend/" :comment "Only the USB scanners mentioned below are supported. For other Mustek BearPaws, look at the Plustek and the MA-1509 backend." diff --git a/doc/gt68xx/gt68xx.CHANGES b/doc/gt68xx/gt68xx.CHANGES index 7db453098..73d6707a1 100644 --- a/doc/gt68xx/gt68xx.CHANGES +++ b/doc/gt68xx/gt68xx.CHANGES @@ -1,5 +1,10 @@ gt68xx.CHANGES -*-text-*- +V 1.0.73 (2005-08-19) + +* Enabled GT68XX_FLAG_NO_STOP for Mustek BearPaw 2400 CU Plus. Some of these + scanners don't seem to like that command. + V 1.0.72 (2005-08-18) * Finally fixed the problem concerning scanning on *BSD. Scanning only worked