Stéphane Voltz
2dd8d2d765
wip 10 : uncalibrated scans are ok
2010-08-28 08:09:35 +02:00
Stéphane Voltz
084efdb37c
about to reach first light state
...
- fe is set
- slope tables are written (but not table 2)
- compile warnings are fixed
2010-08-02 06:36:26 +02:00
Stéphane Voltz
5810169cde
first gl843 steps
...
- clone gl847
- add KV-SS080 entry with provisional values
2010-08-02 06:36:26 +02:00
Julien BLACHE
f1e6da614a
genesys: add missing prototype for sanei_genesys_fe_read_data()
2010-06-23 18:21:36 +02:00
Stéphane Voltz
9f6fd50dfc
gl847 scan quality improvement
...
- improve scan quality by doubling x resolution internally at low dpi
- tune y offset of scan area
2010-06-20 22:04:51 +02:00
Stéphane Voltz
304d84d5e1
even/odd pixels handling frist step
2010-05-22 10:22:48 +02:00
Stéphane Voltz
0776a18630
1200 dpi about to work
2010-05-05 07:01:58 +02:00
Stéphane Voltz
fdd4fefde6
slow_back_home working
...
- bulk data read fails on read remainder
2010-04-29 22:01:34 +02:00
Stéphane Voltz
3dba8c1d66
WIP setup optical regs ~OK
2010-04-25 21:32:44 +02:00
Stéphane Voltz
f91ceaddf4
working transparency support for gl646 based scanners
...
- add move to transparency adapter function to command set
- no warmup when using transparency adapter
- increase maximum warmup time to match HP3670 requirements
- tune HP3670's transparency adapter geometry
- handle calibration area geometry in gain calibration
- add simple move head function for gl646 based scanners
2010-03-15 06:24:23 +01:00
Stéphane Voltz
32c1b061b8
adapt gl646 calibration to XPA usage
2010-03-08 06:39:22 +01:00
Stéphane Voltz
5fdad99f95
basic XPA support for HP3670
2010-02-16 07:24:56 +01:00
Stéphane Voltz
f42cb07d8d
enable dynamic rasterization for lineart scans
...
- use emulated lineart mode to apply binarize function pulled from
the epjitsu backend (by m. allan noah).
2010-01-26 21:31:23 +01:00
Stéphane Voltz
db46aac928
add an option to use software lineart for GL841 based scanners
2010-01-19 21:39:29 +01:00
Stéphane Voltz
7724df7c8b
modified color filter option to enable true gray for cis GL841 scanners
2010-01-13 06:55:42 +01:00
Stéphane Voltz
e6dd25adb7
fix image size when document shorter than expected for gl841 scanners
...
- add a function to read count of lined scanned
- use real scanned count line to compute the number of line to read to
flush the current scan
2009-12-09 20:54:42 +01:00
Stéphane Voltz
ef4c5102ca
add support for Ambir/Syscan DS685
2009-12-05 07:26:25 +01:00
Stéphane Voltz
cd1b8a1d20
docket port 485 and 487 are clones of XP300
2009-11-06 21:24:42 +01:00
Stéphane Voltz
8b571bc2ee
XP300 sensor tuning
...
- rename CCD_XP300 sensor struct to CCD_DOCKET465
- create a specific CCD_XP300 sensor struct
- special r06 and r09values for XP300
2009-11-06 21:24:39 +01:00
Stéphane Voltz
10b8e5cfd2
add specific motor for DS600
...
- add MOTOR_DSMOBILE_600
- make pentax DS 600 use new motor description
2009-11-06 21:24:38 +01:00
Stéphane Voltz
2688d1fcd3
move #include of sys/time.h
2009-07-10 07:22:07 +02:00
Stéphane Voltz
7c44981be0
first step in adding sheetfed scanners calibration
...
- added search_strip function to command set
- coded search_strip for gl646
- initial calibration process for sheetfed scanners upto strip finding
- create a scanner calibration function that switches between
flatbed or sheetfed calibration
- added a sheetfed calibration function
- removed gamma table setting from calibration process
- call gamma setting during sane_start but before scanner calibration
2009-07-10 07:22:05 +02:00
Alessandro Zummo
b39c12dd7b
Define MM_PER_INCH once for all
2009-06-18 15:54:49 +02:00
Pierre Willenbrock
34717f1db0
Add Pentax DSmobile 600
...
Thanks go to Jack McGill for providing the model specific settings.
2009-05-19 16:24:59 +02:00
Pierre Willenbrock
ad1f7de9e0
Always do shading calibration in color mode on gl841.
...
This removes the need to calibrate for both greyscale and color mode.
2009-04-17 13:03:35 +00:00
Pierre Willenbrock
ce2fdfbfbe
Add calibration cache
...
The calibration data is stored in the directory $HOME/.sane
2009-03-25 12:57:24 +00:00
Pierre Willenbrock
f261d52e11
Remove park_head
...
It is redirected to slow_back_home in all cases
2009-03-21 14:28:57 +00:00
Pierre Willenbrock
c53a50cbfb
Add support for Visioneer Roadwarrior
2009-02-28 18:03:44 +00:00
Pierre Willenbrock
c8ce0f00ef
Add support for Ambir/Syscan DocketPORT 665
2009-02-28 18:01:50 +00:00
Stéphane Voltz
ea76aef8a2
- rewrite of gl646 internals to enable easy addition of new models
...
- rewrite of calibration process to make it more robust and accurate
- untested full support for hp3670
- untested support for 50, 100 and 300 uncalibrated scans for hp2400
- use of id for device parts descriptions instead of using fixed
place in tables
- SCAN_MODE_* defines to clean up code
2009-02-27 12:37:16 +00:00
Chris Bagwell
70f3fdfba4
* acinclude.m4, backend/*.[ch], tools/*.[ch], frontend/*.[ch]:
...
Global replace of u_int??_t with C9x standard based uintxx_t
in order to remove some tricky and overlapping portability logic
from acinclude.m4 and leave it in only m4/stdint.m4.
2009-02-26 03:15:43 +00:00
Pierre Willenbrock
271e9cf317
Add post_scan and eject_feed to struct Genesys_Model
2009-02-23 14:12:20 +00:00
Pierre Willenbrock
d167519e76
Remove "init device" usb request, add some support for Visioneer Strobe XP300.
...
Add support for uncalibrated scans in all modes for Visioneer Strobe XP300.
Front- and backside are side-by-side, backside mirrored horizontally.
2009-02-08 18:59:59 +00:00
Stéphane Voltz
81953325e8
- add support for uncalibrated scan for Visioneer Strobe XP200
...
- button support for MD5345, HP2300 and XP200
2009-01-19 05:46:43 +00:00
Pierre Willenbrock
acc563e707
Make half-ccd mode optional
2009-01-18 14:20:55 +00:00
Pierre Willenbrock
d881871d21
Fix prototype of update_hardware_sensors
2009-01-18 13:56:57 +00:00
Pierre Willenbrock
ba164358db
Add support for buttons on Canon LiDE 35/40/50.
2009-01-16 15:31:10 +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
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
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
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
Stéphane Voltz
c0ee8a2143
- mail address update
...
- minor man update
2007-08-27 04:58:53 +00:00
Pierre Willenbrock
b53cfc23fe
* backend/genesys.c backend/genesys.h backend/genesys_low.h: added
...
options for enabling/disabling horizontal interpolation at high
resolutions and selection of color filter in grayscale and
lineart modes.
* backend/genesys_gl841.c: implemented color filter selection.
2006-06-07 22:39:09 +00:00
Pierre Willenbrock
6b7031ca40
* backend/genesys.c backend/genesys.h backend/genesys_low.h
...
backend/genesys_conv.c backend/genesys_gl841.c: Added extended
option "Threshold" for lineart mode(Thanks to Laurent Charpentier).
2006-03-27 14:41:30 +00:00
Pierre Willenbrock
9fbc4ad57f
* backend/genesys.c backend/genesys_low.h: Removed little endian conversions
...
in slope table creation functions
* backend/genesys_gl646.c backend/genesys_gl841.c: Added little endian
conversions to gl*_send_slope_table functions
2006-03-09 19:58:19 +00:00
Pierre Willenbrock
02b1a07b5d
* Added support for Canon LiDE 35/40/50
...
* Reworked data conversion process to convert CIS data
2005-11-19 22:51:01 +00:00
Stéphane Voltz
bce76371c4
- added genesys backend from experimental area
2005-06-27 20:07:45 +00:00