kopia lustrzana https://gitlab.com/sane-project/backends
pixma: new scanners PIXMA TS6130, TS6180, TS6230, TS6280, TS8100,
TS8130, TS8180, TS8200, TS8230, TS8280, TS9180, TS9580 Seriesmerge-requests/44/head
rodzic
adef553799
commit
6f4440152f
|
@ -265,14 +265,26 @@
|
|||
#define LIDE300_PID 0x1913 /* tested */
|
||||
|
||||
/* 2019 new devices (untested) */
|
||||
#define TS8100_PID 0x1821
|
||||
#define G3010_PID 0x183b
|
||||
#define G4010_PID 0x183d
|
||||
#define TS9180_PID 0x183e
|
||||
#define TS8180_PID 0x183f
|
||||
#define TS6180_PID 0x1840
|
||||
#define TR8580_PID 0x1841
|
||||
#define TS8130_PID 0x1842
|
||||
#define TS6130_PID 0x1843
|
||||
#define TR8530_PID 0x1844
|
||||
#define TR7530_PID 0x1845
|
||||
#define TR4500_PID 0x1854
|
||||
#define E4200_PID 0x1855
|
||||
#define TS6200_PID 0x1856
|
||||
#define TS6280_PID 0x1857
|
||||
#define TS6230_PID 0x1858
|
||||
#define TS8200_PID 0x1859
|
||||
#define TS8280_PID 0x185a
|
||||
#define TS8230_PID 0x185b
|
||||
#define TS9580_PID 0x185d
|
||||
#define TR9530_PID 0x185e
|
||||
|
||||
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
|
||||
|
@ -1969,14 +1981,26 @@ 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 TS8100 Series", "TS8100", TS8100_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_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 TS9180 Series", "TS9180", TS9180_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS8180 Series", "TS8180", TS8180_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS6180 Series", "TS6180", TS6180_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TR8580 Series", "TR8580", TR8580_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA TS8130 Series", "TS8130", TS8130_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS6130 Series", "TS6130", TS6130_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TR8530 Series", "TR8530", TR8530_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA TR7530 Series", "TR7530", TR7530_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA TR4500 Series", "TR4500", TR4500_PID, 1200, 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),
|
||||
DEVICE ("Canon PIXMA TS6280 Series", "TS6280", TS6280_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS6230 Series", "TS6230", TS6230_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS8200 Series", "TS8200", TS8200_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS8280 Series", "TS8280", TS8280_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS8230 Series", "TS8230", TS8230_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
DEVICE ("Canon PIXMA TS9580 Series", "TS9580", TS9580_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA TR9530 Series", "TR9530", TR9530_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
|
||||
END_OF_DEVICE_LIST
|
||||
|
|
|
@ -911,12 +911,78 @@
|
|||
:status :good
|
||||
:comment "All resolutions supported (up to 2400DPI). WiFi not working."
|
||||
|
||||
:model "PIXMA TS6130 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1843"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS6180 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1840"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS6200 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1856"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS6230 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1858"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS6280 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1857"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS8000 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1800"
|
||||
:status :good
|
||||
:comment "All resolutions supported (up to 2400DPI). WiFi not working."
|
||||
|
||||
:model "PIXMA TS8100 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1821"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS8130 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1842"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS8180 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x183f"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS8200 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x1859"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS8230 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x185b"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS8280 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x185a"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS9000 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x179f"
|
||||
|
@ -929,15 +995,22 @@
|
|||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS9500 Series"
|
||||
:model "PIXMA TS9180 Series"
|
||||
:interface "USB Ethernet WiFi"
|
||||
:usbid "0x04a9" "0x183e"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS9500 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x185c"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "PIXMA TS6200 Series"
|
||||
:interface "USB Ethernet WiFi"
|
||||
:usbid "0x04a9" "0x1856"
|
||||
:model "PIXMA TS9580 Series"
|
||||
:interface "USB WiFi"
|
||||
:usbid "0x04a9" "0x185d"
|
||||
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
|
|
|
@ -109,6 +109,12 @@ PIXMA G3000, G3010, G4000, G4010
|
|||
.br
|
||||
PIXMA TR4500, TR7500, TR7530, TR8500, TR8530, TR8580, TR9530
|
||||
.br
|
||||
PIXMA TS5100, TS6000, TS6130, TS6180, TS6200, TS6230, TS6280
|
||||
.br
|
||||
PIXMA TS8100, TS8130, TS8180, TS8200, TS8230, TS8280, TS9000
|
||||
.br
|
||||
PIXMA TS9100, TS9180, TS9500, TS9580
|
||||
.br
|
||||
PIXUS MP5
|
||||
.br
|
||||
imageCLASS MF810/820, MF5630, MF5650, MF5750, MF8170c
|
||||
|
@ -120,8 +126,6 @@ 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