kopia lustrzana https://gitlab.com/sane-project/backends
rename Canon i-SENSYS MF4890dw to MF4800 Series
rodzic
6e1ce492ba
commit
a1222c0928
|
@ -93,7 +93,7 @@
|
||||||
#define MF8030_PID 0x2707
|
#define MF8030_PID 0x2707
|
||||||
#define IR1133_PID 0x2742
|
#define IR1133_PID 0x2742
|
||||||
#define MF4570_PID 0x275a
|
#define MF4570_PID 0x275a
|
||||||
#define MF4890_PID 0x2773
|
#define MF4800_PID 0x2773
|
||||||
|
|
||||||
|
|
||||||
enum iclass_state_t
|
enum iclass_state_t
|
||||||
|
@ -783,6 +783,6 @@ const pixma_config_t pixma_iclass_devices[] = {
|
||||||
DEV ("Canon i-SENSYS MF6680dn", "MF6680", MF6680_PID, 600, 640, 877, PIXMA_CAP_ADFDUP),
|
DEV ("Canon i-SENSYS MF6680dn", "MF6680", MF6680_PID, 600, 640, 877, PIXMA_CAP_ADFDUP),
|
||||||
DEV ("Canon imageCLASS MF4570dw", "MF4570dw", MF4570_PID, 600, 640, 877, 0),
|
DEV ("Canon imageCLASS MF4570dw", "MF4570dw", MF4570_PID, 600, 640, 877, 0),
|
||||||
DEV ("Canon imageRUNNER 1133", "iR1133", IR1133_PID, 600, 637, 877, PIXMA_CAP_ADFDUP),
|
DEV ("Canon imageRUNNER 1133", "iR1133", IR1133_PID, 600, 637, 877, PIXMA_CAP_ADFDUP),
|
||||||
DEV ("Canon i-SENSYS MF4890dw", "MF4890", MF4890_PID, 600, 640, 877, 0),
|
DEV ("Canon i-SENSYS MF4800 Series", "MF4800", MF4800_PID, 600, 640, 877, 0),
|
||||||
DEV (NULL, NULL, 0, 0, 0, 0, 0)
|
DEV (NULL, NULL, 0, 0, 0, 0, 0)
|
||||||
};
|
};
|
||||||
|
|
|
@ -811,7 +811,7 @@
|
||||||
:status :complete
|
:status :complete
|
||||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
||||||
|
|
||||||
:model "i-SENSYS MF4890dw"
|
:model "i-SENSYS MF4800 Series"
|
||||||
:interface "USB Ethernet"
|
:interface "USB Ethernet"
|
||||||
:usbid "0x04a9" "0x2773"
|
:usbid "0x04a9" "0x2773"
|
||||||
:status :untested
|
:status :untested
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "sane\-pixma" "5" "11 Oct 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
.TH "sane\-pixma" "5" "16 Dec 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||||
.IX sane\-pixma
|
.IX sane\-pixma
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
||||||
|
@ -91,7 +91,7 @@ imageCLASS MF4570dw, MF5630, MF5650, MF5750, MF8030, MF8170c
|
||||||
.br
|
.br
|
||||||
imageRUNNER 1133
|
imageRUNNER 1133
|
||||||
.br
|
.br
|
||||||
i-SENSYS MF4890dw, MF5880dn, MF6680dn
|
i-SENSYS MF4800 Series, MF5880dn, MF6680dn
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\#The following models may use partly the same Pixma protocol as other devices
|
\#The following models may use partly the same Pixma protocol as other devices
|
||||||
|
|
Ładowanie…
Reference in New Issue