kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'mikef-MF733C' into 'master'
Mikef mf733 c See merge request sane-project/backends!42merge-requests/43/head
commit
73645abba0
|
@ -957,6 +957,7 @@ const pixma_config_t pixma_iclass_devices[] = {
|
|||
DEV ("Canon i-SENSYS MF630 Series", "MF630", MF630_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP),
|
||||
DEV ("Canon i-SENSYS MF730 Series", "MF730", MF730_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP),
|
||||
DEV ("Canon i-SENSYS MF731C", "MF731", MF731_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP),
|
||||
DEV ("Canon imageCLASS MF733C", "MF731C/733C", MF731_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP),
|
||||
DEV ("Canon imageCLASS D570", "D570", D570_PID, 600, 0, 640, 877, 0),
|
||||
DEV (NULL, NULL, 0, 0, 0, 0, 0, 0)
|
||||
};
|
||||
|
|
|
@ -965,6 +965,13 @@
|
|||
:status :good
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI). Ethernet and WiFi not tested yet"
|
||||
|
||||
|
||||
:model "imageCLASS MF733Cdw"
|
||||
:interface "USB Ethernet WiFi"
|
||||
:usbid "0x04a9" "0x27e5"
|
||||
:status :good
|
||||
:comment "Working up to 600DPI"
|
||||
|
||||
:model "i-SENSYS MF731/733"
|
||||
:interface "USB Ethernet WiFi"
|
||||
:usbid "0x04a9" "0x27e5"
|
||||
|
|
|
@ -55,6 +55,8 @@ PIXUS MP10
|
|||
.br
|
||||
PIXMA TS3100, TS5000, TS6100, TS8000
|
||||
.br
|
||||
imageCLASS MF733Cdw
|
||||
.br
|
||||
imageCLASS MF3110, MF3240, MF4010, MF4018
|
||||
.br
|
||||
imageCLASS MF4120, MF4122, MF4140, MF4150
|
||||
|
|
Ładowanie…
Reference in New Issue