kopia lustrzana https://gitlab.com/sane-project/backends
pixma: set 1 of modifications to support PIXMA MX350
modified: backend/pixma_mp150.cmerge-requests/1/head
rodzic
a6279b066b
commit
980b51a836
|
@ -148,10 +148,6 @@
|
||||||
#define MX320_PID 0x1736 /* untested */
|
#define MX320_PID 0x1736 /* untested */
|
||||||
#define MX330_PID 0x1737
|
#define MX330_PID 0x1737
|
||||||
|
|
||||||
/* PIXMA 2010 vintage */
|
|
||||||
#define MX340_PID 0x1741
|
|
||||||
#define MX350_PID 0x1742
|
|
||||||
|
|
||||||
/* Generation 4 */
|
/* Generation 4 */
|
||||||
#define MP250_PID 0x173a
|
#define MP250_PID 0x173a
|
||||||
#define MP270_PID 0x173b
|
#define MP270_PID 0x173b
|
||||||
|
@ -161,6 +157,10 @@
|
||||||
#define MP640_PID 0x173f
|
#define MP640_PID 0x173f
|
||||||
#define MP990_PID 0x1740
|
#define MP990_PID 0x1740
|
||||||
|
|
||||||
|
/* PIXMA 2010 vintage */
|
||||||
|
#define MX340_PID 0x1741
|
||||||
|
#define MX350_PID 0x1742
|
||||||
|
|
||||||
/* 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\" ?>\
|
||||||
|
|
Ładowanie…
Reference in New Issue