pixma: new scanners Canon PIXMA TR4500, TR7350, TR8530, TR8580, TR9530 Series

merge-requests/44/head
Rolf Bensch 2019-03-11 17:26:29 +01:00
rodzic 83ddbd0fc4
commit adef553799
3 zmienionych plików z 41 dodań i 1 usunięć

Wyświetl plik

@ -267,8 +267,13 @@
/* 2019 new devices (untested) */ /* 2019 new devices (untested) */
#define G3010_PID 0x183b #define G3010_PID 0x183b
#define G4010_PID 0x183d #define G4010_PID 0x183d
#define TR8580_PID 0x1841
#define TR8530_PID 0x1844
#define TR7530_PID 0x1845
#define TR4500_PID 0x1854
#define E4200_PID 0x1855 #define E4200_PID 0x1855
#define TS6200_PID 0x1856 #define TS6200_PID 0x1856
#define TR9530_PID 0x185e
/* 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 \
@ -1966,8 +1971,13 @@ const pixma_config_t pixma_mp150_devices[] = {
/* Latest devices (2019) Generation 5 CIS */ /* Latest devices (2019) Generation 5 CIS */
DEVICE ("Canon PIXMA G3010 Series", "G3010", G3010_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS), DEVICE ("Canon PIXMA G3010 Series", "G3010", G3010_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA G4010 Series", "G4010", G4010_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF), DEVICE ("Canon PIXMA G4010 Series", "G4010", G4010_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA TR8580 Series", "TR8580", TR8580_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA TR8530 Series", "TR8530", TR8530_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA TR7530 Series", "TR7530", TR7530_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA TR4500 Series", "TR4500", TR4500_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA E4200 Series", "E4200", E4200_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF), DEVICE ("Canon PIXMA E4200 Series", "E4200", E4200_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA TS6200 Series", "TS6200", TS6200_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS), DEVICE ("Canon PIXMA TS6200 Series", "TS6200", TS6200_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
DEVICE ("Canon PIXMA TR9530 Series", "TR9530", TR9530_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
END_OF_DEVICE_LIST END_OF_DEVICE_LIST
}; };

Wyświetl plik

@ -839,18 +839,48 @@
:status :complete :status :complete
:comment "Flatbed and ADF scan. All resolutions supported (up to 4800DPI)" :comment "Flatbed and ADF scan. All resolutions supported (up to 4800DPI)"
:model "PIXMA TR4500 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x1854"
:status :untested
:comment "Testers needed!"
:model "PIXMA TR7500 Series" :model "PIXMA TR7500 Series"
:interface "USB WiFi" :interface "USB WiFi"
:usbid "0x04a9" "0x1824" :usbid "0x04a9" "0x1824"
:status :untested :status :untested
:comment "Testers needed!" :comment "Testers needed!"
:model "PIXMA TR7530 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x1845"
:status :untested
:comment "Testers needed!"
:model "PIXMA TR8500 Series" :model "PIXMA TR8500 Series"
:interface "USB Ethernet WiFi" :interface "USB Ethernet WiFi"
:usbid "0x04a9" "0x1823" :usbid "0x04a9" "0x1823"
:status :untested :status :untested
:comment "Testers needed!" :comment "Testers needed!"
:model "PIXMA TR8530 Series"
:interface "USB Ethernet WiFi"
:usbid "0x04a9" "0x1844"
:status :untested
:comment "Testers needed!"
:model "PIXMA TR8580 Series"
:interface "USB Ethernet WiFi"
:usbid "0x04a9" "0x1841"
:status :untested
:comment "Testers needed!"
:model "PIXMA TR9530 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x185e"
:status :untested
:comment "Testers needed!"
:model "PIXMA TS3100 Series" :model "PIXMA TS3100 Series"
:interface "USB WiFi" :interface "USB WiFi"
:usbid "0x04a9" "0x1827" :usbid "0x04a9" "0x1827"

Wyświetl plik

@ -107,7 +107,7 @@ PIXMA MX320, MX390, MX430, MX450, MX490, MX710
.br .br
PIXMA G3000, G3010, G4000, G4010 PIXMA G3000, G3010, G4000, G4010
.br .br
PIXMA TR7500, TR8500, TS5100, TS6000, TS9000, TS9100, TS9500 PIXMA TR4500, TR7500, TR7530, TR8500, TR8530, TR8580, TR9530
.br .br
PIXUS MP5 PIXUS MP5
.br .br