kopia lustrzana https://gitlab.com/sane-project/backends
new scanners Canon imageCLASS MF4570dw and imageRUNNER 1133
rodzic
c04b748b21
commit
a8461cbe7a
|
@ -1,7 +1,10 @@
|
|||
2013-03-21 Rolf Bensch <rolf at bensch hyphen online dot de>
|
||||
2013-09-13 Rolf Bensch <rolf at bensch hyphen online dot de>
|
||||
* backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
|
||||
New scanners Canon Pixma MG2400, MG2500, MG3500, MG5500, MG64000, MG6500
|
||||
and MG7100. All scanners need further testing.
|
||||
* backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
|
||||
doc/sane-pixma.man: New scanners Canon imageCLASS MF4570dw and
|
||||
imageRUNNER 1133. All scanners need further testing.
|
||||
* backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.4
|
||||
|
||||
2013-09-08 paul newall
|
||||
|
|
|
@ -89,6 +89,8 @@
|
|||
#define MF6680_PID 0x26fa
|
||||
#define MF8030_PID 0x2707
|
||||
#define MF4550_PID 0x2736
|
||||
#define MF4570_PID 0x275a
|
||||
#define IR1133_PID 0x2742
|
||||
|
||||
|
||||
enum iclass_state_t
|
||||
|
@ -775,5 +777,7 @@ const pixma_config_t pixma_iclass_devices[] = {
|
|||
DEV ("Canon imageClass MF8030", "MF8030", MF8030_PID, 600, 640, 877, PIXMA_CAP_ADF),
|
||||
DEV ("Canon i-SENSYS MF5880dn", "MF5880", MF5880_PID, 600, 640, 877, PIXMA_CAP_ADFDUP),
|
||||
DEV ("Canon i-SENSYS MF6680dn", "MF6680", MF6680_PID, 600, 640, 877, PIXMA_CAP_ADFDUP),
|
||||
DEV ("Canon imageCLASS MF4570dw", "MF4570dw", MF4570_PID, 600, 640, 877, 0),
|
||||
DEV ("Canon imageRUNNER 1133", "iR1133", IR1133_PID, 600, 637, 877, PIXMA_CAP_ADFDUP),
|
||||
DEV (NULL, NULL, 0, 0, 0, 0, 0)
|
||||
};
|
||||
|
|
|
@ -787,6 +787,12 @@
|
|||
:status :good
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)."
|
||||
|
||||
:model "imageCLASS MF4570dw"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x275a"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "imageCLASS MF4660"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26b0"
|
||||
|
@ -871,6 +877,12 @@
|
|||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageRUNNER 1133"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x2742"
|
||||
:status :untested
|
||||
:comment "Testers needed!"
|
||||
|
||||
:model "CanoScan 8800F"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1901"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "sane\-pixma" "5" "11 Sep 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH "sane\-pixma" "5" "13 Sep 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane\-pixma
|
||||
.SH NAME
|
||||
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
||||
|
@ -87,7 +87,9 @@ PIXMA MX320, MX390, MX410, MX430, MX450, MX510, MX520
|
|||
.br
|
||||
PIXMA MX710, MX720, MX920
|
||||
.br
|
||||
imageCLASS MF5630, MF5650, MF5750, MF8030, MF8170c
|
||||
imageCLASS MF4570dw, MF5630, MF5650, MF5750, MF8030, MF8170c
|
||||
.br
|
||||
imageRUNNER 1133
|
||||
.br
|
||||
i-SENSYS MF5880dn, MF6680dn
|
||||
.RE
|
||||
|
|
Ładowanie…
Reference in New Issue