diff --git a/backend/mustek.CHANGES b/backend/mustek.CHANGES index c675ccf56..5f99de69d 100644 --- a/backend/mustek.CHANGES +++ b/backend/mustek.CHANGES @@ -1,5 +1,25 @@ CHANGES for the SANE Mustek backend +2001-03-31 + * Removed compilation warning in gamma_correction. + * Fixed handling of tlx and brx when scanning with ADF (bug found by + Andreas Rathgeber ). + * Fixed bug in linedistance correction (ld_block) concerning ADF. With ADF + the linedistance values are ordered in the other direction. + * Fixed bug concerning ld correction for the 1200SP 1.00 (frontend hangs). + Moved the do-nothing ld correction to its own function. With ADF this + scanner doesn't really work in color mode but that's probably a firmware + problem. + +2001-03-18 + * 600 II N: Gamma correction in gray mode now works. Length must be 768 + bytes in gray mode also, cdb size is 6 bytes. Thanks to Jakub Bogusz + who found out about that and wrote a + patch. + +2001-01-17 + * Released Mustek backend 1.0-104 + 2001-01-17 * Pro: Do calibration only in Lineart, Gray and Color 24 modes. diff --git a/backend/mustek.desc b/backend/mustek.desc index 19acbd5d8..8cf3fe26e 100644 --- a/backend/mustek.desc +++ b/backend/mustek.desc @@ -9,7 +9,7 @@ ; :backend "mustek" ; name of backend -:version "1.0-104" ; version of backend +:version "1.0-105" ; 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/" diff --git a/backend/mustek.h b/backend/mustek.h index 805cb2324..54c5a9168 100644 --- a/backend/mustek.h +++ b/backend/mustek.h @@ -1,6 +1,7 @@ /* sane - Scanner Access Now Easy. Copyright (C) 1996, 1997 David Mosberger-Tang, 1998 Andreas Bolsch for - extension to ScanExpress models version 0.5, 2000 Henning Meier-Geinitz + extension to ScanExpress models version 0.5, + 2000, 2001 Henning Meier-Geinitz. This file is part of the SANE package. This program is free software; you can redistribute it and/or