kopia lustrzana https://gitlab.com/sane-project/backends
Canon Pixma MG5500 Series is working
rodzic
494b236f7b
commit
54358f27e1
|
@ -1,3 +1,7 @@
|
||||||
|
2014-09-18 Rolf Bensch <rolf at bensch hyphen online dot de>
|
||||||
|
* backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
|
||||||
|
Canon Pixma MG5500 Series is working, bug #314819.
|
||||||
|
|
||||||
2014-09-16 Rolf Bensch <rolf at bensch hyphen online dot de>
|
2014-09-16 Rolf Bensch <rolf at bensch hyphen online dot de>
|
||||||
* doc/descriptions/pixma.desc, doc/sane-pixma.man: Canon Pixma MG2400 Series
|
* doc/descriptions/pixma.desc, doc/sane-pixma.man: Canon Pixma MG2400 Series
|
||||||
is working, reported by Marcus Wellnitz.
|
is working, reported by Marcus Wellnitz.
|
||||||
|
|
|
@ -1137,6 +1137,7 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
|
||||||
&& s->cfg->pid != MG3100_PID
|
&& s->cfg->pid != MG3100_PID
|
||||||
&& s->cfg->pid != MG2100_PID
|
&& s->cfg->pid != MG2100_PID
|
||||||
&& s->cfg->pid != MG5300_PID
|
&& s->cfg->pid != MG5300_PID
|
||||||
|
&& s->cfg->pid != MG5500_PID
|
||||||
&& s->cfg->pid != MG6300_PID
|
&& s->cfg->pid != MG6300_PID
|
||||||
&& s->cfg->pid != MG7100_PID)
|
&& s->cfg->pid != MG7100_PID)
|
||||||
reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);
|
reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);
|
||||||
|
|
|
@ -139,10 +139,10 @@
|
||||||
:comment "Testers needed!"
|
:comment "Testers needed!"
|
||||||
|
|
||||||
:model "PIXMA MG5500 Series"
|
:model "PIXMA MG5500 Series"
|
||||||
:interface "USB"
|
:interface "USB WiFi"
|
||||||
:usbid "0x04a9" "0x1771"
|
:usbid "0x04a9" "0x1771"
|
||||||
:status :untested
|
:status :complete
|
||||||
:comment "Testers needed!"
|
:comment "All resolutions supported (up to 1200DPI)."
|
||||||
|
|
||||||
:model "PIXMA MG6100 Series"
|
:model "PIXMA MG6100 Series"
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "sane\-pixma" "5" "16 Sep 2014" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
.TH "sane\-pixma" "5" "18 Sep 2014" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||||
.IX sane\-pixma
|
.IX sane\-pixma
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
||||||
|
@ -17,7 +17,7 @@ Currently, the following models work with this backend:
|
||||||
.RS
|
.RS
|
||||||
PIXMA MG2100, MG2400, MG3100, MG3200, MG4200, MG5100, MG5200
|
PIXMA MG2100, MG2400, MG3100, MG3200, MG4200, MG5100, MG5200
|
||||||
.br
|
.br
|
||||||
PIXMA MG5300, MG6100, MG6200, MG6300, MG7100, MG8200
|
PIXMA MG5300, MG5500, MG6100, MG6200, MG6300, MG7100, MG8200
|
||||||
.br
|
.br
|
||||||
PIXMA MP140, MP150, MP160, MP170, MP180, MP190
|
PIXMA MP140, MP150, MP160, MP170, MP180, MP190
|
||||||
.br
|
.br
|
||||||
|
@ -77,7 +77,7 @@ Feedback in the sane\-devel mailing list welcome.
|
||||||
.RS
|
.RS
|
||||||
PIXMA E400, E500, E510, E560, E600, E610
|
PIXMA E400, E500, E510, E560, E600, E610
|
||||||
.br
|
.br
|
||||||
PIXMA MG2200, MG2500, MG4100, MG5400, MG5500
|
PIXMA MG2200, MG2500, MG4100, MG5400
|
||||||
.br
|
.br
|
||||||
PIXMA MG6400, MG6500, MG8100
|
PIXMA MG6400, MG6500, MG8100
|
||||||
.br
|
.br
|
||||||
|
|
Ładowanie…
Reference in New Issue