kopia lustrzana https://gitlab.com/sane-project/backends
pixma: add 2 models
rodzic
8cd1488e3c
commit
7ec4074fbd
|
@ -332,6 +332,11 @@
|
||||||
#define GX7000_PID 0x18A8
|
#define GX7000_PID 0x18A8
|
||||||
#define TS5400_PID 0x18D8
|
#define TS5400_PID 0x18D8
|
||||||
|
|
||||||
|
/* 2022 new device (untested) */
|
||||||
|
#define TS2400_PID 0x1108
|
||||||
|
#define TS2600_PID 0x1107
|
||||||
|
|
||||||
|
|
||||||
/* 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\" ?>\
|
||||||
|
@ -1958,6 +1963,8 @@ const pixma_config_t pixma_mp150_devices[] = {
|
||||||
DEVICE ("Canon PIXMA GX6000 Series", "GX6000", GX6000_PID, 0, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
DEVICE ("Canon PIXMA GX6000 Series", "GX6000", GX6000_PID, 0, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||||
DEVICE ("Canon PIXMA GX7000 Series", "GX7000", GX7000_PID, 0, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
DEVICE ("Canon PIXMA GX7000 Series", "GX7000", GX7000_PID, 0, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||||
DEVICE ("Canon PIXMA TS5400 Series", "TS5400", TS5400_PID, 0, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
DEVICE ("Canon PIXMA TS5400 Series", "TS5400", TS5400_PID, 0, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||||
|
DEVICE ("Canon PIXMA TS2400 Series", "TS2400", TS2400_PID, 0, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||||
|
DEVICE ("Canon PIXMA TS2600 Series", "TS2600", TS2600_PID, 0, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||||
|
|
||||||
END_OF_DEVICE_LIST
|
END_OF_DEVICE_LIST
|
||||||
};
|
};
|
||||||
|
|
|
@ -1013,6 +1013,18 @@
|
||||||
:status :untested
|
:status :untested
|
||||||
:comment "Testers needed!"
|
:comment "Testers needed!"
|
||||||
|
|
||||||
|
:model "PIXMA TS2400 Series"
|
||||||
|
:interface "USB WiFi"
|
||||||
|
:usbid "0x04a9" "0x1108"
|
||||||
|
:status :good
|
||||||
|
:comment "All resolutions supported (up to 600DPI). WiFi not working."
|
||||||
|
|
||||||
|
:model "PIXMA TS2600 Series"
|
||||||
|
:interface "USB WiFi"
|
||||||
|
:usbid "0x04a9" "0x1107"
|
||||||
|
:status :good
|
||||||
|
:comment "All resolutions supported (up to 600DPI). WiFi not working."
|
||||||
|
|
||||||
:model "PIXMA TS3100 Series"
|
:model "PIXMA TS3100 Series"
|
||||||
:interface "USB WiFi"
|
:interface "USB WiFi"
|
||||||
:usbid "0x04a9" "0x1827"
|
:usbid "0x04a9" "0x1827"
|
||||||
|
|
|
@ -57,11 +57,11 @@ PIXMA MX850, MX860, MX870, MX882, MX885, MX890, MX920, MX7600
|
||||||
.br
|
.br
|
||||||
PIXMA TR4500, TR4600, TR4700
|
PIXMA TR4500, TR4600, TR4700
|
||||||
.br
|
.br
|
||||||
PIXMA TS3100, TS3300, TS3450, TS3451, TS3452, TS3500, TS5000
|
PIXMA TS2400, TS2600, TS3100, TS3300, TS3450, TS3451, TS3452
|
||||||
.br
|
.br
|
||||||
PIXMA TS5100, TS5350i, TS5400, TS6100, TS6200, TS7530, TS7450i
|
PIXMA TS3500, TS5000, TS5100, TS5350i, TS5400, TS6100, TS6200
|
||||||
.br
|
.br
|
||||||
PIXMA TS8000, TS8530, TS8200
|
PIXMA TS7530, TS7450i ,TS8000, TS8530, TS8200
|
||||||
.br
|
.br
|
||||||
PIXUS MP10
|
PIXUS MP10
|
||||||
.br
|
.br
|
||||||
|
|
Ładowanie…
Reference in New Issue