Wykres commitów

7788 Commity (1c3ec28ab8951afe07f2b61d53eae56239ea9a70)

Autor SHA1 Wiadomość Data
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
m. allan noah 5db1962493 cleanup recent kodakaio commit 2012-08-09 20:37:50 -04:00
Paul Newall 9ed65d3ea2 Tidy poll call in kodakaio 2012-08-09 16:33:41 +01:00
Stéphane Voltz 245c9600f3 changelog entry for genesys backend update 2012-08-08 20:53:41 +02:00
Stéphane Voltz f131f22eb6 add forgortten description of --disable-dynamic-lineart 2012-08-08 20:46:23 +02:00
Stéphane Voltz fd47a2512c limit hardware lineart up to 600 dpi for gl847 scanners
- due to interleaving at bit level and uneven sub sensor length,
  hardware lineart is almost unworkable when resolution exceeds 600.
2012-08-08 20:46:23 +02:00
Stéphane Voltz d89087c6c6 make dynamic lineart work again with other digital processing 2012-08-08 20:46:23 +02:00
Stéphane Voltz bc944544d2 enable normal lineart for gl847 scanners 2012-08-08 20:46:23 +02:00
Stéphane Voltz 40e0e25046 btch scan fix for sheetfed scanners 2012-08-08 20:46:23 +02:00
Stéphane Voltz 726a2d0126 fix dynamic_lineart flag setup 2012-08-08 06:54:11 +02:00
Stéphane Voltz 07ec3ead6f fix dynamic lineart for sheet-fed gl841 scanner
- there number of bytes to read is equal to the number of bytes
in gray mode
2012-08-08 06:54:11 +02:00
Stéphane Voltz 1571492fcc fix lineart scanning below 300 dpi for gl124 scanners
- drop software line interpolation for LINESEL use
2012-08-08 06:54:11 +02:00
Stéphane Voltz 41733d874e fix genesys issues when using saned
- fix --clear-calibration option descriptor
- rewrite dynmaic lineart code to fix incorrect returned data length
2012-08-08 06:54:11 +02:00
Chris Bagwell 8d8eb5ee29 fix missing scan symbol broken in previous kvs20xx commit 2012-08-07 21:56:14 -05:00
Chris Bagwell 3cd6b7e1b2 Add changelog entry for last few commits. 2012-08-07 21:07:30 -05:00
Chris Bagwell 67b011b48c Fix duplicate symbol errors in kvs20xx/kvs40xx
These 2 backends are basically copy&paste of each other and so
have duplicate symbol names.

When using prelink backend option, the duplicates will conflict
and cause compile failure.  Probably even in shared libraries
this can be an issue in some cases.

Solved by converting functions to static when possible and
adding a kvs40xx_/kvs20xx_ prefix in remaining cases.
2012-08-07 21:01:35 -05:00
Chris Bagwell 8086c98434 Fix unresolved symbols in hp5590_low backend
It was using byte order utils but not including byteorder.h.
2012-08-07 21:00:13 -05:00
Chris Bagwell c8dde5e271 Make preload DLL backend's symbols make prototypes
Most errors were in return values. Some compilers, especially
64-bit ones, are picky about this and fail to compile.
2012-08-07 20:57:44 -05:00
Rolf Bensch db712fed76 changelog for recent work 2012-07-31 13:46:25 +02:00
Rolf Bensch 9996414623 pixma version 0.17.0 2012-07-31 13:27:19 +02:00
Rolf Bensch f63cd01f7f doc updates for release 2012-07-31 13:19:37 +02:00
m. allan noah c4c141e84e changelog for recent commits 2012-07-30 21:46:22 -04:00
m. allan noah 7b11e53b54 Various documentation repairs 2012-07-30 21:42:52 -04:00
m. allan noah 91322ff8e8 Increase kvs1025 max paper size 2012-07-30 21:36:17 -04:00
Stef b81cad9ef4 changelog entry for genesys backend fix 2012-07-30 11:19:20 +02:00
Stef dd2b18c1d2 fix '5x5 2 fois' test case
- there is no sane_cancel call betewwen each scans in batch scanning
  so call end_scan when all data has been read from the scanner
2012-07-30 11:16:51 +02:00
Paul Newall 2065cba6a9 changelog 2012-07-30 00:11:12 +01:00
Paul Newall 6ed8edeb02 added advent 2012-07-30 00:07:00 +01:00
Paul Newall ea11d9d4c6 add usbid kodakaio 2012-07-28 22:56:37 +01:00
Rolf Bensch 2ce76a9a7d changelog for recent work 2012-07-28 14:23:16 +02:00