Wykres commitów

8214 Commity (d9e4ff311a07d8e743aaa568482a749b5e304aaf)

Autor SHA1 Wiadomość Data
Alessandro Zummo d9e4ff311a epson2: fixed comment about usb ids format 2015-09-10 17:12:32 +02:00
Alessandro Zummo 254cc21b5f epson2: fix scsi entries in epson2.desc 2015-09-10 17:02:51 +02:00
Alessandro Zummo bd93d92a93 epson2: fix resolutions for Epson 4870/4990 2015-09-10 16:48:11 +02:00
Alessandro Zummo a5c2607755 epson2: upated supported models 2015-09-10 16:09:40 +02:00
Stéphane Voltz 85a448be1f fix genesys man and desc
- no LiDE 120 support
2015-09-09 21:25:47 +02:00
Stéphane Voltz c132ac07db file mode change 2015-09-09 21:24:56 +02:00
Olaf Meeuwissen 85a7609557 Add specifications file for the external `utsushi` backend 2015-09-08 22:23:23 -04:00
Olaf Meeuwissen 28d1b2e4d6 Sync doc/descriptions-external/epkowa.desc with latest upstream 2015-09-08 22:23:23 -04:00
Olaf Meeuwissen d8c5dd00fe Add info to get an IEEE1394 connected GT-X700 recognized by udev
This assumes that all of GT-X900, Perfection V700 and Perfection V750
advertise themselves as GT-X900 in their SCSI info.  Only the V700 is
known to do so at present.
2015-09-08 22:23:23 -04:00
m. allan noah f8725993d3 artec_eplus48u.c: fix HOME env bug #315071 (from Jörg Frings-Fürst) 2015-09-08 21:52:02 -04:00
Rolf Bensch ccf737af96 changelog for recent work 2015-09-03 20:10:10 +02:00
Rolf Bensch 697d834023 Pixma backend version 0.17.22 2015-09-03 20:09:46 +02:00
Rolf Bensch af4b717297 MP990 needs specific reordering pixels for 4800 dpi 2015-09-03 20:07:17 +02:00
m. allan noah f45e1669bc canon_dr/fujitsu doc updates 2015-08-31 21:30:33 -04:00
m. allan noah a158339c57 disable epsonds if no libjpeg 2015-08-31 21:18:30 -04:00
m. allan noah 7566619e53 rebuild with automake 1.14.1 2015-08-31 20:58:30 -04:00
Yuval Levy 9653f1358e Clarify use of --buffer-size option 2015-08-31 20:31:54 -04:00
Yuri Chornoivan 648d933c56 Fix minor typos in messages and comments 2015-08-31 20:31:54 -04:00
Olaf Meeuwissen 11a7ac14af Fix typo in release date 2015-08-31 20:31:54 -04:00
Niels Ole Salscheider e47cb8d2b4 Do not use STRINGIFY for LIBDIR but pass "LIBDIR" from build system 2015-08-31 20:31:54 -04:00
Christopher Brannon 35ef89dd0f use pkg-config to look up systemd paths
Since systemd has always shipped pkg-config files, we should use them.
This also fixes cross-compiling by not relying on hardcoded host paths.
2015-08-31 20:31:54 -04:00
Christopher Brannon c4ae327be5 add a configure flag to control systemd support
This way people can easily disable systemd support locally.
2015-08-31 20:31:53 -04:00
Klaus Kämpf 5337625f3a New backend pieusb
This commit adds support for (slide) scanners based
on Pacific Image Electronics (PIE) oem scan hardware.

It is known to match the following USB scanners

  PIE PowerSlide 3600       Untested
  PIE PowerSlide 3650       Untested
  PIE PowerSlide 4000       Untested
  PIE PowerSlide 5000       Untested
  Reflecta CrystalScan 7200 Untested
  Reflecta ProScan 7200     Untested
  Reflecta DigitDia 4000    Untested
  Reflecta DigitDia 5000    Untested
  Reflecta DigitDia 6000    Ok

The backend is based on work by Jan Vleeshouwers and Michael Rickmann.

Special thanks to Stéphane Voltz for the code review.

Add pieusb to backend/Makefile.am
Add pieusb to doc/Makefile.am
Add missing sanei/sanei_ir.c, sanei/sanei_ir.h, adapt Makefile.am
configure.ac: Add 'pieusb' to ALL_BACKENDS
ChangeLog: Add pieusb as new backend
Mark infrared functions as internal: sane_ir_* -> sanei_ir_*
sanei/sanei_ir.c: fix memory leaks
pieusb: rename cmdGetMode and cmdSetScanHead
	... to their sanei_pieusb_cmd_... equivalent
