kopia lustrzana https://gitlab.com/sane-project/backends
Add Driver Canon Pixma TS 6200 Serie.
rodzic
9e4344b33a
commit
2915756ae4
|
@ -264,6 +264,9 @@
|
|||
#define LIDE400_PID 0x1912 /* tested */
|
||||
#define LIDE300_PID 0x1913 /* tested */
|
||||
|
||||
/* 2019 new devices (untested) */
|
||||
#define TS6200_PID 0x1856
|
||||
|
||||
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
|
||||
#define XML_START_1 \
|
||||
"<?xml version=\"1.0\" encoding=\"utf-8\" ?>\
|
||||
|
@ -1957,5 +1960,8 @@ const pixma_config_t pixma_mp150_devices[] = {
|
|||
DEVICE ("CanoScan LiDE 400", "LIDE400", LIDE400_PID, 4800, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("CanoScan LiDE 300", "LIDE300", LIDE300_PID, 4800, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
|
||||
/* Latest devices (2019) Generation 5 CIS */
|
||||
DEVICE ("Canon PIXMA TS6200 Series", "TS6200", TS6200_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
|
||||
END_OF_DEVICE_LIST
|
||||
};
|
||||
|
|
|
@ -887,6 +887,12 @@
|
|||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS6200 Series"
|
||||
:interface "USB Ethernet WiFi"
|
||||
:usbid "0x04a9" "0x1856"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "imageCLASS D420"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26ef"
|
||||
|
|
|
@ -120,6 +120,8 @@ i-SENSYS MF220, MF410, MF630, MF5880dn, MF5900
|
|||
i-SENSYS MF6680dn, MF8500C
|
||||
.br
|
||||
MAXIFY MB5100, MB5300, MB5400
|
||||
.br
|
||||
PIXMA TS6200
|
||||
.RE
|
||||
.PP
|
||||
\#The following models may use partly the same Pixma protocol as other devices
|
||||
|
|
Ładowanie…
Reference in New Issue