Wykres commitów

6966 Commity (8bd4e454caad4db53f03feaf0597c598f3682ae0)

Autor SHA1 Wiadomość Data
Mike Kelly 8bd4e454ca Fixed indentation 2010-12-23 19:38:13 +09:00
Mike Kelly 7999eeb19d Changed AVISION_FILTER_* defs to use final values
Changed the AVISION_FILTER_* defines to their final values rather than
bit-shifting them prior to use.  This make reading the code much easier
since no mental calculation is necessary to determine what the final
bit-pattern/value will be.
2010-12-23 19:38:13 +09:00
Mike Kelly ce8b353950 Wrap duplicate USB id entries with ifdefs
Wrap scanner entries with duplicate USB ids with ifdefs so they will not be
compiled.  This shortens the search for new scanners because we don't try
the same USB id more than once.
2010-12-23 19:38:13 +09:00
Mike Kelly 0233072a5e Removed a duplicate entry for Avision AV210C2
Removed a duplicate entry for Avision AV210C2 and Regenerated the
description file.
2010-12-23 19:38:07 +09:00
Mike Kelly 336a057594 Print out USB ids as four digit hex numbers
Print out USB ids as four digit hex numbers.
Also fixed a spelling/type-o error in a comment.
2010-12-23 19:37:52 +09:00
Mike Kelly 82bcacb732 Enhance sane_get_option_descriptor() debug message
Print the value of the "option" parameter to the sane_get_option_descriptor()
function.
2010-12-23 19:13:52 +09:00
Stéphane Voltz c6c16f4956 LiDE 210 GPIO settings fix 2010-12-19 06:50:13 +01:00
Stéphane Voltz 9547c057bd up the max number of supported scanners in genesys backend 2010-12-16 22:22:14 +01:00
Stéphane Voltz 7000b96cb8 entry for LiDE 210 support 2010-12-16 22:19:42 +01:00
Stéphane Voltz 98c5d9454f LiDE 210 tuning
- dynamic lineart not enabled by default
2010-12-16 22:10:37 +01:00
Stéphane Voltz 35f133c59b add an device entry for LiDE 210 2010-12-15 06:24:55 +01:00
Stéphane Voltz ad27fe1e05 cleanups and restriction on lineart modes 2010-12-14 21:55:01 +01:00
Stéphane Voltz 7e996472a6 changelog entry for GL124
- add an entry for genesys backend update
- up genesys build number
2010-12-14 18:29:55 +01:00
Stéphane Voltz 3d89a6f880 add new gl124 asic
create a place holder for low level commands

move low level functions to genesys_low.c

GL124 progresses

enable genesys_low debug and add DAC for LiDE 110

gl124 WIP
- gl847 cleanups
- genesys_low refactor
- gl124 starting version

GL124 WIP
- read scancnt/fedcnt,valid words coded
- memory layout coded

LiDE110 WIP

GL 124 WIP
- definition and use of get/set double/triple
- define register names

all mods done, ready to test

set fe OK

GL124 WIP : ready to test scans

GL124 WIP

GL124 WIP
- fixed analog fe issue: don't put afe regs in global set

GL124 : first light at 300 dpi

GL124 WIP
- 300 and 600 uncalibrated mostly ok (x coordinate rounding)
- 150 and 75 OK x-wise, y to be solved

solved rounding errors for gl124

re-add 400, 200 and 100 dpi modes

GL124 : tous x dpi OK

before adding line cropping

GL124 : line cropping almost finished

GL124 WIP : working line deletion

compute step rework

GL124 WIP : high speed table for dpi <= 300

move to scan area working

line skipping fix

new slope table for 600 dpi base

geometry and movement tuned

GL124 WIP : shading calibration almost working

working 600 dpi shading

GL124 : working shading calibration for all modes but 1200 dpi

working 1200 dpi shading

beta 1 of GL124 support

last tuning

update genesys.desc for LiDE 110

motor slope and start area tuning

shading coefficient computing clean up

add support for GL124 based CanoScan LiDE 110

feed almost OK up to 300 dpi

feeding is fixed

all issues fixed
2010-12-14 18:23:23 +01:00
Olaf Meeuwissen 9a89932ab4 epson2: fixed issue when a scan is cancelled 2010-12-12 16:25:17 +01:00
Alessandro Zummo 2f3300b4d1 epson2: added tool to generate device list 2010-12-12 16:19:51 +01:00
Alessandro Zummo 4b17f3cdb2 epson2: fixed compilation error 2010-12-12 16:16:19 +01:00
Alessandro Zummo 31500161d2 epson2: updated device list 2010-12-12 16:14:45 +01:00
Alessandro Zummo 98df227f22 epson2: do not reset networked scanners after scan 2010-12-12 15:55:17 +01:00
Alessandro Zummo a37093431b coolscan3: setup of unknown options is now non fatal to aid debugging 2010-12-12 14:22:19 +01:00
Alessandro Zummo 14d0ca4364 epson2: fixed segfault when attaching network devices 2010-12-12 13:56:52 +01:00
Mike Kelly 1415491d91 - Updated ChangeLog. 2010-12-09 16:27:31 +09:00
Mike Kelly 4fcd69a7da - Added the full range of the HP 8300 series scanners. These scanners are all
the same and already work, but this change will reflect that fact on the
  website.
- Generated a new version of doc/descriptions/avision.desc from avision.c.
2010-12-09 16:25:32 +09:00
Mike Kelly 6a49df4496 - Added Xerox DocuMate262i.
- Generated a new version of doc/descriptions/avision.desc from avision.c.
2010-12-09 16:23:18 +09:00
Mike Kelly 12ce47285d - Fixed what appears to have been a fat-fingered change to the USB id for
the AV610, and added a comment for the @V5100 in avision.c.
- Generated a new version of doc/descriptions/avision.desc from avision.c.
  This restores information lost with my last update.  I've intentionally
  seperated these changes so that they can be more easily understood.
2010-12-09 16:22:03 +09:00
Mike Kelly 1b596780e5 - Removed obsolete file backends/avision.desc (again). It was deleted before,
but somehow got re-added again.
- Generated a new version of doc/descriptions/avision.desc from avision.c.
  This change merely updates the .desc file, the driver code remains unchanged.
2010-12-09 16:19:05 +09:00
Mike Kelly 12930627d3 - Adding myself as maintainer.
- Bumping version number.
2010-12-09 16:12:39 +09:00
Julien BLACHE 8e042230e6 Add SCSI IDs for the Perfection 3200 (GT-9800) via FireWire 2010-12-06 18:03:47 +01:00
m. allan noah fd96b9dca5 Fujitsu backend v105
- backup and restore image params around image processing code
- cache software crop/deskew parameters for use on backside of duplex
- fi-6110 does not support bgcolor or prepick
2010-12-02 09:27:46 -05:00
Olaf Meeuwissen a0980a91ae Fix list of supported commands for levels D1 and D2 2010-11-29 18:03:55 +01:00
m. allan noah 239a2f7c22 Fujitsu backend v104
- never request more than s->buffer_size from scanner
- silence noisy set_window() calls from init_interlace()
2010-11-25 09:43:37 -05:00
m. allan noah 9f15c2534d fujitsu backend v103
- remove compiled-in default config file
- initial support for new fi-6xxx machines
- mark S300M support as good
2010-11-23 16:56:13 -05:00
Olaf Meeuwissen da42dfa8eb Update epkowa.desc for iScan 2.26.1 2010-11-19 18:23:19 +01:00
Stéphane Voltz c6f1fa9ca4 don't log scanned data in genesys backend unless told by debug level 2010-11-17 21:01:28 +01:00
Julien BLACHE 3de5c87388 Convert v4l1 BGR data to RGB 2010-11-08 18:01:29 +01:00
Marc Deslauriers b5f4056635 Loop through the read buffers to avoid getting stale frames 2010-11-07 10:17:53 +01:00
Stéphane Voltz 4d0cd3c5b1 add -A/--all-options to scanimage for exposing all control options of a
backend
2010-11-06 08:00:37 +01:00
Stéphane Voltz aaa34de7d0 changelog for genesys backend update 2010-11-01 07:31:32 +01:00
Stéphane Voltz ab314aad62 raise LiDE 100/200 gamma to 1.7 by default 2010-10-31 23:48:27 +01:00
Stéphane Voltz 57a160a5bc KV-SS080 tuning
- fine tune scanarea
- fix sensor pixel number to get proper max width shading calibration
2010-10-31 23:01:44 +01:00
Stéphane Voltz 5dad014c01 KVSS080 defaults to 0 CKSEL 2010-10-31 23:01:44 +01:00
Stéphane Voltz e445099657 KV-SS080: use same timings for all resolution 2010-10-31 23:01:43 +01:00
Stéphane Voltz 5aa3d2090d haed parking on sane_exit isn't useful anymore 2010-10-31 23:01:43 +01:00
Stéphane Voltz 27c7eae2b5 don't print readonly controls as valid command line options 2010-10-31 23:01:43 +01:00
Stéphane Voltz ea95ab9b7f make calibration cache expire after one hour 2010-10-31 23:01:43 +01:00
Stéphane Voltz 413f0df3a1 clear-calibration option read fix 2010-10-31 23:01:43 +01:00
Stéphane Voltz 95e9a75df4 slow back home rework
- use available resolution for motor
- don't park on sane_close
2010-10-31 23:01:43 +01:00
Julien BLACHE 9b229f06b9 Add SCSI IDs for ScanJet 4c 2010-10-31 10:20:53 +01:00
Julien BLACHE 2c69d7c19f Resync xerox_mfp desc file & config file 2010-10-30 14:54:36 +02:00
Julien BLACHE 27b1f42b7f Add Samsung SCX 4824 & 4825FN 2010-10-30 14:47:39 +02:00