kopia lustrzana https://gitlab.com/sane-project/backends
new scanner Canon i-SENSYS MF5880dn
rodzic
580b55cb19
commit
320b2c5582
|
@ -84,6 +84,7 @@
|
|||
#define MF5630_PID 0x264e
|
||||
#define MF5650_PID 0x264f
|
||||
#define MF8100_PID 0x2659
|
||||
#define MF5880_PID 0x26f9
|
||||
#define MF8030_PID 0x2707
|
||||
#define MF4550_PID 0x2736
|
||||
|
||||
|
@ -735,5 +736,6 @@ const pixma_config_t pixma_iclass_devices[] = {
|
|||
DEV ("Canon laserBase MF5650", "MF5650", MF5650_PID, 600, 640, 877, PIXMA_CAP_ADF),
|
||||
DEV ("Canon imageCLASS MF8170c", "MF8170c", MF8100_PID, 600, 640, 877, PIXMA_CAP_ADF),
|
||||
DEV ("Canon imageClass MF8030", "MF8030", MF8030_PID, 600, 640, 877, PIXMA_CAP_ADF),
|
||||
DEV ("Canon i-SENSYS MF5880dn", "MF5880", MF5880_PID, 600, 640, 877, PIXMA_CAP_ADFDUP),
|
||||
DEV (NULL, NULL, 0, 0, 0, 0, 0)
|
||||
};
|
||||
|
|
|
@ -709,6 +709,12 @@
|
|||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)."
|
||||
|
||||
:model "i-SENSYS MF5880dn"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26f9"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "imageCLASS MF6500 series"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x2686"
|
||||
|
|
|
@ -88,6 +88,8 @@ PIXMA MP375R, MP493, MP495, MP740
|
|||
PIXMA MX320, MX410, MX430, MX510, MX710
|
||||
.br
|
||||
ImageCLASS MF5630, MF5650, MF5750, MF8030, MF8170c
|
||||
.br
|
||||
I-SENSYS MF5880dn
|
||||
.RE
|
||||
.PP
|
||||
\#The following models may use partly the same Pixma protocol as other devices
|
||||
|
|
Ładowanie…
Reference in New Issue