kopia lustrzana https://gitlab.com/sane-project/backends
new scanner Canon Pixma MG4200
rodzic
51a235bcfd
commit
4dd4f4f98e
|
@ -1,3 +1,7 @@
|
|||
2012-12-31 Rolf Bensch <rolf at bensch hyphen online dot de>
|
||||
* backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
|
||||
New scanner Canon Pixma MG4200 reported by nuxer.
|
||||
|
||||
2012-12-28 Alex Belkin <abc at telekom.ru>
|
||||
* backend/xerox_mfp.conf.in doc/descriptions/xerox_mfp.desc: usb id
|
||||
for Samsung CLX-3300 Series, reported by Jarkko A-L.
|
||||
|
|
|
@ -184,6 +184,7 @@
|
|||
#define MX710_PID 0x175D
|
||||
#define MX890_PID 0x175E
|
||||
#define E600_PID 0x175A
|
||||
#define MG4200_PID 0x1763
|
||||
|
||||
|
||||
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
|
||||
|
@ -1673,6 +1674,7 @@ const pixma_config_t pixma_mp150_devices[] = {
|
|||
DEVICE ("Canon PIXMA MX710 Series", "MX710", MX710_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADFDUP),
|
||||
DEVICE ("Canon PIXMA MX890 Series", "MX890", MX890_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADFDUP),
|
||||
DEVICE ("Canon PIXMA E600 Series", "E600", E600_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA MG4200", "MG4200", MG4200_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
|
||||
END_OF_DEVICE_LIST
|
||||
};
|
||||
|
|
|
@ -54,6 +54,12 @@
|
|||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA MG4200 Series"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1763"
|
||||
:status :complete
|
||||
:comment "All resolutions supported (up to 1200DPI)."
|
||||
|
||||
:model "PIXMA MG5100 Series"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1748"
|
||||
|
|
|
@ -17,7 +17,7 @@ using Canon's BJNP protocol.
|
|||
Currently, the following models work with this backend:
|
||||
.PP
|
||||
.RS
|
||||
PIXMA MG3100, MG5300, MG6100, MG6200
|
||||
PIXMA MG3100, MG4200, MG5300, MG6100, MG6200
|
||||
.br
|
||||
PIXMA MP140, MP150, MP160, MP170, MP180, MP190
|
||||
.br
|
||||
|
|
Ładowanie…
Reference in New Issue