kopia lustrzana https://gitlab.com/sane-project/backends
pixma: bumped minor, added compilation type debug message, updated MX330 doc.
- doc/descriptions/pixma.desc doc/sane-pixma.man backend/pixma_mp150.c updated doc and desc (support for MX330) - backend/pixma.h backend/pixma.c bumped backend minormerge-requests/1/head
rodzic
78a81fe4e6
commit
7d659f87df
|
@ -1,3 +1,9 @@
|
||||||
|
2009-12-04 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
||||||
|
* doc/descriptions/pixma.desc, doc/sane-pixma.man,
|
||||||
|
backend/pixma.h, backend/pixma.c, backend/pixma_mp150.c:
|
||||||
|
pixma: bumped minor, added compilation type debug message.
|
||||||
|
updated doc and desc (support for MX330)
|
||||||
|
|
||||||
2009-12-05 Stéphane Voltz <stef.dev at free.fr>
|
2009-12-05 Stéphane Voltz <stef.dev at free.fr>
|
||||||
* backend/genesys.c backend/genesys_gl841.c backend/genesys_devices.c
|
* backend/genesys.c backend/genesys_gl841.c backend/genesys_devices.c
|
||||||
backend/genesys_low.h backend/genesys.conf.in
|
backend/genesys_low.h backend/genesys.conf.in
|
||||||
|
|
|
@ -1023,6 +1023,9 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
|
||||||
DBG_INIT ();
|
DBG_INIT ();
|
||||||
sanei_thread_init ();
|
sanei_thread_init ();
|
||||||
pixma_set_debug_level (DBG_LEVEL);
|
pixma_set_debug_level (DBG_LEVEL);
|
||||||
|
|
||||||
|
PDBG(pixma_dbg(2, "pixma is compiled %s pthread support.\n",
|
||||||
|
(sanei_thread_is_forked () ? "without" : "with")));
|
||||||
|
|
||||||
for (i = 0; i < MAX_CONF_DEVICES; i++)
|
for (i = 0; i < MAX_CONF_DEVICES; i++)
|
||||||
conf_devices[i] = NULL;
|
conf_devices[i] = NULL;
|
||||||
|
|
|
@ -109,7 +109,7 @@ typedef uint32_t uint32_t;
|
||||||
/**@{*/
|
/**@{*/
|
||||||
#define PIXMA_VERSION_MAJOR 0
|
#define PIXMA_VERSION_MAJOR 0
|
||||||
#define PIXMA_VERSION_MINOR 16
|
#define PIXMA_VERSION_MINOR 16
|
||||||
#define PIXMA_VERSION_BUILD 1
|
#define PIXMA_VERSION_BUILD 2
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
/** \name Error codes */
|
/** \name Error codes */
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
/* PIXMA 2009 vintage */
|
/* PIXMA 2009 vintage */
|
||||||
#define MX860_PID 0x1735
|
#define MX860_PID 0x1735
|
||||||
#define MX320_PID 0x1736 /* untested */
|
#define MX320_PID 0x1736 /* untested */
|
||||||
#define MX330_PID 0x1737 /* untested */
|
#define MX330_PID 0x1737
|
||||||
|
|
||||||
/* Generation 4 */
|
/* Generation 4 */
|
||||||
#define MP250_PID 0x173a
|
#define MP250_PID 0x173a
|
||||||
|
|
|
@ -234,8 +234,8 @@
|
||||||
:model "PIXMA MX330"
|
:model "PIXMA MX330"
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
:usbid "0x04a9" "0x1737"
|
:usbid "0x04a9" "0x1737"
|
||||||
:status :untested
|
:status :complete
|
||||||
:comment "Same protocol as Pixma Generation 3? Testers needed!"
|
:comment "Flatbed and ADF scan. All resolutions supported (up to 1200DPI)"
|
||||||
|
|
||||||
:model "PIXMA MX700"
|
:model "PIXMA MX700"
|
||||||
:interface "USB Ethernet"
|
:interface "USB Ethernet"
|
||||||
|
|
|
@ -24,7 +24,7 @@ PIXMA MP600, MP600R, MP610, MP620, MP630, MP640, MP710
|
||||||
.br
|
.br
|
||||||
PIXMA MP800, MP800R, MP810, MP830, MP960, MP970, MP980, MP990
|
PIXMA MP800, MP800R, MP810, MP830, MP960, MP970, MP980, MP990
|
||||||
.br
|
.br
|
||||||
PIXMA MX300, MX310, MX700, MX850, MX860, MX7600
|
PIXMA MX300, MX310, MX330, MX700, MX850, MX860, MX7600
|
||||||
.br
|
.br
|
||||||
MultiPASS MP700, MP730, PIXMA MP750 (no grayscale)
|
MultiPASS MP700, MP730, PIXMA MP750 (no grayscale)
|
||||||
.br
|
.br
|
||||||
|
@ -54,7 +54,7 @@ Feedback in the Sane-dev mailing list welcome.
|
||||||
.RS
|
.RS
|
||||||
PIXMA MP740
|
PIXMA MP740
|
||||||
.br
|
.br
|
||||||
PIXMA MX320, MX330, MP490, MP550, MP560
|
PIXMA MX320, MP490, MP550, MP560
|
||||||
.br
|
.br
|
||||||
ImageCLASS MF3240, MF5630, MF5650, MF5730, MF5750, MF8170c
|
ImageCLASS MF3240, MF5630, MF5650, MF5730, MF5750, MF8170c
|
||||||
.RE
|
.RE
|
||||||
|
|
Ładowanie…
Reference in New Issue