kopia lustrzana https://gitlab.com/sane-project/backends
Removed experimental flag from MP750, MP760 and MP780.
rodzic
8c116e3566
commit
f0c5deb436
|
|
@ -750,10 +750,9 @@ static const pixma_scan_ops_t pixma_mp750_ops = {
|
|||
|
||||
const pixma_config_t pixma_mp750_devices[] = {
|
||||
DEVICE ("Canon PIXMA MP750", 0x1706, 2400,
|
||||
PIXMA_CAP_ADF | PIXMA_CAP_EVENTS | PIXMA_CAP_EXPERIMENT),
|
||||
PIXMA_CAP_ADF | PIXMA_CAP_EVENTS),
|
||||
DEVICE ("Canon PIXMA MP780", 0x1707, 2400,
|
||||
PIXMA_CAP_ADF | PIXMA_CAP_EVENTS | PIXMA_CAP_EXPERIMENT),
|
||||
DEVICE ("Canon PIXMA MP760", 0x1708, 2400,
|
||||
PIXMA_CAP_EVENTS | PIXMA_CAP_EXPERIMENT),
|
||||
PIXMA_CAP_ADF | PIXMA_CAP_EVENTS),
|
||||
DEVICE ("Canon PIXMA MP760", 0x1708, 2400, PIXMA_CAP_EVENTS),
|
||||
DEVICE (NULL, 0, 0, 0)
|
||||
};
|
||||
|
|
|
|||
|
|
@ -62,19 +62,19 @@
|
|||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1706"
|
||||
:status :minimal
|
||||
:comment "Experimental. No grayscale."
|
||||
:comment "No grayscale. Canceling scan in ADF mode doesn't eject the paper!"
|
||||
|
||||
:model "PIXMA MP760"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1708"
|
||||
:status :untested
|
||||
:comment "Experimental. No grayscale."
|
||||
:comment "Should work. No grayscale."
|
||||
|
||||
:model "PIXMA MP780"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1707"
|
||||
:status :minimal
|
||||
:comment "Experimental. No grayscale. Scanner hangs if cancel while it scans."
|
||||
:comment "No grayscale. Scanner hangs if cancel while it scans (still true?)."
|
||||
|
||||
:model "PIXMA MP800"
|
||||
:interface "USB"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "sane-pixma" "5" "08 June 2006" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH "sane-pixma" "5" "10 June 2006" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane-pixma
|
||||
.SH NAME
|
||||
sane-pixma \- SANE backend for Canon PIXMA MP series
|
||||
|
|
@ -14,17 +14,21 @@ PIXMA MP150, PIXMA MP170, PIXMA MP450, PIXMA MP500
|
|||
.br
|
||||
PIXMA MP800, PIXMA MP830,
|
||||
.br
|
||||
MultiPASS MP700 (no grayscale)
|
||||
MultiPASS MP700 (no grayscale),
|
||||
.RE
|
||||
.PP
|
||||
The following models are marked as experimental because they are not well
|
||||
The following models don't support grayscale mode in hardware:
|
||||
.PP
|
||||
.RS
|
||||
PIXMA MP750, PIXMA MP760, PIXMA MP780
|
||||
.RE
|
||||
.PP
|
||||
The following model are marked as experimental because they are not well
|
||||
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 MP730,
|
||||
.br
|
||||
PIXMA MP750, PIXMA MP760, PIXMA MP780,
|
||||
MultiPASS MP730
|
||||
.RE
|
||||
.PP
|
||||
The backend supports
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue