Stéphane Voltz
daf1956189
compute gl646 buffer size like other glXXX chips
2012-09-06 06:09:14 +02:00
Stéphane Voltz
0bbd86cc1b
enable hw lineart only if scanner has fastmode
2012-09-06 06:09:14 +02:00
Stéphane Voltz
9d97e5a606
enable hardware lineart for gl646 scanners
2012-09-06 06:07:40 +02:00
Rolf Bensch
4b2d7777e2
changelog for recent work
2012-09-05 18:39:46 +02:00
Rolf Bensch
d6bbee89ba
new scanner Canon imageCLASS D420
2012-09-05 10:18:30 +02:00
Rolf Bensch
b671510a45
14" (ADF) / A4 (Flatbed) exception for Pixma MX410, MX420
2012-09-05 10:02:30 +02:00
Rolf Bensch
75a22240e3
changelog for recent work
2012-09-04 14:42:16 +02:00
Rolf Bensch
efaa587115
Pixma MG5300 reported as working
2012-09-04 14:25:43 +02:00
Rolf Bensch
8f15e04f3d
changelog for recent work
2012-09-03 11:14:50 +02:00
Rolf Bensch
ccd77c6c3d
installation description updated for sane-backends 1.0.24git
2012-09-03 11:14:04 +02:00
Rolf Bensch
00cfefa4b3
Canon imageRunner 1020/1024/1025 reported as working
2012-09-03 10:41:37 +02:00
Rolf Bensch
a9e4f1370c
use xdpi to check for 14" / A4 scan
2012-09-03 10:27:35 +02:00
Rolf Bensch
8da546df9c
Pixma MX370 supports 1200 dpi
2012-09-03 10:04:23 +02:00
Louis Lagendijk
f54f9c4db7
Updated Changelog for the changes to pixma_bjnp.c ad pixma_bjnp_private.h:
...
Added scan-button support as well as IPv6 support.
2012-08-27 19:55:48 +02:00
Louis Lagendijk
6f7a9645ed
Merge ssh://git.debian.org/git/sane/sane-backends
2012-08-27 19:49:19 +02:00
Rolf Bensch
f14ff15bdc
MG6100 support reported
2012-08-27 15:40:21 +02:00
m. allan noah
0662fceeb0
Fix busted comment
2012-08-26 13:40:02 -04:00
m. allan noah
130a556c4e
Revert "Revert "man update""
...
This reverts commit 7850bfc87a
.
2012-08-26 13:36:07 -04:00
m. allan noah
8d3cbf9a7f
Revert "Revert "Pixma MX370 reported as working""
...
This reverts commit 9f2b3f8fa4
.
2012-08-26 13:35:42 -04:00
m. allan noah
854c461f92
Revert "Revert "PIXMA_CAP_EXPERIMENT removed""
...
This reverts commit 567be37c19
.
2012-08-26 13:35:13 -04:00
m. allan noah
879f281487
Starting sane-backends 1.0.24git
2012-08-26 11:47:56 -04:00
m. allan noah
d353a1c5f2
Release of sane-backends 1.0.23
2012-08-26 11:00:21 -04:00
m. allan noah
567be37c19
Revert "PIXMA_CAP_EXPERIMENT removed"
...
This reverts commit 17e3d3fff2
.
2012-08-26 10:58:59 -04:00
m. allan noah
9f2b3f8fa4
Revert "Pixma MX370 reported as working"
...
This reverts commit 152552b983
.
2012-08-26 10:58:39 -04:00
m. allan noah
7850bfc87a
Revert "man update"
...
This reverts commit 689892bed2
.
2012-08-26 10:58:29 -04:00
Louis Lagendijk
9e68f66cc2
pixma_bjnp.c: Added more sockaddr support functions + some more re-factoring & clean-ups
2012-08-25 23:31:57 +02:00
Louis Lagendijk
d929acb1b2
pixma_bjnp.c Added bjnp_sockaddr_t, a union that makes all explicit typecasts for sockaddr_xxx unnecessary
...
This makes the code much cleaner
2012-08-25 23:28:10 +02:00
Louis Lagendijk
177fde920c
pixma_bjnp.c Minor code cleanups, add #defines for mosts hardcoded values
2012-08-25 23:27:53 +02:00
Louis Lagendijk
1b4cce5f2d
pixma_bjnp.c Adeded scanner discovery for IPv6
2012-08-25 23:27:36 +02:00
Louis Lagendijk
62c2a094f9
pixma_bjnp.c: let prepare_socket determine destination for braodcast
2012-08-25 23:27:23 +02:00
Louis Lagendijk
3c693c66e5
pixma_bjnp.c: Move socket creation out of find_devices
2012-08-25 23:27:09 +02:00
Louis Lagendijk
2be2111a1a
pixma_bjnp.c: some code cleanup
...
Use address from revfrom rather then the address returned n the discover response
Removed useless serial number code
Some refactoring to reduce the size of the find_devices() function: it is still too big
2012-08-25 23:26:49 +02:00
Louis Lagendijk
d6040014df
pixma_bjnp: added inintial ipv6 support
2012-08-25 23:26:35 +02:00
Louis Lagendijk
f9a70e14be
pixma_bjnp: add working scan button support
2012-08-25 23:25:49 +02:00
Louis Lagendijk
cea03f3946
pixma_io_sanei.c: corrected error handling for bjnp interface
2012-08-25 23:25:38 +02:00
Louis Lagendijk
fb1b31f82a
pixma_bjnp.c Use a single socket for broadcasts so we can use a single port (8612) as well.
...
Right now we were not in compliance with the documentation that stated so.
This makes firewalling much easier.
2012-08-25 23:25:23 +02:00
Louis Lagendijk
750f2e2a09
pixma_bjnp.c: fix compiler warnings
2012-08-25 23:25:08 +02:00
Louis Lagendijk
0bcf1530e3
pixma_bjnp.c: Some buggy routers return a bogus name on a reverse name lookup.
...
Perform a forward lookup on the name and see if the returned ip-address matches
2012-08-25 23:24:55 +02:00
Rolf Bensch
689892bed2
man update
2012-08-25 16:24:51 +02:00
Rolf Bensch
152552b983
Pixma MX370 reported as working
2012-08-25 16:23:26 +02:00
Rolf Bensch
17e3d3fff2
PIXMA_CAP_EXPERIMENT removed
2012-08-25 16:03:34 +02:00
Rolf Bensch
73d450dffa
changelog for recent work
2012-08-18 23:00:14 +02:00
Rolf Bensch
2fd87afa64
updated Dutch translation from Martin Kho
2012-08-18 22:32:29 +02:00
Chris Bagwell
699babff39
Really fix scan() symbol issue.
2012-08-17 19:18:02 -05:00
Chris Bagwell
ec0518cfe0
Fix scan symbol name issue in kvs40xx.c
...
Introduced in last commit to that file.
2012-08-17 18:55:44 -05:00
Rolf Bensch
6deca34cb9
remove fixme comment
2012-08-17 12:56:11 +02:00
Rolf Bensch
9e0d4aba0b
copyright updated
2012-08-16 16:14:38 +02:00
m. allan noah
a3853f9422
Updated scanimage deps
2012-08-14 21:53:19 -04:00
Rolf Bensch
55426f0f38
lineart fix for generation 1+2 scanners
2012-08-11 22:50:30 +02:00
m. allan noah
349a0104b9
updated scanimage and saned linker options
2012-08-09 21:03:10 -04:00