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
Nicolas Martin
a4591467e8
pixma backend: change for mf3110 scanned image encoding.
2009-09-03 22:19:20 +02:00
Nicolas Martin
e54c2ae2ee
pixma backend: moved MF3110 declaration to mp730 part of the backend,
...
as using a Pixma protocol closer to this device.
2009-08-29 14:43:01 +02:00
Nicolas Martin
e4ee5cd15a
pixma backend: ChangeLog for last commit.
2009-08-27 22:12:23 +02:00
m. allan noah
645bde0b8b
add closedir call to fix bug #311880 , patch from Johannes Meixner
2009-08-13 14:15:57 -04:00
Julien BLACHE
161ca93aa5
Explicitely check for errors on fds
...
Previous code checked for no activity (!POLLIN) and would error out with
2 fds and only one active.
2009-08-09 09:31:12 +02:00
m. allan noah
504547028b
Fujitsu backend v96, support hardware automatic length detection
...
- split sane_get_parameters into two functions
- remove unused code from get_pixelsize
- support hardware based auto length detection
- various status and comment updates
2009-08-07 16:49:58 -04:00
Stéphane Voltz
2da573949f
entry for genesys change
2009-08-07 06:59:49 +02:00
Stéphane Voltz
b880046bf5
log entry for hp2300 fix
2009-08-05 07:53:32 +02:00
Stéphane Voltz
661563b924
changelog entry for genesys backend fixes
2009-08-04 07:50:19 +02:00