new scanners Canon Pixma MG2200, MG3200, MG5400, MX390, MX450, MX520 and MX920

all scanners need further testing
merge-requests/1/head
Rolf Bensch 2013-04-11 22:05:09 +02:00
rodzic 9fc683d883
commit db8a565bc1
4 zmienionych plików z 68 dodań i 5 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2013-04-11 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
New scanners Canon Pixma MG2200, MG3200, MG5400, MX390, MX450, MX520 and
MX920. All scanners need further testing.
2012-04-03 Alex Belkin <abc at telekom.ru>
* doc/descriptions/xerox_mfp.desc: add Samsung SCX-4835FD networked
support, reported by Dave Lewis. USB mode doesn't work.

Wyświetl plik

@ -186,10 +186,19 @@
#define E600_PID 0x175A
#define MG4200_PID 0x1763
/* 2013 new devices (untested) */
/* 2013 new devices */
#define MP230_PID 0x175F
#define MG6300_PID 0x1765
/* 2013 new devices (untested) */
#define MG2200_PID 0x1760
#define MG3200_PID 0x1762
#define MG5400_PID 0x1764
#define MX390_PID 0x1766
#define MX450_PID 0x1768
#define MX520_PID 0x1769
#define MX920_PID 0x176b
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
#define XML_START_1 \
@ -1716,7 +1725,14 @@ const pixma_config_t pixma_mp150_devices[] = {
/* Latest devices (2013) Generation 4 CIS */
DEVICE ("Canon PIXMA MP230", "MP230", MP230_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA MG6300", "MG6300", MG6300_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA MG2200 Series", "MG2200", MG2200_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA MG3200 Series", "MG3200", MG3200_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA MG5400 Series", "MG5400", MG5400_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA MG6300 Series", "MG6300", MG6300_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA MX390 Series", "MX390", MX390_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA MX450 Series", "MX450", MX450_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA MX520 Series", "MX520", MX520_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA MX920 Series", "MX920", MX920_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
END_OF_DEVICE_LIST
};

Wyświetl plik

@ -42,12 +42,24 @@
:status :complete
:comment "All resolutions supported (up to 1200DPI)."
:model "PIXMA MG2200 Series"
:interface "USB"
:usbid "0x04a9" "0x1760"
:status :untested
:comment "Testers needed!"
:model "PIXMA MG3100 Series"
:interface "USB"
:usbid "0x04a9" "0x1752"
:status :complete
:comment "All resolutions supported (up to 1200DPI)."
:model "PIXMA MG3200 Series"
:interface "USB"
:usbid "0x04a9" "0x1762"
:status :untested
:comment "Testers needed!"
:model "PIXMA MG4100 Series"
:interface "USB"
:usbid "0x04a9" "0x1753"
@ -78,6 +90,12 @@
:status :complete
:comment "All resolutions supported (up to 2400DPI)."
:model "PIXMA MG5400 Series"
:interface "USB"
:usbid "0x04a9" "0x1764"
:status :untested
:comment "Testers needed!"
:model "PIXMA MG6100 Series"
:interface "USB"
:usbid "0x04a9" "0x174a"
@ -481,6 +499,12 @@
:status :complete
:comment "Flatbed and ADF scan. All resolutions supported (up to 1200DPI)."
:model "PIXMA MX390 Series"
:interface "USB"
:usbid "0x04a9" "0x1766"
:status :untested
:comment "Testers needed!"
:model "PIXMA MX410"
:interface "USB Ethernet"
:usbid "0x04a9" "0x174e"
@ -499,12 +523,24 @@
:status :untested
:comment "Testers needed!"
:model "PIXMA MX450 Series"
:interface "USB"
:usbid "0x04a9" "0x1768"
:status :untested
:comment "Testers needed!"
:model "PIXMA MX510 Series"
:interface "USB Ethernet"
:usbid "0x04a9" "0x175c"
:status :untested
:comment "Testers needed!"
:model "PIXMA MX520 Series"
:interface "USB"
:usbid "0x04a9" "0x1769"
:status :untested
:comment "Testers needed!"
:model "PIXMA MX700"
:interface "USB Ethernet"
:usbid "0x04a9" "0x1729"
@ -559,6 +595,12 @@
:status :complete
:comment "All resolutions supported (up to 2400DPI). Flatbed, ADF simplex and Duplex supported, ADF empty buggy."
:model "PIXMA MX920 Series"
:interface "USB"
:usbid "0x04a9" "0x176b"
:status :untested
:comment "Testers needed!"
:model "PIXMA MX7600"
:interface "USB Ethernet"
:usbid "0x04a9" "0x171c"

Wyświetl plik

@ -1,4 +1,4 @@
.TH "sane\-pixma" "5" "21 Mar 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.TH "sane\-pixma" "5" "11 Apr 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-pixma
.SH NAME
.B sane\-pixma
@ -79,13 +79,13 @@ Feedback in the sane\-devel mailing list welcome.
.RS
PIXMA E500, E600
.br
PIXMA MG4100, MG5200
PIXMA MG2200, MG3200, MG4100, MG5200, MG5400
.br
PIXMA MG8100, MG8200
.br
PIXMA MP375R, MP493, MP495, MP740
.br
PIXMA MX320, MX410, MX430, MX510, MX710
PIXMA MX320, MX390, MX410, MX430, MX450, MX510, MX520, MX710, MX920
.br
ImageCLASS MF5630, MF5650, MF5750, MF8030, MF8170c
.br