new scanners Canon Pixma MX510 and Canon Pixma MX890

both are untested
merge-requests/1/head
Rolf Bensch 2012-04-04 18:49:32 +02:00
rodzic 9fc0ac9d1b
commit d723944fae
4 zmienionych plików z 26 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2012-04-04 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 MX510 and Canon Pixma MX890. Both are untested.
2012-04-04 Rolf Bensch <rolf at bensch hyphen online dot de> 2012-04-04 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma.[ch], backend/pixma_mp810.c, po/de.po: color and grayscale * backend/pixma.[ch], backend/pixma_mp810.c, po/de.po: color and grayscale
negatives scan in TPU mode, for CS8800F and CS9000F. negatives scan in TPU mode, for CS8800F and CS9000F.

Wyświetl plik

@ -173,6 +173,11 @@
#define MG6200_PID 0x1755 #define MG6200_PID 0x1755
#define MP493_PID 0x1757 #define MP493_PID 0x1757
/* 2012 new devices (untested) */
#define MX510_PID 0x175C
#define MX890_PID 0x175E
/* 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 \
"<?xml version=\"1.0\" encoding=\"utf-8\" ?>\ "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\
@ -1618,5 +1623,9 @@ const pixma_config_t pixma_mp150_devices[] = {
DEVICE ("Canon PIXMA MG6200", "MG6200", MG6200_PID, 4800, 0, 0, 638, 877, PIXMA_CAP_CIS), DEVICE ("Canon PIXMA MG6200", "MG6200", MG6200_PID, 4800, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA MP493", "MP493", MP493_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS), DEVICE ("Canon PIXMA MP493", "MP493", MP493_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
/* Latest devices (2012) Generation 4 CIS/CCD */
DEVICE ("Canon PIXMA MX510 Series", "MX510", MX510_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA MX890 Series", "MX890", MX890_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
END_OF_DEVICE_LIST END_OF_DEVICE_LIST
}; };

Wyświetl plik

@ -265,6 +265,12 @@
:status :complete :status :complete
:comment "Flatbed and ADF scan. All resolutions supported (up to 1200DPI). ADF empty buggy." :comment "Flatbed and ADF scan. All resolutions supported (up to 1200DPI). ADF empty buggy."
:model "PIXMA MX510 Series"
:interface "USB"
:usbid "0x04a9" "0x175c"
:status :untested
:comment "All resolutions supported (up to 1200DPI)"
:model "PIXMA MX700" :model "PIXMA MX700"
:interface "USB Ethernet" :interface "USB Ethernet"
:usbid "0x04a9" "0x1729" :usbid "0x04a9" "0x1729"
@ -295,6 +301,12 @@
:status :complete :status :complete
:comment "All resolutions supported (up to 2400DPI). Flatbed, ADF simplex and Duplex supported, ADF empty buggy." :comment "All resolutions supported (up to 2400DPI). Flatbed, ADF simplex and Duplex supported, ADF empty buggy."
:model "PIXMA MX890 Series"
:interface "USB"
:usbid "0x04a9" "0x175e"
:status :untested
:comment "All resolutions supported (up to 2400DPI)"
:model "PIXMA MX7600" :model "PIXMA MX7600"
:interface "USB Ethernet" :interface "USB Ethernet"
:usbid "0x04a9" "0x171c" :usbid "0x04a9" "0x171c"

Wyświetl plik

@ -63,7 +63,7 @@ Feedback in the Sane-dev mailing list welcome.
.RS .RS
PIXMA MP375R, MP740 PIXMA MP375R, MP740
.br .br
PIXMA MX320 PIXMA MX320, MX510, MX890
.br .br
ImageCLASS MF5630, MF5650, MF5730, MF5750, MF8170c ImageCLASS MF5630, MF5650, MF5730, MF5750, MF8170c
.RE .RE