kopia lustrzana https://gitlab.com/sane-project/backends
pixma: new scanner Canon PIXMA TS9500 Series
rodzic
08a638dc31
commit
2f3cdcb580
|
@ -260,6 +260,7 @@
|
|||
#define TS9100_PID 0x1820
|
||||
#define TR8500_PID 0x1823
|
||||
#define TR7500_PID 0x1824
|
||||
#define TS9500_PID 0x185c
|
||||
|
||||
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
|
||||
#define XML_START_1 \
|
||||
|
@ -1939,6 +1940,7 @@ const pixma_config_t pixma_mp150_devices[] = {
|
|||
DEVICE ("Canon PIXMA TS9100 Series", "TS9100", TS9100_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TR8500 Series", "TR8500", TR8500_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA TR7500 Series", "TR7500", TR7500_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA TS9500 Series", "TS9500", TS9500_PID, 1200, 0, 600, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
|
||||
END_OF_DEVICE_LIST
|
||||
};
|
||||
|
|
|
@ -875,6 +875,12 @@
|
|||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS9500 Series"
|
||||
:interface "USB Ethernet WiFi"
|
||||
:usbid "0x04a9" "0x185c"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "imageCLASS D420"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26ef"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "sane\-pixma" "5" "28 Oct 2018" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH "sane\-pixma" "5" "20 Dec 2018" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane\-pixma
|
||||
.SH NAME
|
||||
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
||||
|
@ -101,7 +101,7 @@ PIXMA MX320, MX390, MX430, MX450, MX490, MX710
|
|||
.br
|
||||
PIXMA G2000, G3000, G4000
|
||||
.br
|
||||
PIXMA TR7500, TR8500, TS5100, TS6000, TS9000, TS9100
|
||||
PIXMA TR7500, TR8500, TS5100, TS6000, TS9000, TS9100, TS9500
|
||||
.br
|
||||
PIXUS MP5
|
||||
.br
|
||||
|
|
Ładowanie…
Reference in New Issue