2000-12-05 Henning Meier-Geinitz <hmg@gmx.de>

* NEWS: Updated backend versions. Added point about compilation fixes
	  on Irix and FreeBSD.
	* backend/mustek.c backend/mustek.desc backend/mustek.CHANGES:
	  Fixed problem with lamp control of SE scanners and reduced
	  length of scan area for Paragon 1200 SP PRO. Removed warning for
	  this scanner. Increased version number.
DEVEL_2_0_BRANCH-1
Henning Geinitz 2000-12-05 22:27:34 +00:00
rodzic baa6dd9c2f
commit c2a702a051
2 zmienionych plików z 15 dodań i 3 usunięć

Wyświetl plik

@ -1,5 +1,16 @@
CHANGES for the SANE Mustek backend
2000-12-05
* Fixed lamp setting (avoid problems with some SE scanners).
2000-12-01
* Reduced scan area for Paragon 1200 SP PRO (to avoid bumping the scan slider
at the end).
* Removed warning for 1200 SP PRO.
2000-11-26
* Released Mustek backend 1.0-100
2000-11-26
* Default for "fast preview" is "false" now because this option doesn't work
for all SE scanners correctly.
@ -38,7 +49,7 @@ CHANGES for the SANE Mustek backend
* added more debug output in constrain_value
2000-11-05
* Released backend version 1.0-98.
* Released backend version 1.0-99.
2000-11-05
* Added support for TAIV for SE 12000 SP. Lamp is turned off while

Wyświetl plik

@ -9,7 +9,7 @@
;
:backend "mustek" ; name of backend
:version "1.0-100" ; version of backend
:version "1.0-101" ; version of backend
:status :beta ; :alpha, :beta, :stable, :new
:manpage "sane-mustek" ; name of manpage (if it exists)
:url "http://hmg.home.pages.de/sane/"
@ -60,7 +60,6 @@
:comment "Please test!"
:model "Paragon 1200 SP Pro"
:interface "SCSI"
:comment "Please test!"
:model "Paragon 1200 A3 Pro"
:interface "SCSI"
:comment "Please test!"
@ -74,6 +73,8 @@
:interface "SCSI"
:model "SCSI Connect 19200"
:interface "SCSI"
:model "SCSI excellence series 19200"
:interface "SCSI"
; :comment and :url specifiers are optional after :mfg, :model, :desc,
; and at the top-level.