Wykres commitów

7904 Commity (0893dc530f49a91fc1510c08344f6b16871dfd4c)

Autor SHA1 Wiadomość Data
Rolf Bensch d5baddf003 reorder scanner defines 2013-10-11 19:20:13 +02:00
Nils Philippsen b491261f0c Improve Epson Expression 800
Epson Expression 800 models announce themselves as "processor", not
"scanner".
2013-10-08 16:10:20 +02:00
Rolf Bensch 472daf7816 update installation description for 1.0.25git 2013-10-02 19:04:44 +02:00
m. allan noah 0797f7bf9c whitespace commit to test alioth 2013-09-30 23:15:02 -04:00
m. allan noah 682c418f63 starting 1.0.25git 2013-09-30 22:53:21 -04:00
m. allan noah ad6a17ad7c Changes to release 1.0.24 2013-09-30 21:25:18 -04:00
m. allan noah 0d6c636149 updated translation from Martin Kho 2013-09-30 20:46:23 -04:00
Rolf Bensch e95e888c3b fix button support for Canon CS8800F 2013-09-30 16:22:12 +02:00
Rolf Bensch a178841287 new scanner Canon imageCLASS MF4770n 2013-09-24 21:25:19 +02:00
Alex Belkin b5ca4318c3 usb id for dell 1235cn, reported by Jean-Francois Labrousse. 2013-09-18 22:52:34 +04:00
m. allan noah a852ce8233 Added desc file for panamfs [#314219] 2013-09-17 22:34:51 -04:00
m. allan noah 6d219683fc rebuild configure with v4l flag 2013-09-17 22:33:31 -04:00
Christopher Brannon 0c6e905c62 Remove automagic dependency on v4l. 2013-09-17 21:43:34 -04:00
m. allan noah dbbcb61f09 microtek.c: add missing break (#314408) 2013-09-17 21:34:25 -04:00
m. allan noah 79bb4c58ab po/uk.po: updated by Yuri Chornoivan 2013-09-17 21:31:13 -04:00
m. allan noah 4b87fb9247 fujitsu and canon_dr doc updates 2013-09-17 21:27:36 -04:00
m. allan noah 3fdf42fe7b do our own upcasing to allow backend debugging in Turkish. 2013-09-17 20:53:07 -04:00
m. allan noah 9229049d4d Revert "Use "C" LC_CTYPE when converting backend names to env vars"
This reverts commit dd4f26a805.
2013-09-17 20:43:19 -04:00
Gerhard Jaeger d02ff54277 2013-09-16 Gerhard Jaeger <gerhard@gjaeger.de>
* backend/plustek-usbdevs.c: Tweaked motor settings for CanoScan N650U
* backend/plustek.c: Bumped build number
2013-09-16 17:16:45 +02:00
Gerhard Jaeger b5d1459dfd Tweaked motor settings for CanoScan N650U 2013-09-16 17:16:23 +02:00
Gerhard Jaeger b77df93a26 Bumped build number 2013-09-16 17:15:39 +02:00
Rolf Bensch a8461cbe7a new scanners Canon imageCLASS MF4570dw and imageRUNNER 1133 2013-09-13 14:06:38 +02:00
Rolf Bensch c04b748b21 Pixma backend version 0.17.4 2013-09-11 22:56:18 +02:00
Rolf Bensch dbfcd4dbcf new scanners Canon Pixma MG2400, MG2500, MG3500, MG5500, MG64000, MG6500 and MG7100 2013-09-11 22:53:37 +02:00
Paul Newall 6414d8a7a7 Added hero 4.1 model to kodakaio.desc 2013-09-08 18:10:15 +01:00
Dan Kegel 0f23fb3fc1 Epson Perfection 1650 doesn't support the FSG_STATUS_CANCEL_REQ bit. Fixes sane bug 312793/ debian bug 597922. 2013-09-02 12:08:49 +02:00
Alessandro Zummo 543393d90c close connection if an error occurs in the detection process 2013-08-29 11:33:24 +02:00
m. allan noah 98345c5dfe Enable pthread on linux by default
Also, Changlog entries for recent changes.
2013-08-27 21:52:17 -04:00
Olaf Meeuwissen dd4f26a805 Use "C" LC_CTYPE when converting backend names to env vars 2013-08-27 20:48:24 -04:00
Chris Bagwell af10791227 Improve libusb's error code for permission issues.
libusb on my Linux box is returning EACCES error when invalid
permissions exist.  Modify open to translate that into
SANE_STATUS_ECCESS_DENIED since that error description is
used for this case.

Modify sanei_usb_test.c to not treat access denied or busy
error codes as real failures since its expected to occur on
boxes that USB device is already claimed by another driver
and if that device uses default root only permissions.
2013-08-26 21:21:20 -05:00
Alex Belkin a4bfd6da07 Marked models tested by Samsung engineers as :good, and M267x 287x as :unsupported. 2013-08-25 22:12:04 +04:00
Olaf Meeuwissen f1dbf2965c Sync epkowa backend supported model info with new upstream release 2013-08-25 11:08:46 -05:00
Olaf Meeuwissen 071b7e802f Update :url field to point to new download site 2013-08-25 11:08:41 -05:00
Chris Bagwell 321a982875 Fixes to tools testsuite for distcheck target
Add missing data files to distribution.
Use $srcdir so tests work when build and source directory are not
the same.
2013-08-16 13:39:23 -05:00
Chris Bagwell 43da1e64c1 Add fake names to fake devices
strcmp() does not protect against NULL pointers and is
crashing on at least OS X for the fake devices we are creating
by setting device_number to MAX value.

Add a fake empty string to prevent this.
2013-08-16 13:10:32 -05:00
Chris Bagwell 317626116f Update sanei_config_test to use full config path
This lets test pass even when ran from a different location.

Also, added missing data files to distribution list.
These two things lets this test case pass when ran using "make distcheck".
2013-08-16 11:10:59 -05:00
Chris Bagwell 8b0e4257a9 Add support for winpthreads needed by mingw64
Keep existing pthread-win32 support.

Based on work from Michael Cronenworth for Fedora's mingw64
sane-backends package.
2013-08-15 13:51:05 -05:00
Chris Bagwell bc2dc68fa5 Improve snmp detection when cross compiling.
Improving here means do not set LIBS/CFLAGS if library is not detected.
This prevents some unknown options based to ld when host is Linux and
target is mingw32/64.  Further improvements are needed if one wants this
snmp support when cross compiling to really work.

Also, to make commit bisectable, updated all autofoo files using
'autoreconf -i -f' and repatching ltmain.sh.

Also, test-driver was missing from git repo but the Makefile.in
checked in expected it to exist.
2013-08-15 13:10:39 -05:00
Stéphane Voltz e3e5e9b3a3 implement brightness/constrast enhancement using gamma tables 2013-08-11 21:51:26 +02:00
Stéphane Voltz 017d8aaf88 add a verbose parameter to trace tests done 2013-08-07 06:49:54 +02:00
Stéphane Voltz 63d12e3ee9 add calibration file name option
- add an option to set calibration cache file name
- update man page and fr translation
2013-08-07 06:42:14 +02:00
Stéphane Voltz ff58b225bf add digital contrast and brightness 2013-08-05 21:28:39 +02:00
Stéphane Voltz b10f87f7ed fixed range overflow due to rounding in sanei_constrain_value
- fixed a bug in sanei_constrain_value spotted by
  viresh_shirol@yahoo.co.uk where range max was exceeded due to rounding
  in quantization
- added test case for sane fixed values range
2013-08-04 09:04:47 +02:00
Stéphane Voltz 77a7cc4443 changelog entry for hwdb patch, minor cleanups, copyright notice 2013-08-02 22:51:58 +02:00
Tom Gundersen 3087a5efb5 sane-desc: add support for udev's hwdb
udev now comes with a hardware database (hwdb) which is meant to replace large
rule files as the one typically shipped with sane. This should significantly
speed up the processing of usb add events.

Add the required output format and add a special udev output mode which is
produces the udev file to be used with hwdb.

Sample hwdb file: <https://dev.archlinux.org/~tomegun/20-sane.hwdb>.
Sample udev+hwdb rules file:
                       <https://dev.archlinux.org/~tomegun/53-sane.rules>.

Similar support was recently added to gphoto2:
                            <http://sourceforge.net/p/gphoto/code/14490/>.

The new udev rules file does not support old udev/kernels as these anyway
don't support hwdb.

Moreover, it does not come with GROUP=/MODE= or ACL support as this can easily
be done externally by hooking into the libsane_matched envvar. In particular
systemd-logind uses this to do its own ACL handling.
2013-08-02 22:18:11 +02:00
Stéphane Voltz 234d6f1320 add missing Makefile.in 2013-08-02 22:16:34 +02:00
Stéphane Voltz fdadecc509 add testsuite for sane-desc
- add a tools sudbir in testsuite
- add a desc test file
- record test references
- add check in Makefile to run and compare output
2013-08-02 22:16:33 +02:00
m. allan noah 4029979bd9 Add changelog entry and correct date for v41 2013-07-31 21:43:09 -04:00
m. allan noah eacdc3a5b3 canon_dr backend version 41
- initial P-208 and P-215 support
- bug fix for calibration of scanners with duplex_offset
- allow duplex_offset to be controlled from config file
2013-07-31 21:38:25 -04:00
Stéphane Voltz 02297e0ae9 changelog entry for #314339 bug fix 2013-07-30 16:12:19 +02:00