kopia lustrzana https://gitlab.com/sane-project/backends
new scanners Canon i-SENSYS MF230 and MF240 Series
rodzic
ddccf956b4
commit
879565cefc
|
@ -103,6 +103,8 @@
|
|||
#define MF820_PID 0x27a6
|
||||
#define MF220_PID 0x27a8
|
||||
#define MF210_PID 0x27a9
|
||||
#define MF230_PID 0x27d1
|
||||
#define MF240_PID 0x27d2
|
||||
|
||||
|
||||
enum iclass_state_t
|
||||
|
@ -939,5 +941,7 @@ const pixma_config_t pixma_iclass_devices[] = {
|
|||
DEV ("Canon imageClass MF810/820", "MF810/820", MF820_PID, 600, 0, 640, 1050, PIXMA_CAP_ADFDUP),
|
||||
DEV ("Canon i-SENSYS MF220 Series", "MF220", MF220_PID, 600, 0, 640, 1050, PIXMA_CAP_ADFDUP),
|
||||
DEV ("Canon i-SENSYS MF210 Series", "MF210", MF210_PID, 600, 0, 640, 1050, PIXMA_CAP_ADF),
|
||||
DEV ("Canon i-SENSYS MF230 Series", "MF230", MF230_PID, 600, 0, 640, 1050, PIXMA_CAP_ADF),
|
||||
DEV ("Canon i-SENSYS MF240 Series", "MF240", MF240_PID, 600, 0, 640, 1050, PIXMA_CAP_ADF),
|
||||
DEV (NULL, NULL, 0, 0, 0, 0, 0, 0)
|
||||
};
|
||||
|
|
|
@ -845,6 +845,18 @@
|
|||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "i-SENSYS MF230 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x27d1"
|
||||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI). WiFi only for w Types."
|
||||
|
||||
:model "i-SENSYS MF240 Series"
|
||||
:interface "USB Ethernet WiFi"
|
||||
:usbid "0x04a9" "0x27d2"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "i-SENSYS MF810/820"
|
||||
:interface "USB Ethernet"
|
||||
:usbid "0x04a9" "0x27a6"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "sane\-pixma" "5" "04 Apr 2017" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH "sane\-pixma" "5" "26 Apr 2017" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane\-pixma
|
||||
.SH NAME
|
||||
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
||||
|
@ -59,7 +59,7 @@ imageCLASS MF4410, MF4430, MF4570dw, MF4660, MF4690
|
|||
.br
|
||||
imageCLASS MF5730, MF5770, MF6550, MPC200, D420, D480, D530
|
||||
.br
|
||||
i-SENSYS MF3010, MF4320d, MF4330d, MF4500, MF4700, MF4800
|
||||
i-SENSYS MF230, MF3010, MF4320d, MF4330d, MF4500, MF4700, MF4800
|
||||
.br
|
||||
i-SENSYS MF6100, MF8200C, MF8300
|
||||
.br
|
||||
|
@ -103,7 +103,7 @@ imageCLASS MPC190
|
|||
.br
|
||||
imageRUNNER 1133
|
||||
.br
|
||||
i-SENSYS MF210, MF220, MF5880dn, MF5900, MF6680dn, MF8500C
|
||||
i-SENSYS MF210, MF220, MF240, MF5880dn, MF5900, MF6680dn, MF8500C
|
||||
.br
|
||||
MAXIFY MB2000, MB2300, MB5300
|
||||
.RE
|
||||
|
|
Ładowanie…
Reference in New Issue