kopia lustrzana https://gitlab.com/sane-project/backends
pixma: new scanner Canon i-SENSYS MF630 Series [#315892]
rodzic
e6db7a8f14
commit
a873a5e444
|
|
@ -107,6 +107,7 @@
|
|||
#define MF230_PID 0x27d1
|
||||
#define MF240_PID 0x27d2
|
||||
#define MF630_PID 0x27e1
|
||||
#define MF730_PID 0x27e4
|
||||
|
||||
|
||||
enum iclass_state_t
|
||||
|
|
@ -948,5 +949,6 @@ const pixma_config_t pixma_iclass_devices[] = {
|
|||
DEV ("Canon i-SENSYS MF240 Series", "MF240", MF240_PID, 600, 300, 634, 1050, PIXMA_CAP_ADF), /* max. w = 215mm, */
|
||||
/* TODO: fix black stripes for 216mm @ 600dpi */
|
||||
DEV ("Canon i-SENSYS MF630 Series", "MF630", MF630_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP),
|
||||
DEV ("Canon i-SENSYS MF730 Series", "MF730", MF730_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP),
|
||||
DEV (NULL, NULL, 0, 0, 0, 0, 0, 0)
|
||||
};
|
||||
|
|
|
|||
|
|
@ -893,6 +893,12 @@
|
|||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "i-SENSYS MF730 Series"
|
||||
:interface "USB Ethernet WiFi"
|
||||
:usbid "0x04a9" "0x27e4"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "i-SENSYS MF810/820"
|
||||
:interface "USB Ethernet"
|
||||
:usbid "0x04a9" "0x27a6"
|
||||
|
|
|
|||
|
|
@ -107,7 +107,9 @@ imageCLASS MPC190
|
|||
.br
|
||||
imageRUNNER 1133
|
||||
.br
|
||||
i-SENSYS MF220, MF620, MF630, MF5880dn, MF5900, MF6680dn, MF8500C
|
||||
i-SENSYS MF220, MF620, MF630, MF730, MF5880dn, MF5900, MF6680dn
|
||||
.br
|
||||
i-SENSYS MF8500C
|
||||
.br
|
||||
MAXIFY MB2300, MB5300
|
||||
.RE
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue