Wykres commitów

3431 Commity (a0cb0435bc117fe5baafb4eabe801562e91e2544)

Autor SHA1 Wiadomość Data
Julien BLACHE f4ff1b74f6 Add mDNS DNS-SD support to saned and the net backend so they can announce
and discover each other automatically.

Optional at configure time, requires Avahi >= 0.6.4.
2008-04-11 17:18:19 +00:00
Julien BLACHE 90a1c88e0d saned can now drop privileges when running in standalone mode. 2008-04-10 16:55:36 +00:00
Julien BLACHE cbb3833dbe Add a PID file. 2008-04-10 16:39:06 +00:00
Julien BLACHE ce7efefec7 Replace daemon() with an open-coded equivalent. 2008-04-10 16:31:17 +00:00
Nicolas Martin 67ebd9576c Modifications for PIXMA MP970, to manage CCD sensor with PIXMA generation 3 protocol. To be tested. 2008-04-06 19:46:15 +00:00
Julien BLACHE 9c6fea1943 Add standalone daemon mode, building upon the AF-indep/IPv6 debug mode.
Reorganize code by splitting the main() function into a series of functions.
Factorize common code between the old network code and the AF-indep code. There's now only one version of main().
2008-04-06 15:21:47 +00:00
Stéphane Voltz 79fbd0c2f1 - added OPT_CUSTOM_GAMMA and OPT_GAMMA_VECTOR* options for GL646
- fixed allocation bugs detected by valgrind
	- fixed bugs detected by 'tstbackend -r 1 -l 1'
	- allow 'genesys' as default value for backend opening
	- made OPT_COLOR_FILTER effectively work for GL646 scanners
	- split sane_control_options() to make it more readable
2008-04-05 09:21:56 +00:00
Stéphane Voltz 0239a8344a - split sane_control_option to make it more readable 2008-04-05 09:11:47 +00:00
Nicolas Martin d9d44cbe72 Added a tempo before failing in NO PAPER in ADF scan, declared MX850, changed MP970 to Generation 3. 2008-04-02 20:13:48 +00:00
Julien BLACHE 95f01b7244 HAL 0.5.11-rc2 does not support the info.bus property anymore; superseded by
info.subsystem. Unfortunately, this is not backward-compatible, so add a new
"hal-new" mode to sane-desc.
2008-03-28 20:57:59 +00:00
Julien BLACHE 8ed0d66582 Do not blindly use ftok() in snapscani_mutex_open(). Compute an IPC key based
on the product ID, bus number and device number for libusb devices; fallback
to ftok() otherwise and check the return value.
2008-03-28 20:39:02 +00:00
m. allan noah 1ee8fa1d8f add usleep to improve usb performance, from jim a t meyering d o t net 2008-03-28 14:37:36 +00:00
m. allan noah 127c77c1e5 add class 6 to usb detection code, fix scsi detection bug 2008-03-28 14:13:23 +00:00
Stéphane Voltz b85ec879da - rts8891 backend inclusion 2008-03-22 14:33:36 +00:00
Julien BLACHE 5ba1b2b917 Fix messages around getservbyname() in the IPv4 code to mention "sane-port" instead of "sane". 2008-03-20 21:47:14 +00:00
Julien BLACHE 59e7f02026 Remove _stdint.h and byteorder.h in the distclean target. 2008-03-20 21:14:04 +00:00
Nicolas Martin 52ec47a434 Added Canon PIXMA MX700, declared MX300 and MX310, and updated some descriptions. 2008-03-16 16:33:53 +00:00
Julien BLACHE c394bbb726 Fix typo in sanei_usb.h. 2008-03-15 14:57:51 +00:00
Stéphane Voltz 5be6af9c72 - removed scanners supported by the lexmark backend from
unsupported.desc
	- umax_pp small copyright refresh
2008-03-02 15:01:13 +00:00
Gerard Klaver f6404bfcef doc/descriptions/as6e added Dexxa 4800 2008-03-01 13:09:25 +00:00
Jonathan Bravo Lopez ebc0909bdb * backend/hp3900_sane.c: Fixed optional grayscale emulation
* backend/hp3900_debug.c: Silence gcc warnings when tiffio.h is not used
2008-02-26 09:23:23 +00:00
m. allan noah ebf7fbc30b fujitsu backend v1.0.57, minor updates to debug color interlace on fi-5900 2008-02-26 02:16:06 +00:00
Nicolas Martin c8ffa75b6a Update for PIXMA MP140 now working with pixma backend 2008-02-24 09:28:22 +00:00
Pierre Willenbrock e14de20478 * backend/genesys_gl841.c: Make LEDs go really dark when "lamp" is off 2008-02-23 14:20:23 +00:00
Nicolas Martin 1560763771 Update pixma backend for MP140 and MP710 models 2008-02-22 21:47:31 +00:00
Pierre Willenbrock f18481ca40 * backend/genesys_gl841.c: Fix debugging output of gl841_bulk_write_register 2008-02-22 00:33:30 +00:00
Pierre Willenbrock f183b6fe00 * backend/genesys.c, backend/genesys_gl646.c,
backend/genesys_gl841.c, backend/genesys_low.h: Add LED exposure
control to gl841_set_lamp_power
2008-02-21 15:49:18 +00:00
Pierre Willenbrock babeea8be2 * backend/genesys_gl841.c: Send 32 registers at once instead of 1 2008-02-20 18:16:21 +00:00
Mattias Ellert d9e30e41a0 Library version definition fixes 2008-02-20 00:37:10 +00:00
Alessandro Zummo 4f022fba36 added coolscan3 backend 2008-02-19 10:46:06 +00:00
Nicolas Martin 3c9f28e17d *** empty log message *** 2008-02-18 20:53:41 +00:00
Nicolas Martin a1265b6dad New models changes:
- added: Pixma MP210, MP470, MP520, MP610
 - added: MultiPASS MP710
 - declared untested: MP140, MP220, MultiPASS MP740
 - declared experimental and untested: MP970
Bugs and fixes
 - multipage documents scan no more fails with non-ADF MPs
 - IO Fail bug when scanning large pages e.g. with Xsane
 - implement send_time message form MP710, MP730 family
 - run indent -gnu on all pixma_* source files.
2008-02-17 15:49:43 +00:00
m. allan noah db29ded1d1 sanei_read_config has already cleaned string, fix bug #310597 2008-02-14 16:37:45 +00:00
Pierre Willenbrock 91644b76b9 Patch by Stefan Lucke <stefan@lucke.in-berlin.de>
* backend/genesys_gl841.c: Fixes 3 possibilities for infinite
  loops and adjusts loop threshold to given comments
2008-02-13 12:20:04 +00:00
Jonathan Bravo Lopez e1f9664106 Added support for a new scanner: HP ScanJet G2710
Minor changes
2008-02-13 06:35:26 +00:00
m. allan noah 5158f5113b sane 1.0.19-cvs 2008-02-11 02:50:55 +00:00
m. allan noah 753706f6e7 fix broken DISTFILES, etc 2008-02-10 23:02:31 +00:00
m. allan noah 1e572167d7 SANE 1.0.19 release 2008-02-10 20:32:40 +00:00
m. allan noah 2c5ba93ff4 add usb id 2008-02-09 23:57:59 +00:00
Rene Rebe abf10f87a3 * backend/avision.ch: fixed device list matching for entries
with partial matches on USB ID, but vendor / product string
          matches as mostly only the HP5300 vs. HP5370, fixed non-color
          calibration for devices not filling all RGB fields of calibration
          format information, do not send 3x3 color matrix to older devices
          (ASIC versions) as some HP53xx does not correctly handle it,
          improved calibration accuracy and fixed transparency adapter
          detection to not use non-zero as present, but just 1 (some
          devices now set 0xff as (-1) - not present ...
2008-02-09 10:42:46 +00:00
m. allan noah 65fa50cd4d add usb ids 2008-02-08 00:27:50 +00:00
m. allan noah 994bef3b16 reduce gcc pedantic/ansi warnings from 690 to 280 lines, mostly via casts in
str*() calls, also update hpljm1005 sane_cancel code
2008-02-04 01:20:01 +00:00
Mattias Ellert 1aaed781b6 Fix format warnings 2008-02-03 12:09:09 +00:00
Mattias Ellert af663bc5e7 Fix format warnings 2008-02-03 10:34:20 +00:00
Mattias Ellert 65ef626e1a Fix incompatible pointer type warning 2008-02-03 08:22:29 +00:00
Mattias Ellert e13bee7577 Fix incompatible pointer type warning 2008-02-03 07:47:55 +00:00
Mattias Ellert 22efa538b7 Fix warnings about ignored --datarootdir 2008-02-03 06:59:36 +00:00
Mattias Ellert 74c81b6daf Fix deps and missing includes 2008-02-02 21:18:13 +00:00
Mattias Ellert 416a155ca3 make tiffio.h optional 2008-02-02 12:20:46 +00:00
Gerhard Jaeger c290416ff4 * po/sane-backends.no.po: renamed to sane-backends.nb.po
* po/Makefile.in: norwegian bokmål locale is nb and not no
2008-02-01 13:55:25 +00:00
m. allan noah d2516a3fcd fix bug- call sane_get_devices if required for sane_open 2008-01-30 19:13:27 +00:00
m. allan noah a330f4b2d8 fix snapscan bug, add LiDE 600F 2008-01-29 17:48:42 +00:00
Alessandro Zummo 6322e207ef added epson2 .desc file 2008-01-23 17:06:46 +00:00
m. allan noah 6f8f3765f1 remove 'new' flag 2008-01-23 01:51:09 +00:00
m. allan noah 587744776e add DBG calls to hpljm1005, hide 'compression arg' option in fujitsu 2008-01-23 01:21:21 +00:00
m. allan noah 5afcaa4489 adding hpljm1005 backend (i know, i know, so much for feature freeze :)
latest .fr updates
2008-01-18 01:27:22 +00:00
m. allan noah 58045b775b updated fr translation from Yann E. MORIN, added S500M usb id to fujitsu 2008-01-17 01:03:43 +00:00
Jonathan Bravo Lopez 04c145d8d1 Fixed compilation warning related to an argument type in Read_Bulk function 2008-01-16 10:38:42 +00:00
m. allan noah e7e161c6ee translation update from Yann E. MORIN 2008-01-15 01:13:59 +00:00
Gerard Klaver 638eda0036 update teco2.c, teco_request_routine, add init value to size 2008-01-12 13:37:03 +00:00
Alessandro Zummo f31871bd6d changed functions prefix (esci_ for device commands,
e2_ for driver's functions), better handling of tpu area,
fixed tpu detection, changed freeing of line buffers,
fixed some XXXs.
2008-01-09 17:10:08 +00:00
Alessandro Zummo 5af50cf25d fix compilation with cygwin
closes: #307969
2008-01-08 23:04:04 +00:00
m. allan noah dc61dc4471 add new hs2p backend for ricoh is450 series scanners 2008-01-03 02:42:32 +00:00
m. allan noah 3f857c4c82 update backend as per m. ellert's FIRMWARE_DIRS/DATADIR suggestion 2007-12-30 01:31:13 +00:00
m. allan noah 09f523defe remove support for SANE_FRAME_JPEG, add other frame types but commented out 2007-12-29 21:36:25 +00:00
Alessandro Zummo 4cf7b16449 backend/epson2.c, added network scanner autodiscovery 2007-12-26 11:34:17 +00:00
Alessandro Zummo 5655e0886f updated changelog with udp changes. 2007-12-26 11:27:52 +00:00
Julien BLACHE a9397f20cc Add missing closing paren to error message. 2007-12-24 11:18:17 +00:00
Julien BLACHE a688f66ce6 Do not build plustek_pp on Hurd. Patch from Samuel Thibault <samuel.thibault@ens-lyon.org>. 2007-12-24 11:15:27 +00:00
Jonathan Bravo Lopez ba4eaad25d Fixed bug which made slide/negative scans unusable and changed area constrains for some hp3900 scanners 2007-12-21 13:10:40 +00:00
m. allan noah d3cc1b13a8 backend version 1.0.10- fix missing function 2007-12-19 22:14:19 +00:00
Jonathan Bravo Lopez 785f67981b Updated spanish translation. Fixed compilation warning in check-usb-chip.c 2007-12-19 14:25:43 +00:00
Mattias Ellert 4bb074f81c New translation keys for hp3900 backend. Updated Swedish translation 2007-12-19 10:47:04 +00:00
m. allan noah 559212e96e Adding v1.0.9 of the epjitsu backend: supports Epson-based Fujitsu scanners,
currently the fi-60F flatbed and ScanSnap S300 duplex ADF machines
2007-12-18 02:02:51 +00:00
Gerhard Jaeger 7b7a80e679 * backend/plustek-usb.[ch] backend/plustek-usbcal.c backend/plustek-usbimg.c
backend/plustek-usbio.c backend/plustek-usbshading.c: Fixed ARM/Xscale
  issues.
* backend/plustek.c: Bumped build number
* doc/plustek/Plustek-USB-TODO.txt doc/plustek/Plustek-USB.changes: Update
2007-12-17 14:29:00 +00:00
Alessandro Zummo 569bdc5300 fixed model detection,
depth detection and removed some unused
variables.
2007-12-15 11:37:53 +00:00
Jonathan Bravo Lopez 46376814f2 Added files for 'hp3900' backend 2007-12-13 00:26:08 +00:00
Alessandro Zummo 83e5a63060 use epson2_model where possible,
fixed segmentation fault.
2007-12-10 17:32:54 +00:00
Giuseppe Sacco d4a6f33c38 Added esperanto translation, per Antonio Codazzi 2007-12-08 18:20:54 +00:00
Gerhard Jaeger b441de8774 * doc/sane-plustek.man doc/plustek/Plustek-USB.changes: Update 2007-11-23 16:48:07 +00:00
Gerhard Jaeger 15be36e0b4 * backend/plustek-usb.[ch] backend/plustek-usbcal.c
backend/plustek-usbdevs.c backend/plustek.[ch]:
  Tweaked TravelScan464 settings. Improved AFE gaincalculation
  for CIS devices. This should avoid stripes in the scanned images.
2007-11-23 16:46:05 +00:00
Gerhard Jaeger 3ef789f55b Update due to changes in the Plustek backend 2007-11-23 07:54:48 +00:00
Pierre Willenbrock 8d2069c0dd * backend/genesys.c, backend/genesys_devices.c, backend/genesys_low.h,
backend/genesys_gl646.c, backend/genesys_gl841.c: add infrastructure for
  multiple motor power modes
2007-11-22 14:05:13 +00:00
Pierre Willenbrock f58aa28cd0 * backend/genesys_gl841.c: add internal flag for disabling lamp
during scan(useful for black level calibration)
2007-11-21 17:54:44 +00:00
Mattias Ellert 82b8049f5d Fix for bug #306775 2007-11-18 11:09:05 +00:00
Mattias Ellert 7c6b4d6a99 Fix handling of valid "negative" PIDs 2007-11-18 10:59:18 +00:00
Alessandro Zummo 26e167cdec backend/epson2.c: removed quick-format option. it's
the job of a frontend to provide such a commodity.
removed confusing parameters (preview-speed, speed).
when a preview is requested, the scanner will be
set to high speed (if possible).
removed references to the never implemented zoom function.
the function that shortened the list was actually
missing the first entry.
more resolutions addedd for networked scanners.
added support for Perfection 4990 (Claus Boje).
2007-11-18 09:36:04 +00:00
m. allan noah b4e05e5e23 update to backend version 1.0.53
- add ID for S510
 - note jblache's NUM_OPTS type fix
2007-11-18 01:48:20 +00:00
Rene Rebe 6b45291c02 * backend/avision.[ch]:
Implemented support for latest Avision ASICs and features,
          including overscan, background raster, software scaling for
          cheaper ASICs used in HP scanners. Changed types used to
          more portable uint* ones, without underscore (_), removed
          in-file ChangeLog history, as the files became big enough.
          Implemented early calibration for easier handling of
          Avision-based film scanners and implemented support for
          2-pass duplex scanners.
2007-11-17 16:19:53 +00:00
Mattias Ellert 0f3a068bfd Fixing doxygen warnings 2007-11-16 12:31:59 +00:00
Gerhard Jaeger ec74551da4 * include/sane/sanei_usb.h sanei/sanei_usb.c: Added function
sanei_usb_get_descriptor() to retrieve some infos about a connected
  device
2007-11-16 08:48:14 +00:00
Gerhard Jaeger f8eb9260a6 * backend/plustek-usb.[ch] backend/plustek-usbcal.c
backend/plustek-usbdevs.c backend/plustek-usbshading.c
  backend/plustek.[ch] backend/plustek.conf.in:
  Tweaked TravelScan464 settings. Added possibility to disable
  dark-calibration with lamp on (touches devices like CanoScan1220 etc.)
  Use attribute packed for data access structs

* doc/sane-plustek.man doc/plustek/Plustek-USB.changes: Update
2007-11-16 08:42:55 +00:00
Mattias Ellert abd402ad51 Correct the test of the return value from sanei_thread_begin 2007-11-16 08:04:02 +00:00
Julien BLACHE eb850185bb Update epkowa.desc for iScan! 2.10.0. 2007-11-12 09:10:09 +00:00
Pierre Willenbrock 6fcca0d4fd * backend/genesys_gl841.c: add check for low brightness 2007-11-11 22:59:20 +00:00
Pierre Willenbrock bb2263e81b * backend/genesys.c, backend/genesys_gl646.c,
backend/genesys_gl841.c, backend/genesys_low.h: change
  bulk_write_register to take number of registers instead of
  byte size of register set
2007-11-11 21:50:00 +00:00
Mattias Ellert 71be983cdd use SCSITaskSGElement if available 2007-11-10 15:44:41 +00:00
Mattias Ellert 71f9081904 MacOS X updates 2007-11-10 11:35:34 +00:00
Mattias Ellert 93e856b53f Cross compilation fixes and libtool update 2007-11-10 07:12:55 +00:00
Gerhard Jaeger 6e67a84696 * doc/plustek/Plustek-USB.changes doc/sane-plustek.man: Update
* backend/plustek.c: Bumped build number
* doc/descriptions/unsupported.desc: Updated some entries
* backend/plustek-usb.c backend/plustek-usbimg.c backend/plustek-usbmap.c
  backend/plustek-usbscan.c backend/plustek-usbshading.c: Fixed copyright
* backend/plustek-usb.h backend/plustek-usbdevs.c
  doc/descriptions/plustek.desc: Added support for TravelScan464
2007-11-08 19:53:54 +00:00
Julien BLACHE f5a4d0af2b Added the Epson DX-6000 (04b8:082e) based on user report. 2007-10-28 09:57:44 +00:00
Julien BLACHE d36abf100e Fix date. Oops. 2007-10-27 09:09:29 +00:00
Julien BLACHE 7a90266998 Fix legacy IPv4 code. 2007-10-27 09:07:28 +00:00
Julien BLACHE 7ca41423ac OPT_NUM_OPTS must be of type SANE_TYPE_INT. 2007-10-26 14:56:38 +00:00
Pierre Willenbrock 6d4a3ac828 * backend/genesys.c: Removed some more hardcoded sizeof(Genesys_Register_Set) 2007-10-25 13:41:21 +00:00
Julien BLACHE cba7922706 Fix strncpy()/strncat() usage in check_for_driver(). From Johannes Meixner at SuSE. 2007-10-25 13:25:42 +00:00
Julien BLACHE b349d9c500 Fix boundary checking after the for() loop in sanei_ab306_open(). From Johannes Meixner at SuSE. 2007-10-25 13:23:52 +00:00
Pierre Willenbrock 7459dfe035 * backend/genesys_gl841.c: Hopefully removed the remaining hardcoded
sizeof(Genesys_Register_Set)
* ChangeLog: fixed date of my previous commit
2007-10-25 13:12:29 +00:00
Pierre Willenbrock e403a87c10 * backend/genesys_gl841.c: One more instance of
sizeof(Genesys_Register_Set) vs 2
* backend/genesys.c: Add check for small register set in
  sanei_genesys_get_address
2007-10-25 12:44:33 +00:00
Julien BLACHE 4cf4d8dd7f Add an optional connection timeout option for the net backend. This can be used to prevent the backend from hanging for several minutes when the saned server is unresponsive. 2007-10-24 10:32:46 +00:00
Stéphane Voltz 76b0c6d7e8 - added rts8801/rts8891 detection 2007-10-19 15:12:48 +00:00
Pierre Willenbrock d60b98bfca use sizeof(Genesys_Register_Set) instead of 2 2007-10-13 14:36:49 +00:00
Bertrik Sikken 3583622d04 Updated with changes for 2007-10-07 2007-10-07 11:18:19 +00:00
Julien BLACHE 2b3275c001 Mark the Brother DCP-117C support as good and add USB IDs, based on user report. 2007-10-02 09:41:26 +00:00
Stéphane Voltz 148e4bb599 - fixed compilation warnings 2007-10-01 05:03:06 +00:00
Stéphane Voltz dce6df9182 - moved experimental version to current tree 2007-10-01 04:27:24 +00:00
Stéphane Voltz 8c638f5802 - added the 'Genius ColorPage-Life Pro' as supported by the
umax_pp backend
2007-10-01 03:53:56 +00:00
Bertrik Sikken c389f15de8 Added changes for 2007-09-28 2007-09-28 13:59:06 +00:00
Bertrik Sikken 8da8e2373f Added changes for 2007-09-25 2007-09-28 11:19:31 +00:00
Julien BLACHE 929f057596 Fix typos in backend-writing.txt. 2007-09-27 09:30:25 +00:00
Julien BLACHE 82602663f3 Added pointer to http://code.google.com/p/kvss905c/ for the Panasonic KV-SS905C and Panasonic KV-S3105C scanners. 2007-09-26 18:49:51 +00:00
Bertrik Sikken daaa446403 Added changes for 2007-09-23 (unsupported.desc) 2007-09-23 21:36:59 +00:00
Gerhard Jaeger 1b3fc23141 #305009 removed UMAX3400, as it is supported by the Plustek backend 2007-09-17 06:03:26 +00:00
Giuseppe Sacco d19db5e776 * Italian translation update
* Corrected a typo in backend/canon.c
2007-08-28 21:13:04 +00:00
Stéphane Voltz c0ee8a2143 - mail address update
- minor man update
2007-08-27 04:58:53 +00:00
Stéphane Voltz 825ff7335e * genesys/gl646: HP2400 warmup fix by Luke <iceyfor@gmail.com> 2007-08-26 09:49:18 +00:00
Henning Geinitz a55ccf9ad0 Name and email address change. 2007-08-19 13:33:24 +00:00
Henning Geinitz 4b83c2d24c Added Artec Ultima 2000 e+, Nortek Myscan 1200, NeatReceipts Scanalizer
Professional, Genius Colorpage Slim-1200. Name and email address changes.
2007-08-19 13:30:46 +00:00
Julien BLACHE f4a6016611 Added various USB IDs. 2007-08-18 12:06:36 +00:00
Henning Geinitz 6ca105af27 Added. 2007-08-12 16:58:06 +00:00
m. allan noah b2666cada5 scanimage: bugfix, dont round up negative user input values
fujitsu.desc: add/consolidate new models
2007-08-08 12:46:02 +00:00
Julien BLACHE 94f0ce1b00 Add the Epson Stylus CX-6600 (04b8:0813) based on user report. 2007-08-03 11:34:31 +00:00
Julien BLACHE 6d6e4271e0 Add the Epson Stylus Photo RX-700 (04b8:0810). 2007-08-03 11:31:15 +00:00
m. allan noah c8e8f2c41a scanimage.c: add default: blocks to switch statements so recent gcc will shutup
fujitsu.[ch]: update to backend v1.0.52:
- remove unused jpeg function
- reactivate look-up-table based brightness and contrast options
- change range of hardware brightness/contrast to match LUT versions
- call send_lut() from sane_control_option instead of sane_start
2007-07-31 18:07:53 +00:00
Julien BLACHE 2db8ec7d98 Add the Epson Stylus DX-5050 (04b8:082b). 2007-07-31 11:48:49 +00:00
Julien BLACHE ff5387ffa0 Apply patch from Nils Philippsen, turning 3 logical AND into bitwise AND (SANE bug #304363). 2007-07-30 13:42:39 +00:00
Julien BLACHE 964eccff2c Add Epson Stylus DX-5000 (04b8:082b) based on several reports. 2007-07-30 13:36:52 +00:00
Julien BLACHE ef05fcdbad Add Epson Stylus DX4050 (04b8:082f) based on several reports. 2007-07-30 13:32:34 +00:00
Julien BLACHE 08f6df7b48 Add a RUN rule to the udev rules to automatically disable USB suspend for all known scanners.
This effectively works around the hardware bugs exposed by CONFIG_USB_SUSPEND.

Works only with kernels >= 2.6.22 where /sys/bus/usb/devices/*/power/level exists.
2007-07-29 18:39:54 +00:00
m. allan noah 86c976274a update to backend v1.0.51, fix jpeg bug when using adf 2007-07-27 00:54:07 +00:00
Julien BLACHE d5d762f96e Revert my last commit and rework the one before to produce a backward compatible udev rules file. Yay. 2007-07-26 21:23:27 +00:00
Gerhard Jaeger c9fbdd4073 * doc/plustek/Plustek-USB.changes: Update
* backend/plustek.c: Bumped build number
* backend/plustek-usbhw.c: Force output bit set on misc I/O,
  when lamp is switched
* doc/descriptions/unsupported.desc: Updated some Plustek entries
2007-07-26 20:42:18 +00:00
Julien BLACHE 8dc1f4493c Update udev rules for use with Linux >= 2.6.22 and CONFIG_USB_DEVICE_CLASS=n. 2007-07-25 09:21:18 +00:00
Wittawat Yamwong c4af52e84a Updated pixma backend to version 0.13.1
Added PIXMA MP960
2007-07-19 22:17:21 +00:00
m. allan noah 44e085b331 update website in manpage 2007-07-16 00:42:24 +00:00
m. allan noah 048161249d * doc/descriptions/fujitsu.desc: update website and fi-60F status
* Authors, backend/dll.conf.in: added cardscan backend
2007-07-16 00:39:24 +00:00
m. allan noah 41761fede4 add new backend for Corex CardScan 800c, small-format sheetfed usb scanner
for cards/receipts, etc.
2007-07-15 01:46:47 +00:00
m. allan noah 5973ebe12d add new models and fix bug in man page
drop sanei_thread.lo from libsane-fujitsu.la (fujitsu backend single threaded)
2007-07-15 00:59:14 +00:00
Gerhard Jaeger aec768f551 * tools/check-usb-chip.c: Try to distinguish the various
GenesysLogic GeneScan ASICS - GL841, GL842 and GL843
2007-07-11 20:55:03 +00:00
m. allan noah e343cc59cf * backend/fujitsu.[ch], backend/fujitsu-scsi.h: update to v1.0.50,
add JPEG support, usb command sending and scan params cleanups
* include/sane/sane.h: add SANE_FRAME_JPEG
* frontend/scanimage.c: dont crash on unknown frame types
2007-07-10 16:07:25 +00:00
Gerhard Jaeger 05868435b9 * backend/plustek-usb.h backend/plustek-usbdevs.c backend/plustek.c:
Added flag to allow only 1- and 8-bit scanmodes. The Q-Scan does
  not seem to support 14-bit modes.
2007-07-10 09:02:22 +00:00
Gerhard Jaeger 5b31b57a3a doc/descriptions/plustek.desc: Fixed web entries 2007-07-10 06:19:10 +00:00
Gerhard Jaeger b0778e41a9 * backend/plustek-usb*.[ch] backend/plustek.[ch]:
Added sheetfed device Q-Scan USB001 from Portable Peripherals
  Fixed Mustek Bearpaw and made some speedup (bugreports #304343 and
  #301763)
  Fixed calibration for senororders other that RGB
* doc/descriptions/plustek.desc: Bumped version and added Q-Scan
* doc/descriptions/unsupported.desc: Removed Q-Scan
* doc/sane-plustek.man doc/plustek/Plustek-USB.changes: Update
2007-06-29 08:40:33 +00:00
m. allan noah 26d0e072ee update to v 1.0.49. add fi-5750C and S510 2007-06-28 17:53:09 +00:00
Julien BLACHE 5dcf165795 Switch sanei_scsi to the SG_IO ioctl interface, instead of the
asynchronous SG3 read/write interface.

Makes it possible to use SCSI scanners in 32/64bit mixed environments,
thanks to the ioctl 32bit compatibility layer, which is NOT possible
using the SG3 interface.
2007-06-21 19:35:53 +00:00
Gerhard Jaeger dd7aa7403b * doc/plustek/Plustek-PARPORT.changes: Update.
* backend/plustek_pp.c: Bumped build number.
* backend/plustek-pp_drv.c backend/plustek_pp_sysdep.h:
  Make the Kernelmodule work with Kernels > 2.6.15 w/o DEVFS
2007-06-18 20:29:45 +00:00
Ilia Sotnikov 9f6424d266 + Use libtool instead of ar/ranlib, which correctly handles dependencies
(eg. for parallel makes)
2007-06-12 06:40:29 +00:00
Mattias Ellert a75a509bcc Updated localization files 2007-05-08 11:46:24 +00:00
Ilia Sotnikov 18160038f1 * backend/hp5590_low.c: don't use libusb structs directly, define
necessary of them by ourselves ('struct usb_ctrl_setup' -> 'struct
  usb_in_usb_ctrl_setup')
* backend/hp5590_low.c: renamed 'struct usb_bulk_setup' to 'struct
  usb_in_usb_bulk_setup' to show its internal usage
2007-04-29 15:08:43 +00:00
Troy Rollo 23862a0072 Add ChangeLog entry for recent changed to the HP3500 backend. 2007-04-24 23:29:43 +00:00
Ilia Sotnikov 19ac33fc60 *** empty log message *** 2007-04-24 18:18:11 +00:00
Mattias Ellert 78ff28cb83 Adding new external backend hp5590 2007-04-21 16:17:56 +00:00
Julien BLACHE d1d46d8d2a Remove bogus check in get_identity2_information(). 2007-04-21 10:12:48 +00:00
m. allan noah ae29b20e4b simple whitespace change to see if cvs changes survived gforge cron scripts 2007-04-19 14:01:29 +00:00
Julien BLACHE a0fd0edb03 Use mode 0664 for usbfs device nodes; allows everybody on the system to use lsusb. 2007-04-17 19:21:13 +00:00
Julien BLACHE 83a22d6ab9 backend/microtek2.c: Add missing braces. 2007-04-17 19:11:29 +00:00
m. allan noah e00626d917 whitespace change to test sane-commit list 2007-04-17 00:51:14 +00:00
m. allan noah 9eeb345e6a update to v1.0.48 2007-04-16 23:54:27 +00:00
Wittawat Yamwong efced87595 Remove Canon PIXMA MP160 & MP600 from unsupported. (supported by pixma) 2007-04-14 23:32:40 +00:00
Mattias Ellert 833ae68aca Moved 3 scanners from unsupported to hp3900 2007-04-13 20:17:05 +00:00
m. allan noah 9e506f4cfc update backend to v1.0.47 2007-04-13 15:49:08 +00:00
Wittawat Yamwong 459d5c7e8e * Updated to version 0.13.0
* Added MP160, MP180, MP460, MP510 and MP600
* Fixed a buffer-overflow bug in sane_read()
2007-04-09 20:41:25 +00:00
Jochen Eisinger d620d407bb 2007-04-5 Jochen Eisinger <jochen@penguin-breeder.org>
* README.openbsd, tools/README, tools/openbsd/attach,
	  tools/openbsd/detach: add notes about device permissions on
	  OpenBSD and provide some example scripts for hotplugd(8).
2007-04-05 07:41:02 +00:00
m. allan noah ed0e4af3d5 fix SANE_Parameters description 2007-04-02 19:07:46 +00:00
Julien BLACHE 7691b81b51 Remove leftovers from a previous experiment. 2007-03-21 16:10:29 +00:00
Julien BLACHE 17ca143dc2 Adding hal FDI output mode, from David Zeuthen <davidz@redhat.com> 2007-03-18 09:31:10 +00:00
Oliver Rauch 5b38d6f1d6 *** empty log message *** 2007-03-17 15:51:54 +00:00
Earle F. Philhower III c5c85c5515 Added lineart and halftone scan modes, updated man page with new options 2007-03-08 21:49:23 +00:00
Gerhard Jaeger b851bf539a * doc/plustek/Plustek-USB.changes: Update.
* backend/plustek.c: Bumped build number.
* backend/plustek-usb.c: Fixed typo.
* backend/plustek-usbdevs.c: Added CanoScan to all Canon
  device strings, identified one more Plustek device as U24.
* backend/plustek-usbhw.c: Fixed button handling for Plustek/
  KYE devices and added some more debug messages.
2007-03-05 19:50:32 +00:00
Giuseppe Sacco 1436f82ab6 Corrected a few typo in previous translation 2007-02-24 09:54:00 +00:00
Giuseppe Sacco b6b3beea4b Italian translation update 2007-02-24 09:16:51 +00:00
Jochen Eisinger 78e9962f4b 2007-02-11 Jochen Eisinger <jochen@penguin-breeder.org>
* doc/sane-mustek_pp.man: clean up markup, bug #304392
2007-02-11 17:36:31 +00:00
Henning Geinitz 218a1080d0 Polish translation fix (from Jakub Bogusz <qboosh at pld-linux.org>, bug #304410). 2007-02-11 13:19:35 +00:00
Gerhard Jaeger 3766614f83 * sanei/sanei_scsi.c: Fixed retrieval of HZ. 2007-02-07 07:16:53 +00:00
Henning Geinitz 1a0fe6ab1a Added UMAX Astra 2850. Added Canon Imagerunner series. 2007-01-28 16:31:53 +00:00
Henning Geinitz e8a59a97df Added UMAX Astra 2850. 2007-01-28 15:58:09 +00:00
Henning Geinitz 5c7517ed50 Added .conf entry for Pluste OpticPro S12 and S24. Updated .desc file. 2007-01-28 15:41:18 +00:00
m. allan noah 4ed45d56e4 updated to backend version 1.0.45 2007-01-28 15:20:04 +00:00
Oliver Rauch 1b9030b925 *** empty log message *** 2007-01-27 22:07:40 +00:00
m. allan noah 4eabb3820c updated to backend version 1.0.44, updated maintainer email addy 2007-01-27 01:42:13 +00:00
Jochen Eisinger 50a260fee3 2006-01-21 Jochen Eisinger <jochen@penguin-breeder.org>
* doc/descriptions/mustek_pp.desc: Cybercom is a CIS scanner
2007-01-21 21:51:00 +00:00
Mattias Ellert 17e9115fdd Fixed the "three-valued boolean" bug 2007-01-21 13:29:21 +00:00
Mattias Ellert 448ba7e84d Changelog entries 2007-01-20 23:21:54 +00:00
Alessandro Zummo 7a34d599e5 * sanei/sanei_tcp.c: added a missing include
* backend/epson2.c: fixed a bug while moving scanner data,
removed support for line mode (block or ext modes will be used).
2007-01-20 20:59:05 +00:00
Mattias Ellert c2df6b9677 Fix autogenerated files 2007-01-20 09:55:10 +00:00
Mattias Ellert cc8acd0d7e Adding Visioneer Strobe Pro USB to unsupported 2007-01-19 14:52:14 +00:00
Henning Geinitz 6beb33d016 Added and updated several scanners. 2007-01-15 23:14:06 +00:00
Julien BLACHE 7d15d5b06b Add missing return status check in sane_start(), preventing an ugly segfault later on. 2007-01-08 18:45:50 +00:00
Julien BLACHE aae12092de Fix man warnings. 2007-01-08 18:40:30 +00:00
Alessandro Zummo bf5a1290f7 * epson2: restructured code once more, splitted
in multiple files, added networking
support, added FS G extended handshaking mode,
make proper use of extended commands when possible
* sanei/sanei_tcp.c: read now wait until all
the requested data is available.
2006-12-18 00:13:09 +00:00
Alessandro Zummo 99770af682 coolscan2: fixed coolscan2 infrared to work
as advertised in the man page. RGBA format will come soon.
2006-12-13 22:46:24 +00:00
Alessandro Zummo 35d54905e8 epson2: removed calls to alloca(), code reorganization fixed a bug
with request_extended_status (reply length is 33 on older scanners).

include/.cvsignore: added two more entries
2006-12-12 01:12:07 +00:00
Pierre Willenbrock 6a7fb3235a * backend/genesys_devices.c: reduced height of calibration area
* backend/genesys_gl841.c: fixed bug in offset calibration(offset values were
  not clamped to 0..255)
2006-12-10 14:06:18 +00:00
Ulrich Deiters b06eb2220b Ulrich Deiters: disentangled some pointer arithmetics in canon-sane.c 2006-12-10 12:28:42 +00:00
Alessandro Zummo 48b02b3489 epson2: reordered includes, replaced __FUNCTION__, use the new byteorder macros
moved acbyteorder.m4 to m4/byteorder.m4, added m4/stdint.m4
2006-12-07 19:28:02 +00:00
Alessandro Zummo 326e3c131c Added acbyteorder.m4 macro for endianness conversion 2006-12-06 20:37:00 +00:00
Pierre Willenbrock dba2f29195 * backend/genesys_devices.c: fixed gamma settings(1.0 now)
* backend/genesys.c backend/genesys_gl841.c: improved calibration for dark
  shades
2006-12-02 21:57:08 +00:00
Alessandro Zummo 735130b0ff Added missing bits for epson2 driver. 2006-12-02 14:47:21 +00:00
Alessandro Zummo 57e12f246a fixed spelling. :) 2006-11-30 23:47:57 +00:00
Alessandro Zummo b1db719d88 Added (esperimental) epson2 driver. 2006-11-30 23:46:23 +00:00
Alessandro Zummo b400664851 2006-12-01 Alessandro Zummo <a.zummo@towertech.it>
* Added sanei_tcp interface.
2006-11-30 23:23:19 +00:00
Henning Geinitz cfc1f96ba8 SCX-4200 is reported to work. 2006-11-27 19:49:06 +00:00
Gerhard Jaeger 06323b4597 * doc/plustek/Plustek-USB.changes: update.
* backend/plustek.c: bumped build number, fixed option
  descriptors, see bug #303786.
2006-11-22 20:30:32 +00:00
Henning Geinitz f3f6ce01a7 Updated status of Brother MFC-7420. 2006-11-22 20:19:05 +00:00
Henning Geinitz db352cc1b7 Updated status of UMAX 2000. 2006-11-22 20:17:30 +00:00
Henning Geinitz b8b81f00d5 Added several scanners, fixed the USB id for Microtek 4850 (bug #304151). 2006-11-22 20:16:09 +00:00
m. allan noah 5e81563b60 updated external desc 2006-11-06 13:55:50 +00:00
Henning Geinitz 3f8864e7e7 Project is unmaintained. 2006-10-31 19:26:26 +00:00
Henning Geinitz 9b46fe372c Added HP Photosmart C5100 and ScanJet 8390. 2006-10-31 19:22:19 +00:00
Henning Geinitz 8cd0f282a9 Added Canon Canoscan 4400F, LiDE 70, Corex Cardscan 700 C, Umax Astra 4900,
Visioneer Onetouch 7700. Updated other scanners.
2006-10-24 20:53:47 +00:00
Henning Geinitz c04d8433d5 Updated based on sane-devel information. 2006-10-24 20:50:22 +00:00
Henning Geinitz a39c0a4620 Updated (from Jonathan Bravo Lopez <jkdsoft at gmail.com>). 2006-10-24 20:47:13 +00:00
Henning Geinitz c8d597168f Major bugfix and few small changes (noticed by Jaroslaw Gorny) (bug #303962). 2006-10-24 20:12:51 +00:00
Henning Geinitz 2df19bcd0b Added Support for Genius Colorpage SF600. 2006-10-03 21:24:39 +00:00
Henning Geinitz a0b7aed86d Added EDT BizCardReader 900C. Moved Genius ColorPage-SF600 to gt68xx.desc. Minor
updates.
2006-10-03 21:19:31 +00:00
Henning Geinitz 6bff1fdf4b Added examples on how to set the scan area in the manual page (bug
#303802). Mention how to separate parameters from options in --help and manpage
(bug #303819).
2006-10-03 18:39:35 +00:00
Henning Geinitz 316075f0c4 Changed status of HP Scanjet 4370 to "minimal" (bug #303839). 2006-10-03 17:57:56 +00:00
Giuseppe Sacco 12e964d64f Italian translation update 2006-09-24 11:32:45 +00:00
m. allan noah 2eb55005c6 update to v1.0.43 2006-09-19 12:04:54 +00:00
Stéphane Voltz 63fa40d277 - fixed color calibration for 1220P, whit is really white, no more
greenish tint
	- mail address update
2006-09-18 04:59:52 +00:00
Henning Geinitz 276cf032ee Updated Polish translation (from Jakub Bogusz, bug #303769). 2006-09-14 18:47:20 +00:00
Henning Geinitz 69914baf00 Added several scanners. 2006-09-14 18:14:13 +00:00
Oliver Schwartz 00e6616499 Bugfix for firmware download by Paul Smedley 2006-09-03 10:00:11 +00:00
m. allan noah 3a78258ac5 update to v1.0.42 2006-09-01 00:31:45 +00:00
Gerhard Jaeger e44b51c218 * doc/plustek/Plustek-PARPORT.changes: update.
* backend/plustek-pp.h backend/plustek-pp_ptdrv.c backend/plustek_pp.c:
  fixed "not homing" problem, the sensor did not return when
  the driver gets the _IOCTL_STOP command
  fixed compilation issue for kernels > 2.6.15
  fixed compiler warning conditions
2006-08-29 08:57:02 +00:00
m. allan noah 5bbc2fef6c update to v1.0.41 2006-08-28 23:45:25 +00:00
Stéphane Voltz 51a4f3c216 - chnages to support HP2400 in lamp warm up 2006-08-28 06:20:59 +00:00
Wittawat Yamwong c4d9ff0a87 * Updated pixma backend to version 0.12.2 2006-08-27 13:00:46 +00:00
m. allan noah e47693e107 updated to v 1.0.40 2006-08-27 00:49:43 +00:00
Karl Heinz Kremer 0da1bfb49a Added V700/V750 scanner information 2006-08-23 21:45:51 +00:00
Karl Heinz Kremer 0c16bb9916 Add product ID for CX3800/3810 2006-08-23 01:49:50 +00:00
Eddy De Greef 0cbdbd66d1 doc/sane-mustek_pp.man: URL update. 2006-08-22 08:08:17 +00:00
Karl Heinz Kremer cc1d524c66 Fix buffer overflow error (submitted by Johannes Meixner) 2006-08-22 01:44:49 +00:00
Jon Chambers 7b3e64508e TIFF tweaks required for pickier libtiff version under win32/cygwin 2006-08-21 21:12:08 +00:00
Jon Chambers 00e0019c0c Remove explicit $(srcdir) from conf files in Makefile.
Fix dell1600n_net.c compile warnings.
2006-08-20 14:13:42 +00:00
Jon Chambers a88f2909a5 dell1600n_net updates 2006-08-12 12:52:37 +00:00
Gerhard Jaeger 7ab8ce6e13 * doc/plustek/Plustek-USB.changes: update.
* backend/plustek.c: bumped build number.
* backend/plustek-usbdevs.c: lowered speed for LiDE20/30 when
  using low resolutions.
* backend/plustek-usb.c: fixed warning condition.
2006-08-11 05:42:02 +00:00
Stéphane Voltz 7ec4d9b567 - improved sanei_genesys_search_reference_point to fix origin detection
for HP2300 and a left margin detection bug with MD6345
	- some HP2400 support tidbits
2006-08-09 13:22:36 +00:00
Gerhard Jaeger 67ae886d9c * doc/plustek/Plustek-PARPORT.changes doc/plustek/Plustek-USB.changes
doc/u12/U12.changes: update.
* backend/artec_eplus48u.c backend/plustek.c backend/plustek_pp.c
  backend/u12.c: changed sane.type to "flatbed scanner" only.
* backend/plustek-usbdevs.c: fixed LiDE20/30 motor settings
2006-08-09 12:47:58 +00:00
Stéphane Voltz 850ad80287 - fixed HP2300 detection of scanarea
- fixed one more issue related to bug #303681
2006-08-06 07:02:22 +00:00