kopia lustrzana https://gitlab.com/sane-project/backends
Enabled GT68XX_FLAG_NO_STOP for Mustek BearPaw 2400 CU Plus. Some of these
scanners don't seem to like that command.merge-requests/1/head
rodzic
e50187fb8f
commit
3c38ba02f4
|
@ -2,6 +2,10 @@
|
|||
|
||||
* configure configure.in: Fixed check for usbcalls.h on OS/2
|
||||
(patch from Paul Smedley <paul@smedley.info>).
|
||||
* 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 <gerhard@gjaeger.de>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue