kopia lustrzana https://gitlab.com/sane-project/backends
Updated docs, comments and authors for pixma backend
rodzic
610aa602e0
commit
292b70dad8
1
AUTHORS
1
AUTHORS
|
@ -73,6 +73,7 @@ Backends:
|
|||
pixma: Wittawat Yamwong (*)
|
||||
Nicolas Martin (*)
|
||||
Louis Lagendijk (*)
|
||||
Dennis Lou
|
||||
plustek: Gerhard Jaeger (*)
|
||||
plustek_pp: Rick Bronson (former pp driver-code), Gerhard Jaeger (*)
|
||||
pnm: Andreas Beck, Gordon Matzigkeit, David Mosberger, Michael
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2009-01-15 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
||||
* doc/sane-pixma.man, doc/descriptions/pixma.desc,
|
||||
pixma_mp150.c, AUTHORS:
|
||||
Updated docs and comments in pixma backend.
|
||||
Added Dennis Lou to pixma backend authors
|
||||
|
||||
2009-01-13 Louis Lagendijk <llagendijk-guest at users.alioth.debian.org>
|
||||
* AUTHORS: added myself as co-responsible for pixma backend
|
||||
|
||||
|
|
|
@ -131,11 +131,11 @@
|
|||
#define MX850_PID 0x172c
|
||||
|
||||
/* PIXMA 2008 vintage */
|
||||
#define MP980_PID 0x172d /* Untested */
|
||||
#define MP980_PID 0x172d
|
||||
#define MP630_PID 0x172e
|
||||
#define MP620_PID 0x172f
|
||||
#define MP540_PID 0x1730 /* Untested */
|
||||
#define MP480_PID 0x1731 /* Untested */
|
||||
#define MP480_PID 0x1731
|
||||
#define MP240_PID 0x1732 /* Untested */
|
||||
#define MP260_PID 0x1733 /* Untested */
|
||||
#define MP190_PID 0x1734
|
||||
|
|
|
@ -270,8 +270,8 @@
|
|||
:model "PIXMA MP480"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1731"
|
||||
:status :untested
|
||||
:comment "Same protocol as Pixma Generation 3? Testers needed!"
|
||||
:status :good
|
||||
:comment "All resolutions supported (up to 2400DPI)"
|
||||
|
||||
:model "PIXMA MP240"
|
||||
:interface "USB"
|
||||
|
|
|
@ -14,7 +14,7 @@ Currently, the following models work with this backend:
|
|||
.RS
|
||||
PIXMA MP140, MP150, MP160, MP170, MP180, MP190, MP210, MP220
|
||||
.br
|
||||
PIXMA MP450, MP460, MP470, MP500, MP510, MP520, MP530
|
||||
PIXMA MP450, MP460, MP470, MP480, MP500, MP510, MP520, MP530
|
||||
.br
|
||||
PIXMA MP600, MP600R, MP610, MP620, MP630, MP710
|
||||
.br
|
||||
|
@ -44,7 +44,7 @@ Feedback in the Sane-dev mailing list welcome.
|
|||
.RS
|
||||
PIXMA MP740
|
||||
.br
|
||||
PIXMA MP240, MP260, MP480, MP540
|
||||
PIXMA MP240, MP260, MP540
|
||||
.br
|
||||
ImageCLASS MF3110, MF3240
|
||||
.br
|
||||
|
|
Ładowanie…
Reference in New Issue