new scanner Canon Pixma MG6300

merge-requests/1/head
Rolf Bensch 2013-03-15 22:39:54 +01:00
rodzic cb943124b8
commit d8242a49a5
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -186,6 +186,9 @@
#define E600_PID 0x175A
#define MG4200_PID 0x1763
/* 2013 new devices (untested) */
#define MG6300_PID 0x1765
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
#define XML_START_1 \
@ -1708,5 +1711,8 @@ const pixma_config_t pixma_mp150_devices[] = {
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),
/* Latest devices (2013) Generation 4 CIS */
DEVICE ("Canon PIXMA MG6300", "MG6300", MG6300_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
END_OF_DEVICE_LIST
};