kopia lustrzana https://gitlab.com/sane-project/backends
pixma: new scanners Canon PIXMA TR4500, TR7350, TR8530, TR8580, TR9530 Series
rodzic
83ddbd0fc4
commit
adef553799
|
@ -267,8 +267,13 @@
|
|||
/* 2019 new devices (untested) */
|
||||
#define G3010_PID 0x183b
|
||||
#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 TS6200_PID 0x1856
|
||||
#define TR9530_PID 0x185e
|
||||
|
||||
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
|
||||
#define XML_START_1 \
|
||||
|
@ -1966,8 +1971,13 @@ const pixma_config_t pixma_mp150_devices[] = {
|
|||
/* 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 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 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
|
||||
};
|
||||
|
|
|
@ -839,18 +839,48 @@
|
|||
:status :complete
|
||||
: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"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1824"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TR7530 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1845"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TR8500 Series"
|
||||
:interface "USB Ethernet WiFi"
|
||||
:usbid "0x04a9" "0x1823"
|
||||
:status :untested
|
||||
: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"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1827"
|
||||
|
|
|
@ -107,7 +107,7 @@ PIXMA MX320, MX390, MX430, MX450, MX490, MX710
|
|||
.br
|
||||
PIXMA G3000, G3010, G4000, G4010
|
||||
.br
|
||||
PIXMA TR7500, TR8500, TS5100, TS6000, TS9000, TS9100, TS9500
|
||||
PIXMA TR4500, TR7500, TR7530, TR8500, TR8530, TR8580, TR9530
|
||||
.br
|
||||
PIXUS MP5
|
||||
.br
|
||||
|
|
Ładowanie…
Reference in New Issue