kopia lustrzana https://gitlab.com/sane-project/backends
new scanner Canon i-SENSYS MF4890dw
rodzic
82f92ec004
commit
ee4704f34a
|
@ -93,6 +93,7 @@
|
|||
#define MF8030_PID 0x2707
|
||||
#define IR1133_PID 0x2742
|
||||
#define MF4570_PID 0x275a
|
||||
#define MF4890_PID 0x2773
|
||||
|
||||
|
||||
enum iclass_state_t
|
||||
|
@ -782,5 +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 imageCLASS MF4570dw", "MF4570dw", MF4570_PID, 600, 640, 877, 0),
|
||||
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 (NULL, NULL, 0, 0, 0, 0, 0)
|
||||
};
|
||||
|
|
|
@ -811,6 +811,12 @@
|
|||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "i-SENSYS MF4890dw"
|
||||
:interface "USB Ethernet"
|
||||
:usbid "0x04a9" "0x2773"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "imageCLASS MF5630"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x264e"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "sane\-pixma" "5" "24 Sep 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH "sane\-pixma" "5" "11 Oct 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane\-pixma
|
||||
.SH NAME
|
||||
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
||||
|
@ -91,7 +91,7 @@ imageCLASS MF4570dw, MF5630, MF5650, MF5750, MF8030, MF8170c
|
|||
.br
|
||||
imageRUNNER 1133
|
||||
.br
|
||||
i-SENSYS MF5880dn, MF6680dn
|
||||
i-SENSYS MF4890dw, MF5880dn, MF6680dn
|
||||
.RE
|
||||
.PP
|
||||
\#The following models may use partly the same Pixma protocol as other devices
|
||||
|
|
Ładowanie…
Reference in New Issue