kopia lustrzana https://gitlab.com/sane-project/backends
Mustek Paragon 600 II EP works. Mentioned "parport0".
rodzic
78bbdb61fd
commit
ac100ab017
|
@ -6,6 +6,9 @@
|
||||||
Mustek ScanExpress A3 USB.
|
Mustek ScanExpress A3 USB.
|
||||||
* doc/backend-writing.txt: Added some hints about number of
|
* doc/backend-writing.txt: Added some hints about number of
|
||||||
files.
|
files.
|
||||||
|
* backend/mustek.conf doc/sane-mustek.man
|
||||||
|
doc/descriptions/mustek.desc: Mustek Paragon 600 II EP
|
||||||
|
works. Mentioned "parport0".
|
||||||
|
|
||||||
2005-09-17 Mattias Ellert <mattias.ellert@tsl.uu.se>
|
2005-09-17 Mattias Ellert <mattias.ellert@tsl.uu.se>
|
||||||
|
|
||||||
|
|
|
@ -36,5 +36,6 @@ scsi SCANNER
|
||||||
# option linedistance-fix # only neccessary with firmware 2.x
|
# option linedistance-fix # only neccessary with firmware 2.x
|
||||||
|
|
||||||
#-------------------------- 600 II EP ---------------------------------------
|
#-------------------------- 600 II EP ---------------------------------------
|
||||||
#0x378
|
#parport0
|
||||||
# 0x378=lpt1, 0x278=lpt2, 0x3bc=lpt3
|
# parport0, parport1, ...,
|
||||||
|
# or: 0x378(=lpt1), 0x278(=lpt2), 0x3bc(=lpt3)
|
||||||
|
|
|
@ -46,8 +46,8 @@
|
||||||
|
|
||||||
:model "Paragon 600 II EP"
|
:model "Paragon 600 II EP"
|
||||||
:interface "Parport"
|
:interface "Parport"
|
||||||
:status :untested
|
:status :minimal
|
||||||
:comment "Not tested yet but should work. Please contact me if you own such a device."
|
:comment "Works, however only low resolutions and quality in color mode is bad."
|
||||||
|
|
||||||
:model "ScanMagic 600 II SP"
|
:model "ScanMagic 600 II SP"
|
||||||
:interface "SCSI"
|
:interface "SCSI"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH sane-mustek 5 "25 Dec 2002" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
.TH sane-mustek 5 "18 Sep 2005" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||||
.IX sane-mustek
|
.IX sane-mustek
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sane-mustek \- SANE backend for Mustek SCSI flatbed scanners (and some other devices)
|
sane-mustek \- SANE backend for Mustek SCSI flatbed scanners (and some other devices)
|
||||||
|
@ -297,7 +297,7 @@ for the 600 II N are
|
||||||
.IR 0x26b ", " 0x2ab ", " 0x2eb ", " 0x22b ", " 0x32b ", " 0x36b ", "
|
.IR 0x26b ", " 0x2ab ", " 0x2eb ", " 0x22b ", " 0x32b ", " 0x36b ", "
|
||||||
.IR 0x3ab ", " 0x3eb .
|
.IR 0x3ab ", " 0x3eb .
|
||||||
For the 600 II EP use one of these:
|
For the 600 II EP use one of these:
|
||||||
.IR 0x378 ", " 0x278 ", " 0x3bc .
|
.IR parport0 ", " parport1 ", " parport2 ", " 0x378 ", " 0x278 ", " 0x3bc .
|
||||||
Pick one that doesn't conflict with the other hardware in your computer. Put
|
Pick one that doesn't conflict with the other hardware in your computer. Put
|
||||||
only one number on a single line. Example:
|
only one number on a single line. Example:
|
||||||
.PP
|
.PP
|
||||||
|
|
Ładowanie…
Reference in New Issue