Stéphane Voltz
3f4e92db6f
correct changelog entry date
2010-06-10 06:01:13 +02:00
Stéphane Voltz
8cf2412386
genesys LiDE 100 final bits
...
- use dummy lines for gray scans to have same exposure than color
- added a 'warm' motor dummy scan
2010-06-10 05:58:14 +02:00
m. allan noah
e7efa77aa5
Add new kvs20xx backend from Panasonic, for KV-S202xC and KV-S204xC
2010-06-09 16:31:00 -04:00
m. allan noah
c615c665b4
fujitsu backend v100
...
- store more Request Sense data in scanner struct
- clear Request Sense data at start of every do_cmd() call
- track per-side ILI and global EOM flags
- set per-side EOF flag if ILI and EOM are set
2010-06-09 10:32:21 -04:00
m. allan noah
3e669884bb
Various Makefile corrections for genesys_gl847, po files and Changelog
2010-06-09 09:17:40 -04:00
Nicolas Martin
68354d3753
pixma: ChangeLog for last commit (MF65xx)
2010-06-08 22:05:06 +02:00
Stéphane Voltz
a4edddf523
Canon LiDE 100 motor tuning
2010-06-07 06:31:26 +02:00
Stéphane Voltz
b2a0344885
last minute fix for hang after feeding to scan position
2010-06-03 22:16:43 +02:00
Stéphane Voltz
a36121c1c3
changelog and doc update for genesys backend
2010-06-03 20:57:06 +02:00
Stéphane Voltz
4aa8054ed0
genesys changelog entry
2010-05-31 06:50:06 +02:00
Stéphane Voltz
8a55c82a47
changelog entry for genesys backend update
2010-05-30 07:59:40 +02:00
m. allan noah
909919d0d5
add Fujitsu fi-5015C
2010-05-24 13:44:15 -04:00
Stéphane Voltz
93163da8ce
changelog entry for genesys backend update
2010-05-20 06:21:02 +02:00
Chris Bagwell
17d58a5b60
Add hint about configure and freebsd Ports location
2010-05-19 18:53:39 -05:00
m. allan noah
5ce0013b63
Corrected fujitsu backend v99 patch
...
- sense_handler(): collect rs_info for any ILI, not just EOM
- do_usb_cmd(): use rs_info whenever set, not just EOF
- read_from_*(): better handling of EOF from lower level functions
- sane_read(): improve duplexing logic
2010-05-17 10:23:19 -04:00
Stéphane Voltz
b3fc51ad6f
entry for genesys update
2010-05-16 21:31:28 +02:00
m. allan noah
425b847a7b
* fujitsu backend v99
...
- add read_from_PNMduplex() to better handle alternating duplex logic
- call read_from_* even if front eof has been received
2010-05-05 22:16:07 -04:00
Pierre Willenbrock
ff187e38f3
Change status of CanoScan LiDE 40 from untested to good
2010-05-03 22:17:31 +02:00
m. allan noah
3adab142b1
* po/Makefile.in: include POTFILES and LINGUAS in DIST
...
* doc/releases.txt: more git notes
2010-04-27 04:09:15 -04:00
Julien BLACHE
5ed097b553
Fix pkg-config file syntax
2010-04-26 21:13:44 +02:00
m. allan noah
db465ae08b
reopen development with v1.0.22git
2010-04-25 23:48:14 -04:00
m. allan noah
ceb03e36c7
setup for release 1.0.21
2010-04-25 23:28:52 -04:00
Chris Bagwell
ce61e88f86
fix typo in tools/sane-config.in. REGMGR=RESMGR.
2010-04-25 15:49:27 -05:00
m. allan noah
ec896e5b45
updated translation from Martin Kho
2010-04-21 13:15:41 -04:00
m. allan noah
6b8fc40c23
updated ukranian translation from Yuri Chornoivan
2010-04-21 08:36:12 -04:00
Chris Bagwell
51e1e46a83
Update epkowa.desc with latest values from iscan
...
Updated 4 pre-existing SCSI models with commonly used
model names. This allows wider range of Epson SCSI scanners
to be correctly detected using auto-generated hal and udev
files. This benefits epkowa, epson2, and epson backends.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-20 22:13:52 -05:00
m. allan noah
0340d25366
Update the sane-devel contact suggestion
2010-04-18 20:37:15 -04:00
m. allan noah
9c6d774483
kvs1025 backend v3, usb bugfixes
2010-04-16 15:13:36 -04:00
Nicolas Martin
c27108d348
pixma: changes from Gernot Hassenpflug for Canoscan 8800F support.
...
backend/pixma_mp150.c: changes for Canoscan 8800F, debug clean-up code
backend/pixma_io_sanei.c: debug clean-up code
doc/descriptions/pixma.desc, doc/sane-pixma.man: doc updates for Canoscan 8800F
2010-04-12 22:45:58 +02:00
Chris Bagwell
f5dde0e1dc
New fix for conflicting connect() failure in p5 BE
...
Traced source of conflicting connect() defines to p5
backend including libc.h header file. On OSX, this
includes socket.h. Since backend didn't really need
libc.h header and is not a networked backend, reverted
last fix and implement header based fix.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-12 12:28:46 -05:00
Chris Bagwell
bdc81be0da
Fix compile fail with connect() on OSX.
...
socket.h is being included on OSX currently and P5's
static connect is conflicting with socket.h's connect().
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-08 21:05:50 -05:00
Chris Bagwell
3c21ae5f70
Fix cygwin compile. Initial mingw cleanup.
...
cygwin and mingw is now hiding M_PI_2 defines with -ansi flag.
Remove to fix cygwin compile.
Mingw doesn't support fork() so default to pthreads.
Add u_short to complete definition of u_* types which helps out mingw
when we define _BSDTYPES_DEFINED.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-07 20:43:32 -05:00
Stéphane Voltz
af71eda58a
replace u_int8_t and u_int16_t by uint8_t and uint16_t
2010-04-06 21:35:17 +02:00
Chris Bagwell
15572c9cd9
Add stub for future pkg-config support
...
Not quite ready to support pkg-config yet but go ahead and provide
basic support in configure to discourage distributions that are
patching pkg-config support in to no longer run "autoreconf -f"
and wiping out our custom libtool. sane-backends.pc will not
be installed currently.
Also, fixed a LDFLAGS bug in sane-config for GPHOTO2 support.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-06 11:54:03 -05:00
Chris Bagwell
cc75fa5dc2
add --enable-rpath option to configure
...
Allow user to configure support for rpath compiler
option. Ported from Fedora's sane-backend patches.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-05 15:54:39 -05:00
Chris Bagwell
1df16a29aa
Fix kvs1024 compiling on platforms without libusb
...
Removed direct include of usb.h in backend since it
should be using sanei_usb. Completed prototype
of sane_exit(void) for some versions of gcc that are
strict about that.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-02 16:02:21 -05:00
Chris Bagwell
9756524042
Remove unneeded distclean-local target in po/
...
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-02 15:34:27 -05:00
Stéphane Voltz
fc69168373
change usb_init() to sanei_usn_init()
2010-04-01 21:33:50 +02:00
m. allan noah
93bba440b0
convert kvs1025 backend from libusb to sanei_usb, and enable it
2010-03-26 00:01:16 -04:00
Stéphane Voltz
8c60c21c23
changelog entry for minor rts8891 update
2010-03-16 06:40:12 +01:00
Nicolas Martin
a94ff26045
pixma: fix color shifts for Pixma MP990, updated descs for several models.
2010-03-15 22:16:47 +01:00
Stéphane Voltz
faaf808845
changelog and desc entry for genesys backend update
2010-03-15 06:39:37 +01:00
Stéphane Voltz
0e9856754c
entry for lexmark/rts8891 changes
2010-03-11 06:29:25 +01:00
Stéphane Voltz
b46865ea0d
changelog entry for rts8891 change
2010-03-07 23:26:16 +01:00
Stéphane Voltz
9b6a7af442
fix HP4470 sensor detection
2010-03-05 13:45:09 +01:00
Stéphane Voltz
d7de4ed29f
genesys desc updates
2010-03-04 06:41:01 +01:00
Stéphane Voltz
ca4e4fb16c
changelog entry for genesys and man pages updates
2010-03-01 21:53:07 +01:00
Stéphane Voltz
00da89b379
tune HP2400/G2410 settings for genesys backend
2010-02-28 07:10:31 +01:00
Chris Bagwell
1903d646b2
align autoconf/automake output to common version.
...
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-02-27 23:27:32 -06:00
m. allan noah
5d080dc17c
Condense warnings about half-baked .desc files
2010-02-27 21:09:45 -05:00
m. allan noah
778c21922d
add S1500M entry by Harald Weis
2010-02-27 21:02:53 -05:00
m. allan noah
e3503fc101
corrected log entry
2010-02-27 20:56:40 -05:00
m. allan noah
c9d178adc1
log entry for gettext commit
2010-02-27 20:55:47 -05:00
Stéphane Voltz
e39059850c
changelog entry for genesys update
2010-02-27 20:23:52 +01:00
Stéphane Voltz
0b482a0273
fix regression for gl646 CCD based scanners
2010-02-25 20:52:39 +01:00
Stéphane Voltz
47a36bb36c
changelog for genesys update
2010-02-23 21:21:54 +01:00
m. allan noah
bee987877d
new external backend
2010-02-22 23:37:25 -05:00
m. allan noah
c3542bde5d
force enable flatbed for M3092, by Jochen Hepp
2010-02-22 23:11:11 -05:00
Julien BLACHE
73eaee3e6f
Update scanner lists for epkowa (iscan 2.24.0)
2010-02-22 17:37:03 +01:00
Stéphane Voltz
e35925125d
changelog for genesys backend minor update
2010-02-16 07:27:56 +01:00
Stéphane Voltz
b37621d86a
addition of the p5 backend to the distribution
2010-02-15 22:15:43 +01:00
m. allan noah
1465e3b12e
updated settings for Visioneer 9450
2010-02-13 13:09:38 -05:00
m. allan noah
07cd144f72
Add new kvs1025 backend from Panasonic Russia, Ltd.
2010-02-12 22:06:36 -05:00
m. allan noah
12eff8286d
disable bg_color for S1500
2010-02-12 20:32:24 -05:00
Stéphane Voltz
23284110c4
fix MD5345 calibration
2010-02-12 16:24:21 +01:00
Stéphane Voltz
150f001b0a
hp3670 support tuning
2010-02-12 14:43:59 +01:00
m. allan noah
ff048f4176
add three new SANE_VALUE macros and use mode name macros from saneopts.h
2010-02-10 23:48:21 -05:00
m. allan noah
47df67a7bd
updates from Armijn Hemel
2010-02-10 23:01:25 -05:00
m. allan noah
5d98d9a089
hpaio.desc: updated from hplip v3.9.12
2010-02-10 22:51:40 -05:00
m. allan noah
cc1776b571
don't fail if sanei_scsi_open gives smaller buffer than asked for
...
minor doc updates
2010-02-10 22:38:37 -05:00
m. allan noah
e4e9eedc7f
enable translations of all static strings via SANE_I18N macro
2010-02-10 22:07:49 -05:00
m. allan noah
7e65fa7832
New Japanese translation from Hiroshi Miura
2010-02-10 21:24:21 -05:00
m. allan noah
fc49cc4076
maximum exposure 245 not 248, see bug #312113
2010-02-10 21:14:45 -05:00
m. allan noah
700dd07e38
add Dell A940 and correct manpage name
2010-02-10 21:08:42 -05:00
m. allan noah
e4466b68cc
exit with error if stdout isatty()
2010-02-10 20:56:25 -05:00
m. allan noah
aba1d85e0b
changelog entry
2010-02-10 19:48:59 -05:00
m. allan noah
21f0a2c6e1
move changelog entry
2010-02-10 16:16:26 -05:00
m. allan noah
95aeeee4fd
basic support for 600C
2010-02-10 16:15:53 -05:00
Stéphane Voltz
82913c4f7c
G2410 entry
2010-02-10 21:27:14 +01:00
m. allan noah
2df3c10817
* doc/.gitignore, doc/Makefile.am, doc/Makefile.in:
...
- added new targets for scanner search engine db
* doc/releases.txt: improved doc
* doc/saned.man: clean typos
* tools/sane-desc.c: removed NAME= from udev rules (deprecated)
2010-02-10 14:27:27 -05:00
m. allan noah
39a9121058
add GT68XX_FLAG_NO_STOP to SF600
2010-02-10 09:09:36 -05:00
m. allan noah
bb861109c9
cleanup manuals, .desc files, copyrights and #includes
2010-02-09 22:44:08 -05:00
m. allan noah
fcc43f328c
cleaned #include lines and copyrights. added new models.
2010-02-09 22:02:08 -05:00
Stéphane Voltz
3cafbe7f52
changelog for genesys update
2010-02-08 06:32:29 +01:00
Stéphane Voltz
a3efb4d253
entry for minor genesys update
2010-02-03 06:22:36 +01:00
Nicolas Martin
7c10b735b5
pixma: updated docs for supported model ImageCLASS MF4350d.
2010-02-02 21:39:57 +01:00
Stéphane Voltz
240378f351
changelog entry for minor genesys update
2010-01-31 16:50:16 +01:00
Stéphane Voltz
20357c798e
changelog for genesys update
2010-01-30 14:22:15 +01:00
Nicolas Martin
939acce04a
pixma: usb timeouts to 20 sec as needed by ImageClass MF3240, source code comments and documentation updates for this model.
...
- backend/pixma_io.h: usb timeouts change
- backend/pixma_imageclass.c, doc/sane-pixma.man, doc/descriptions/pixma.desc: doc and comments updates.
2010-01-29 21:39:33 +01:00
Oliver Schwartz
13cded1269
snapscan-mutex.c: Use hash instead of parsing the device string.
2010-01-28 21:52:20 +01:00
Stéphane Voltz
586153f5ae
make sure TL_X and TL_Y are always lesser than BR_X and BR_Y
2010-01-27 05:45:59 +01:00
Stéphane Voltz
3cf9dcecd3
changelog for dynamic lineart
2010-01-26 21:39:15 +01:00
Nicolas Martin
0cc0532505
pixma: ChangeLog for crop area enhancements commits
2010-01-19 23:12:34 +01:00
Stéphane Voltz
3137a4a4cf
changelog for genesys update
2010-01-19 21:55:12 +01:00
Stéphane Voltz
2e849a276f
changelog for genesys backend fix
2010-01-17 14:51:13 +01:00
Mattias Ellert
f41d264da6
Updated Swedish translations
2010-01-17 10:20:49 +01:00
Stéphane Voltz
c776712f2b
changelog for genesys minor fixes
2010-01-16 14:01:34 +01:00
Stéphane Voltz
ae7a40aa7a
changelog for genesys backend update
2010-01-13 07:09:03 +01:00
Nicolas Martin
2482974b96
pixma: updated documentation for MP490 and MP550 (supported models).
2010-01-08 21:09:22 +01:00
Stéphane Voltz
38276f32ff
improve init time debug messages
2009-12-30 08:23:52 +01:00
Nicolas Martin
f9e6dc5ce1
pixma: some routine maintenance updates to backend and documentation.
2009-12-26 14:40:39 +01:00
Julien BLACHE
ec295e359a
Fix standalone polling loop
...
Not explicitely checking for POLLIN leads to breakage. Unbreak saned.
2009-12-24 17:22:46 +01:00
Stéphane Voltz
8c37b113fb
entry for genesys bug fix
2009-12-09 20:56:42 +01:00
Nicolas Martin
3fc69a358e
pixma: updated backend, docs and desc for support to MP560 and MF4330d/ADF
...
backend/pixma_imageclass.c: added PIXMA_CAP_ADF to model imageclass MF4320, to support MF4330d
backend/pixma_mp150.c: removed untested state for MP560 (comment)
doc/descriptions/pixma.desc, doc/sane-pixma.man: doc update for both MP560 and MF4330d
2009-12-09 21:49:19 +01:00
Nicolas Martin
ce32268d7c
Update ChangeLog for 2 last commits.
2009-12-06 15:52:03 +01:00
Nicolas Martin
f2e98f7975
pixma: bumped version, added compilation type debug message, updated docs for MX330.
...
doc/descriptions/pixma.desc
doc/sane-pixma.man
backend/pixma_mp150.c
Updated docs for MX330, supported by the pixma backend.
backend/pixma.h: Bumped pixma backend version added debug message.
backend/pixma.c: added compilation type (w or w/o pthread) debug message.
2009-12-06 15:40:58 +01:00
Nicolas Martin
7d659f87df
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 minor
2009-12-06 15:33:10 +01:00
Stéphane Voltz
78a81fe4e6
fix modified file list
2009-12-05 08:40:28 +01:00
Stéphane Voltz
389fd35346
changelog for genesys minor update
2009-12-05 08:39:38 +01:00
Nicolas Martin
eb66f734ba
pixma: fix pixma backend bug for compilation with USE_PTHREAD/-lpthread
...
backend/pixma_mp150.c: correctly reset state to idle at end of scan, as threading
will use the same address space and variables between pages.
2009-12-04 22:52:16 +01:00
Stéphane Voltz
2dfb35c7b6
commit message for genesys minor update
2009-12-01 21:47:18 +01:00
Stéphane Voltz
5ae97a227d
changelog entry for gt68xx document detection backend update
2009-11-30 22:01:13 +01:00
Stéphane Voltz
ed35562ea2
entry for gt68xx minor update
2009-11-29 21:20:47 +01:00
Nicolas Martin
13641ac5b3
pixma: fix for PTHREAD compilation, add support for MP990 in docs.
...
- backend/pixma.c: fix end of scan buggy exit when compiled with USE_PTHREAD/-lpthread
- backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
change support to complete for MP990 in documentation, as reported by Jean-Michel Pouré.
2009-11-28 15:11:05 +01:00
Stéphane Voltz
eb9df3a727
changelog entry for gt68xx update
2009-11-28 13:55:59 +01:00
Stéphane Voltz
1d2d8e005c
genesys minor update changelog
2009-11-27 07:11:58 +01:00
Stéphane Voltz
7620726bd2
changelog entry for genesys changes
2009-11-26 06:21:31 +01:00
Stéphane Voltz
109bfbac48
changelog entry for gt68xx changes
2009-11-23 06:19:45 +01:00
Nicolas Martin
96c192d1f3
pixma: updated Pixma MP250 status to supported. Changed desc status from good to complete for well supported models.
2009-11-19 22:12:32 +01:00
Stéphane Voltz
a0708f045f
changelog entry for genesys fixes
2009-11-16 21:32:18 +01:00
Stéphane Voltz
d82ad82bf0
entry for genesys fixes
2009-11-16 06:43:24 +01:00
Julien BLACHE
e63118298a
Add the Perfection 636 SCSI scanner w/IDs
2009-11-14 10:36:53 +01:00
Stéphane Voltz
5bb5ad710c
Changelog update
2009-11-06 21:30:32 +01:00
Nicolas Martin
db1a049706
pixma: declared Pixma MP550 (yet untested), updated docs.
...
modified: ChangeLog
modified: backend/pixma_mp150.c
modified: doc/descriptions/pixma.desc
modified: doc/sane-pixma.man
2009-10-28 23:49:13 +01:00
Nicolas Martin
f2c663ffb1
pixma: fix MP830 ADF shifted lines, add support for I-SENSYS MF4320d to pixma.desc
2009-10-22 22:01:54 +02:00
Louis Lagendijk
fb0a60f625
Update changelog for networking details additions to doc/sane-pixma.man
...
Please enter the commit message for your changes. Lines starting
2009-10-22 16:09:02 +02:00
Nicolas Martin
a18c3fd41a
pixma: added I-SENSYS MF4320d and updated doc, for this model and MP390.
2009-10-21 21:39:27 +02:00
Louis Lagendijk
d145e87f27
Updated Changelog for changes to pixma_io_sane1.c to allow - in model names
2009-10-20 18:26:01 +02:00
Nicolas Martin
6eddc1d274
pixma: updated doc to include support for MP270 and ImageClass MF3110
2009-10-18 15:04:39 +02:00
Nicolas Martin
b0303393ec
pixma: fixes Gen 4 XML error code, support for ImageClass MF4380dn, bump backend version
...
- backend/pixma_mp150.c: some error condition fixes to Generation 4 (MP640, ...) XML code
- backend/pixma_imageclass.c: added support for ImageClass MF4360dn-MF4390dn
- include/pixma.h: bumped backend version to 0.16.1
- doc/descriptions/pixma.desc, doc/sane-pixma.man: doc updates
2009-10-18 13:02:14 +02:00
Troy Rollo
3daaa12272
Update ChangeLog for fix to hp3500.c
2009-10-18 12:29:56 +11:00
Nicolas Martin
c2f0346983
pixma: Changes to include new XML dialog for new 2009 PIXMA models,
...
- New XML dialog encapsulates classic Generation 3 PIXMA protocol.
- Tested succesfully on an MP640, both on usb and wifi.
2009-10-16 22:52:14 +02:00
Ilia Sotnikov
798c96412a
Use own private function instead of roundf()
2009-10-03 13:25:05 +03:00
Stéphane Voltz
8c4f699134
fixed Changelog for entry wrong date
2009-10-02 06:27:47 +02:00
Stéphane Voltz
90a9c598d6
honor GENESYS_NO_CALIBRATION flag at scan time
...
- don't enable shading correction if device has the GENESYS_NO_CALIBRATION
flag when setting registers for final scan
final scan
2009-10-02 06:24:39 +02:00
Jonathan Bravo Lopez
effbffcf0c
Fix bug 311991: "Bad option sizes let frontend (e.g. xsane) crash"
2009-10-01 18:16:57 +02:00
Stéphane Voltz
4e485fbbeb
typo fix
2009-10-01 06:29:20 +02:00
Stéphane Voltz
026c8ba741
commit message for lexmark_low.c
2009-10-01 06:27:14 +02:00
chris@cnpbagwell.com
249a568615
Remove manual deletion of $docdir.
...
Allows "make distcheck" to pass with current version of automake
being used. Current automake cleans up after itself fine.
2009-09-29 21:23:20 -05:00
chris@cnpbagwell.com
073385cdc9
add new genesys_gl646.h to SOURCES
...
so that it will be distributed in tar file.
2009-09-29 20:31:13 -05:00
chris@cnpbagwell.com
ed87a34f5b
add missing sanei_pio to gcam backend library.
...
Fixes compile error on some embeded linux boxes.
2009-09-29 19:37:22 -05:00
Nicolas Martin
92c44e905a
pixma backend: few maintenance modifications.
...
- backend/pixma_bjnp.c: print size_t values as %ld or %lx with cast to unsigned long
as prescribed in the file doc/backend_writing.txt, to avoid
compile warnings.
- backend/pixma_mp730.c: removed unused debug code.
2009-09-27 12:29:57 +02:00
Julien BLACHE
561a2c8fe2
Fix missing check in genesys for raw debug data
...
Patch by Tollef Fog Heen <tfheen@err.no>
2009-09-26 11:39:29 +02:00
Nicolas Martin
ed96067735
pixma backend: Updated documentation for MP260 and new models:
...
- Pixma MP260 confirmed to be supported.
- descriptions updates for 5 new models recently declared in backend.
2009-09-16 22:13:23 +02:00
m. allan noah
f55af2b682
changelog entries for last three commits
2009-09-14 13:39:03 -04:00
Nicolas Martin
37f0efe2a2
pixma backend: Declared new Pixma models as untested, and modified some debug code:
...
backend/pixma_mp150.c: Declared MP250, MP490, MP560, MP640, and MP990
backend/pixma_mp730.c: Modified some debug code.
2009-09-13 10:24:46 +02:00
Mattias Ellert
ec738ed266
Updated Swedish translation, fix libusb warning.
2009-09-11 05:11:31 +02:00
Nicolas Martin
3b9fec8c9b
pixma backend: added debug info for MF3110 and changed default params.
2009-09-07 22:02:47 +02:00
Nicolas Martin
9ee6148142
pixma backend: ChangeLog for latest modifications
2009-09-06 10:45:40 +02:00
Nicolas Martin
b7800eeac5
pixma backend: updates for ImageClass MF3110 and MF4660, and Pixma MP980, and doc updates.
...
- MF3110: fix interrupt messages handling.
- MF4660: added support for this ImageClass device.
- MP980: Following a report, tuned the color planes shifting values.
- All: Documentation updates.
2009-09-06 10:31:40 +02:00