kopia lustrzana https://gitlab.com/sane-project/backends
pixma: new scanners Canon PIXMA G3010, G4010 Series
rodzic
96e6eff1ae
commit
83ddbd0fc4
|
@ -265,6 +265,8 @@
|
|||
#define LIDE300_PID 0x1913 /* tested */
|
||||
|
||||
/* 2019 new devices (untested) */
|
||||
#define G3010_PID 0x183b
|
||||
#define G4010_PID 0x183d
|
||||
#define E4200_PID 0x1855
|
||||
#define TS6200_PID 0x1856
|
||||
|
||||
|
@ -1962,6 +1964,8 @@ const pixma_config_t pixma_mp150_devices[] = {
|
|||
DEVICE ("CanoScan LiDE 300", "LIDE300", LIDE300_PID, 4800, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
|
||||
/* Latest devices (2019) Generation 5 CIS */
|
||||
DEVICE ("Canon PIXMA G3010 Series", "G3010", G3010_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA G4010 Series", "G4010", G4010_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA E4200 Series", "E4200", E4200_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA TS6200 Series", "TS6200", TS6200_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
|
||||
|
|
|
@ -112,12 +112,24 @@
|
|||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA G3010 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x183b"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA G4000 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x181d"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA G4010 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x183d"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA MG2100 Series"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1751"
|
||||
|
|
|
@ -105,7 +105,7 @@ PIXMA MP375R, MP493, MP495, MP740
|
|||
.br
|
||||
PIXMA MX320, MX390, MX430, MX450, MX490, MX710
|
||||
.br
|
||||
PIXMA G3000, G4000
|
||||
PIXMA G3000, G3010, G4000, G4010
|
||||
.br
|
||||
PIXMA TR7500, TR8500, TS5100, TS6000, TS9000, TS9100, TS9500
|
||||
.br
|
||||
|
|
Ładowanie…
Reference in New Issue