kopia lustrzana https://gitlab.com/sane-project/backends
Reduced scan area of Mustek Paragon 1200 A3 Pro. Removed warning
message. Increased support level to complete.merge-requests/1/head
rodzic
4c314781c5
commit
a33211805c
|
@ -9,6 +9,10 @@
|
||||||
* tools/RenSaneDlls.cmd: Fixed newlines.
|
* tools/RenSaneDlls.cmd: Fixed newlines.
|
||||||
* README.netbsd: Mention SCSI buffer size problems and uk/ss files
|
* README.netbsd: Mention SCSI buffer size problems and uk/ss files
|
||||||
issue.
|
issue.
|
||||||
|
* backend/mustek.c doc/descriptions/mustek.desc
|
||||||
|
doc/mustek/mustek.CHANGES: Reduced scan area of Mustek Paragon
|
||||||
|
1200 A3 Pro. Removed warning message. Increased support level to
|
||||||
|
complete.
|
||||||
|
|
||||||
2004-06-06 Karl Heinz Kremer <khk@khk.net>
|
2004-06-06 Karl Heinz Kremer <khk@khk.net>
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* Mustek backend version */
|
/* Mustek backend version */
|
||||||
#define BUILD 136
|
#define BUILD 137
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
#include "../include/sane/config.h"
|
#include "../include/sane/config.h"
|
||||||
|
@ -1551,12 +1551,11 @@ attach (SANE_String_Const devname, Mustek_Device ** devp, SANE_Bool may_wait)
|
||||||
/* These values were measured and compared to those from the Windows
|
/* These values were measured and compared to those from the Windows
|
||||||
driver. Tested with a Paragon 1200 A3 Pro v1.10 */
|
driver. Tested with a Paragon 1200 A3 Pro v1.10 */
|
||||||
dev->x_range.max = SANE_FIX (11.7 * MM_PER_INCH);
|
dev->x_range.max = SANE_FIX (11.7 * MM_PER_INCH);
|
||||||
dev->y_range.max = SANE_FIX (17 * MM_PER_INCH);
|
dev->y_range.max = SANE_FIX (424);
|
||||||
dev->dpi_range.max = SANE_FIX (1200);
|
dev->dpi_range.max = SANE_FIX (1200);
|
||||||
dev->sane.model = "1200 A3 PRO";
|
dev->sane.model = "1200 A3 PRO";
|
||||||
dev->flags |= MUSTEK_FLAG_LD_NONE;
|
dev->flags |= MUSTEK_FLAG_LD_NONE;
|
||||||
dev->flags |= MUSTEK_FLAG_ENLARGE_X;
|
dev->flags |= MUSTEK_FLAG_ENLARGE_X;
|
||||||
warning = SANE_TRUE;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
:backend "mustek" ; name of backend
|
:backend "mustek" ; name of backend
|
||||||
:version "1.0-136" ; version of backend
|
:version "1.0-137" ; version of backend
|
||||||
:manpage "sane-mustek" ; name of manpage (if it exists)
|
:manpage "sane-mustek" ; name of manpage (if it exists)
|
||||||
:url "http://www.meier-geinitz.de/sane/mustek-backend/"
|
:url "http://www.meier-geinitz.de/sane/mustek-backend/"
|
||||||
:comment "Most Mustek SCSI scanners are supported by this backend. For USB scanners, look at the mustek_usb backend."
|
:comment "Most Mustek SCSI scanners are supported by this backend. For USB scanners, look at the mustek_usb backend."
|
||||||
|
@ -121,7 +121,8 @@
|
||||||
|
|
||||||
:model "Paragon 1200 A3 Pro"
|
:model "Paragon 1200 A3 Pro"
|
||||||
:interface "SCSI"
|
:interface "SCSI"
|
||||||
:status :good
|
:status :complete
|
||||||
|
:comment "ADF and TA untested. Please contact me if you own such equipment."
|
||||||
|
|
||||||
:model "Paragon 600 II N"
|
:model "Paragon 600 II N"
|
||||||
:interface "Proprietary"
|
:interface "Proprietary"
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
CHANGES for the SANE Mustek backend
|
CHANGES for the SANE Mustek backend
|
||||||
|
|
||||||
|
2004-06-08
|
||||||
|
* Released Mustek backend 1.0-137
|
||||||
|
* Reduced scan area of Mustek Paragon 1200 A3 Pro. Removed warning message.
|
||||||
|
Increased support level to complete.
|
||||||
|
|
||||||
2004-03-21
|
2004-03-21
|
||||||
* Released Mustek backend 1.0-136
|
* Released Mustek backend 1.0-136
|
||||||
* Added detection of Mustek ScanExpress 1200 FS.
|
* Added detection of Mustek ScanExpress 1200 FS.
|
||||||
|
|
Ładowanie…
Reference in New Issue