kopia lustrzana https://gitlab.com/sane-project/backends
Updated device status.
rodzic
e43ef8cbf9
commit
4284b35d78
|
|
@ -16,6 +16,7 @@
|
|||
; :yes or :no
|
||||
:manpage "sane-pixma" ; name of manpage (if it exists)
|
||||
:url "http://home.arcor.de/wittawat/pixma/" ; backend's web page
|
||||
:comment "Devices marked as experimantal are disabled by default. See the manual page for how to enable them."
|
||||
|
||||
:devicetype :scanner ; start of a list of devices....
|
||||
; other types: :stillcam, :vidcam,
|
||||
|
|
@ -27,59 +28,62 @@
|
|||
:model "PIXMA MP150"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1709"
|
||||
:status :basic
|
||||
:status :good
|
||||
|
||||
:model "PIXMA MP170"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x170a"
|
||||
:status :basic
|
||||
:status :good
|
||||
|
||||
:model "PIXMA MP450"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x170b"
|
||||
:status :basic
|
||||
:status :good
|
||||
:comment "Scanner makes loud noise at 600 DPI."
|
||||
|
||||
:model "PIXMA MP500"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x170c"
|
||||
:status :basic
|
||||
:status :good
|
||||
|
||||
:model "MultiPASS MP700"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x2630"
|
||||
:status :minimal
|
||||
:comment "Is it the same model as SmartBase MP700 Photo sold in Germany?"
|
||||
:comment "No grayscale. Same model as SmartBase MP700 Photo?"
|
||||
|
||||
:model "MultiPASS MP730"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x262f"
|
||||
:status :minimal
|
||||
:comment "Is it the same model as SmartBase MP730 Photo sold in Germany?"
|
||||
:comment "Experimental. No grayscale. Same model as SmartBase MP730 Photo?"
|
||||
|
||||
:model "PIXMA MP750"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1706"
|
||||
:status :untested
|
||||
:comment "Experimental. No grayscale."
|
||||
|
||||
:model "PIXMA MP760"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1708"
|
||||
:status :untested
|
||||
:comment "Experimental. No grayscale."
|
||||
|
||||
:model "PIXMA MP780"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1707"
|
||||
:status :minimal
|
||||
:comment "Scanner hangs if cancel while it scans."
|
||||
:comment "Experimental. No grayscale. Scanner hangs if cancel while it scans."
|
||||
|
||||
:model "PIXMA MP800"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x170d"
|
||||
:status :untested
|
||||
:comment "Should work but is untested."
|
||||
:status :basic
|
||||
:comment "No film scan."
|
||||
|
||||
:model "PIXMA MP830"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1713"
|
||||
:status :minimal
|
||||
:status :basic
|
||||
:comment "Please report if ADF works."
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "sane-pixma" "5" "26 May 2006" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH "sane-pixma" "5" "02 June 2006" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane-pixma
|
||||
.SH NAME
|
||||
sane-pixma \- SANE backend for Canon PIXMA MP series
|
||||
|
|
@ -12,6 +12,10 @@ Currently, the following models work with this backend:
|
|||
.PP
|
||||
.RS
|
||||
PIXMA MP150, PIXMA MP170, PIXMA MP450, PIXMA MP500
|
||||
.br
|
||||
PIXMA MP800, PIXMA MP830,
|
||||
.br
|
||||
MultiPASS MP700 (no grayscale)
|
||||
.RE
|
||||
.PP
|
||||
The following models are marked as experimental because they are not well
|
||||
|
|
@ -19,16 +23,14 @@ tested and/or the scanner sometimes hangs and must be switched off and on.
|
|||
Therefore they are disabled by default. (See PIXMA_EXPERIMENT below)
|
||||
.PP
|
||||
.RS
|
||||
MultiPASS MP700, MultiPASS MP730,
|
||||
MultiPASS MP730,
|
||||
.br
|
||||
PIXMA MP750, PIXMA MP760, PIXMA MP780,
|
||||
.br
|
||||
PIXMA MP800, PIXMA MP830
|
||||
.RE
|
||||
.PP
|
||||
The backend supports
|
||||
.br
|
||||
* resolutions 75,150,300,600,1200 and 2400 DPI,
|
||||
* resolutions at 75,150,300,600,1200 and 2400 DPI,
|
||||
.br
|
||||
* color and grayscale mode,
|
||||
.br
|
||||
|
|
@ -67,7 +69,7 @@ the verbosity.
|
|||
.RS
|
||||
0 print nothing
|
||||
.br
|
||||
1 print error and warning messages
|
||||
1 print error and warning messages (recommended)
|
||||
.br
|
||||
2 print informative messages
|
||||
.br
|
||||
|
|
@ -94,16 +96,22 @@ I would like to thank:
|
|||
.br
|
||||
Farvil for testing MP150
|
||||
.br
|
||||
Gordon for testing MP730
|
||||
.br
|
||||
Jose Juan Iglesias for testing MP450
|
||||
.br
|
||||
Malcolm Caldwell for testing MP170
|
||||
.br
|
||||
Marcus Froeschl for testing MP800
|
||||
.br
|
||||
Martin Schewe for setting up mailing list for discussion
|
||||
.br
|
||||
Rune Kock for testing MP500
|
||||
.br
|
||||
Ryan McDonald for testing MP830
|
||||
.br
|
||||
Simon for testing MP700
|
||||
.br
|
||||
Stephan Aegerter for testing MP780
|
||||
.br
|
||||
Trevor Hobson for testing MP730
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue