kopia lustrzana https://gitlab.com/sane-project/backends
rodzic
3b63fdab2b
commit
7e20475c8b
|
@ -233,6 +233,8 @@
|
||||||
#define MG6800_PID 0x178d
|
#define MG6800_PID 0x178d
|
||||||
#define MG5700_PID 0x178e
|
#define MG5700_PID 0x178e
|
||||||
|
|
||||||
|
/* 2016 new devices (untested) */
|
||||||
|
#define MG3000_PID 0x180b
|
||||||
|
|
||||||
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
|
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
|
||||||
#define XML_START_1 \
|
#define XML_START_1 \
|
||||||
|
@ -1846,5 +1848,8 @@ const pixma_config_t pixma_mp150_devices[] = {
|
||||||
DEVICE ("Canon PIXMA MG6800 Series", "MG6800", MG6800_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
DEVICE ("Canon PIXMA MG6800 Series", "MG6800", MG6800_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||||
DEVICE ("Canon PIXMA MG5700 Series", "MG5700", MG5700_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
DEVICE ("Canon PIXMA MG5700 Series", "MG5700", MG5700_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||||
|
|
||||||
|
/* Latest devices (2016) Generation 4 CIS */
|
||||||
|
DEVICE ("Canon PIXMA MG3000 Series", "MG3000", MG3000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||||
|
|
||||||
END_OF_DEVICE_LIST
|
END_OF_DEVICE_LIST
|
||||||
};
|
};
|
||||||
|
|
|
@ -100,6 +100,12 @@
|
||||||
:status :complete
|
:status :complete
|
||||||
:comment "All resolutions supported (up to 600DPI)."
|
:comment "All resolutions supported (up to 600DPI)."
|
||||||
|
|
||||||
|
:model "PIXMA MG3000 Series"
|
||||||
|
:interface "USB WiFi"
|
||||||
|
:usbid "0x04a9" "0x180b"
|
||||||
|
:status :untested
|
||||||
|
:comment "Testers needed!"
|
||||||
|
|
||||||
:model "PIXMA MG3100 Series"
|
:model "PIXMA MG3100 Series"
|
||||||
:interface "USB WiFi"
|
:interface "USB WiFi"
|
||||||
:usbid "0x04a9" "0x1752"
|
:usbid "0x04a9" "0x1752"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "sane\-pixma" "5" "12 Apr 2016" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
.TH "sane\-pixma" "5" "08 Oct 2016" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||||
.IX sane\-pixma
|
.IX sane\-pixma
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
||||||
|
@ -85,7 +85,7 @@ Feedback in the sane\-devel mailing list welcome.
|
||||||
.RS
|
.RS
|
||||||
PIXMA E400, E460, E480, E500, E510, E560, E600, E610
|
PIXMA E400, E460, E480, E500, E510, E560, E600, E610
|
||||||
.br
|
.br
|
||||||
PIXMA MG4100, MG5400, MG6500, MG6600, MG6800, MG6900
|
PIXMA MG3000, MG4100, MG5400, MG6500, MG6600, MG6800, MG6900
|
||||||
.br
|
.br
|
||||||
PIXMA MG8100
|
PIXMA MG8100
|
||||||
.br
|
.br
|
||||||
|
|
Ładowanie…
Reference in New Issue