kopia lustrzana https://gitlab.com/sane-project/backends
pixma: new scanners Canon MAXIFY MB5100, MB5400 Series
rodzic
b5e92b8b8d
commit
e8bdbe1f50
|
@ -255,6 +255,8 @@
|
||||||
#define E3100_PID 0x1828
|
#define E3100_PID 0x1828
|
||||||
|
|
||||||
/* 2018 new devices (untested) */
|
/* 2018 new devices (untested) */
|
||||||
|
#define MB5400_PID 0x178f
|
||||||
|
#define MB5100_PID 0x1790
|
||||||
#define TS9100_PID 0x1820
|
#define TS9100_PID 0x1820
|
||||||
#define TR8500_PID 0x1823
|
#define TR8500_PID 0x1823
|
||||||
#define TR7500_PID 0x1824
|
#define TR7500_PID 0x1824
|
||||||
|
@ -1930,6 +1932,8 @@ const pixma_config_t pixma_mp150_devices[] = {
|
||||||
DEVICE ("Canon PIXMA E3100 Series", "E3100", E3100_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
DEVICE ("Canon PIXMA E3100 Series", "E3100", E3100_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||||
|
|
||||||
/* Latest devices (2018) Generation 5 CIS */
|
/* Latest devices (2018) Generation 5 CIS */
|
||||||
|
DEVICE ("Canon MAXIFY MB5400 Series", "MB5400", MB5400_PID, 1200, 0, 0, 638, 1050, PIXMA_CAP_CIS | PIXMA_CAP_ADFDUP),
|
||||||
|
DEVICE ("Canon MAXIFY MB5100 Series", "MB5100", MB5100_PID, 1200, 0, 0, 638, 1050, PIXMA_CAP_CIS | PIXMA_CAP_ADFDUP),
|
||||||
DEVICE ("Canon PIXMA TS9100 Series", "TS9100", TS9100_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
DEVICE ("Canon PIXMA TS9100 Series", "TS9100", TS9100_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||||
DEVICE ("Canon PIXMA TR8500 Series", "TR8500", TR8500_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
DEVICE ("Canon PIXMA TR8500 Series", "TR8500", TR8500_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||||
DEVICE ("Canon PIXMA TR7500 Series", "TR7500", TR7500_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
DEVICE ("Canon PIXMA TR7500 Series", "TR7500", TR7500_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||||
|
|
|
@ -1247,12 +1247,24 @@
|
||||||
:status :good
|
:status :good
|
||||||
:comment "Flatbed works, All resolutions supported (up to 1200DPI), ADF does not work"
|
:comment "Flatbed works, All resolutions supported (up to 1200DPI), ADF does not work"
|
||||||
|
|
||||||
|
:model "MAXIFY MB5100 Series"
|
||||||
|
:interface "USB Ethernet WiFi"
|
||||||
|
:usbid "0x04a9" "0x1790"
|
||||||
|
:status :untested
|
||||||
|
:comment "Testers needed!"
|
||||||
|
|
||||||
:model "MAXIFY MB5300 Series"
|
:model "MAXIFY MB5300 Series"
|
||||||
:interface "USB Ethernet"
|
:interface "USB Ethernet"
|
||||||
:usbid "0x04a9" "0x1777"
|
:usbid "0x04a9" "0x1777"
|
||||||
:status :good
|
:status :good
|
||||||
:comment "1200dpi scans do not work"
|
:comment "1200dpi scans do not work"
|
||||||
|
|
||||||
|
:model "MAXIFY MB5400 Series"
|
||||||
|
:interface "USB Ethernet WiFi"
|
||||||
|
:usbid "0x04a9" "0x178f"
|
||||||
|
:status :untested
|
||||||
|
:comment "Testers needed!"
|
||||||
|
|
||||||
:model "CanoScan 8800F"
|
:model "CanoScan 8800F"
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
:usbid "0x04a9" "0x1901"
|
:usbid "0x04a9" "0x1901"
|
||||||
|
|
|
@ -113,7 +113,7 @@ i-SENSYS MF220, MF410, MF630, MF731/733, MF5880dn
|
||||||
.br
|
.br
|
||||||
i-SENSYS MF5900, MF6680dn, MF8500C
|
i-SENSYS MF5900, MF6680dn, MF8500C
|
||||||
.br
|
.br
|
||||||
MAXIFY MB5300
|
MAXIFY MB5100, MB5300, MB5400
|
||||||
.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