kopia lustrzana https://gitlab.com/sane-project/backends
new scanners Canon PIXMA G3000, E470, G3000, TS5000, TS6000, TS8000 and TS9000 [#315658]
rodzic
a2e2657272
commit
66ce95a5a1
|
@ -234,7 +234,13 @@
|
|||
#define MG5700_PID 0x178e
|
||||
|
||||
/* 2016 new devices (untested) */
|
||||
#define TS9000_PID 0x179f
|
||||
#define TS8000_PID 0x1800
|
||||
#define TS6000_PID 0x1801
|
||||
#define TS5000_PID 0x1802
|
||||
#define MG3000_PID 0x180b
|
||||
#define E470_PID 0x180c
|
||||
#define G3000_PID 0x181d
|
||||
|
||||
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
|
||||
#define XML_START_1 \
|
||||
|
@ -1847,7 +1853,13 @@ const pixma_config_t pixma_mp150_devices[] = {
|
|||
DEVICE ("Canon PIXMA MG5700 Series", "MG5700", MG5700_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
|
||||
/* Latest devices (2016) Generation 4 CIS */
|
||||
DEVICE ("Canon PIXMA TS9000 Series", "TS9000", TS9000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS8000 Series", "TS8000", TS8000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS6000 Series", "TS6000", TS6000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS5000 Series", "TS5000", TS5000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA MG3000 Series", "MG3000", MG3000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA E470 Series", "E470", E470_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA G4000 Series", "G3000", G3000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
|
||||
END_OF_DEVICE_LIST
|
||||
};
|
||||
|
|
|
@ -34,6 +34,12 @@
|
|||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA E470 Series"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x180c"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA E480 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1789"
|
||||
|
@ -70,6 +76,12 @@
|
|||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA G3000"
|
||||
:interface "USB WIFI"
|
||||
:usbid "0x04a9" "0x181d"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA MG2100 Series"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1751"
|
||||
|
@ -779,6 +791,30 @@
|
|||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 4800DPI)"
|
||||
|
||||
:model "PIXMA TS9000 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x179f"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS8000 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1800"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS6000 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1801"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS5000 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x18022"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "imageCLASS D420"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26ef"
|
||||
|
|
|
@ -83,7 +83,7 @@ in the backend so that they get recognized and activated.
|
|||
Feedback in the sane\-devel mailing list welcome.
|
||||
.PP
|
||||
.RS
|
||||
PIXMA E400, E460, E480, E500, E510, E560, E600, E610
|
||||
PIXMA E400, E460, E470, E480, E500, E510, E560, E600, E610
|
||||
.br
|
||||
PIXMA MG3000, MG4100, MG6500, MG6600, MG6800, MG6900, MG8100
|
||||
.br
|
||||
|
@ -91,6 +91,10 @@ PIXMA MP375R, MP493, MP495, MP740
|
|||
.br
|
||||
PIXMA MX320, MX390, MX430, MX450, MX490, MX710
|
||||
.br
|
||||
PIXMA G3000
|
||||
.br
|
||||
PIXMA TS9000, TS800, TS6000, TS5000
|
||||
.br
|
||||
PIXUS MP5
|
||||
.br
|
||||
imageCLASS MF810/820, MF5630, MF5650, MF5750, MF8030, MF8170c
|
||||
|
|
Ładowanie…
Reference in New Issue