pieusb: rename definition_list_head to pieusb_definition_list_head
Add pieusb to AUTHORS
pieusb: copyright 2012-2015
pieusb: don't include sanei_thread.h
2015-08-31 21:07:12 +02:00
m. allan noah 9ca9cd2f56 fujitsu backend v127
- separate iX100 from iX500 settings
- iX100 has gray and lineart
2015-08-25 19:49:37 -04:00
m. allan noah 8516da91b4 canon_dr backend v51
- DR-C125 does not invert_tly, does need sw_lut
2015-08-25 19:33:51 -04:00
m. allan noah 2cb3140903 fujitsu backend v126
- initial support for iX100
- add late_lut support for iX500/iX100
2015-08-23 20:52:49 -04:00
m. allan noah 2f68498ee5 canon_dr backend v1.0.50
- DR-C125 adds duplex padding on back side
- initial support for DR-C225
2015-08-23 20:52:49 -04:00
Rolf Bensch dc2d8cdcab fix typo 2015-08-21 10:41:45 +02:00
Rolf Bensch f54b6ea704 changelog for recent work 2015-08-20 23:35:12 +02:00
Rolf Bensch 4a6d0be34e remove atexit() function
- in some cases atexit() doesn't work with libusb-compat
  - all exit() functions are replaced by scanimage_exit()
  - scanimage_exit() has a new parameter (exit status)
2015-08-20 23:34:33 +02:00
Rolf Bensch 1c05bee77c add development environment 2015-08-20 22:27:22 +02:00
Rolf Bensch 4a6e6c1e8a changelog for recent work 2015-08-10 23:23:08 +02:00
Rolf Bensch 12bca33625 Pixma backend version 0.17.21 2015-08-10 23:20:56 +02:00
Rolf Bensch 2f4c0c16c4 EOF is a bjnp timeout error 2015-08-10 23:19:58 +02:00
Stéphane Voltz a9e91885b0 chnagelog for bugfixes 2015-08-10 21:57:40 +02:00
Stéphane Voltz 6e9f6de1bc fix for #300132
- free memory allocated by sane_get_devices()
2015-08-10 21:49:38 +02:00
Stéphane Voltz e8c11a0849 fix for #300131
- free memory allocated by sane_get_devices()
2015-08-10 21:47:41 +02:00
Stéphane Voltz c3f0904b80 fix for #300130
- free memory allocated by sane_get_devices()
2015-08-10 21:42:09 +02:00
Stéphane Voltz f73b2e3dbf fix for #300129
- free memory allocated by sane_get_devices()
2015-08-10 21:38:16 +02:00
Stéphane Voltz 39695d73c2 fix for #300127
- free memory allocated by sane_get_devices()
2015-08-10 21:34:24 +02:00
Stéphane Voltz 7fb21d541a fix for #300126
- free memory allocated by sane_get_devices()
2015-08-10 21:30:19 +02:00
Stéphane Voltz 5129434b99 fix for #300124
- free memory allocated by sane_get_devices()
2015-08-10 21:27:33 +02:00
Stéphane Voltz 0e78307bdc fix for #300122
- free device list allocated in sane_get_devices()
2015-08-10 21:20:26 +02:00
Stéphane Voltz c39bc5ac07 fix for #300121
- free device list allocated in sane_get_devices()
2015-08-10 21:18:15 +02:00
Stéphane Voltz debdba5b8c fix for #300120
- free device list allocated in sane_get_devices()
2015-08-08 22:04:37 +02:00
Stéphane Voltz 83457dbb2f changelog for bugfixes 2015-08-08 21:48:01 +02:00
Stéphane Voltz 07d8b48097 don't harcode /usr/local/include
- fix for #315060
2015-08-08 21:41:04 +02:00
Stéphane Voltz 1f1385ea67 fix memleaks in pnm backend
- fix memleaks reported in bug #313553
2015-08-08 21:31:05 +02:00
Rolf Bensch dcce33376f changelog for recent work 2015-08-07 23:22:24 +02:00
Rolf Bensch 9188678fc0 Pixma backend version 0.17.20 2015-08-07 23:21:04 +02:00