Wykres commitów

46 Commity (90f15838eab8946a039394e0abaa70de25b5348c)

Autor SHA1 Wiadomość Data
Stéphane Voltz 3e5ecd012a genesys fixes
- fix shading calibration for non gl847/gl124 scanners
- enable 16 bit gamma for gl847
- add MUST_WAIT flags to gl847 scanners so solve parking isues
2011-01-07 06:08:15 +01:00
Stéphane Voltz 107374b4fe misc genesys updates
- add or tune entry for 5600f/700f
- fix HP2300 warming up problem
2010-12-28 21:01:46 +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
Stéphane Voltz ea95ab9b7f make calibration cache expire after one hour 2010-10-31 23:01:43 +01:00
Julien BLACHE 677fe1fa30 genesys: fix size_t formatting/printing 2010-06-23 18:21:36 +02:00
Julien BLACHE 1c972275b0 genesys: fix signed/unsigned type mismatch 2010-06-23 18:21:36 +02:00
Julien BLACHE f20bacec71 genesys: kill unused variables 2010-06-23 18:21:35 +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 198eda5cdc Canon LiDE 100/200 support improvments
- add 100, 200 and 400 DPI resolutions
- disable true since it isn't working yet
- man page update
2010-06-18 06:42:44 +02:00
Stéphane Voltz e48f5b2ee3 LiDE is working up to 1200 dpi
- fixed sensor's register setting (reg 16+)
- setup LiDE for up to 1200 DPI operation
2010-06-15 21:09:13 +02:00
Stéphane Voltz 6bde3c8e56 true gray improvements 2010-06-15 21:09:13 +02:00
Stéphane Voltz 8cf2412386 genesys LiDE 100 final bits
-  use dummy lines for gray scans to have same exposure than color
- added a 'warm' motor dummy scan
2010-06-10 05:58:14 +02:00
Stéphane Voltz a4edddf523 Canon LiDE 100 motor tuning 2010-06-07 06:31:26 +02:00
Stéphane Voltz 81ae37a603 LiDE 100 support polishing
- tune motor tables
2010-06-06 21:40:36 +02:00
Stéphane Voltz b2a0344885 last minute fix for hang after feeding to scan position 2010-06-03 22:16:43 +02:00
Stéphane Voltz 70bd6e6470 fix shading coefficients corruption 2010-06-03 06:56:12 +02:00
Stéphane Voltz db3f605a11 fix 16 bits scanning 2010-06-02 21:15:19 +02:00
Stéphane Voltz 42497554ba make shading calibration work
- shading calibration is working
- scan mode set to deletion
- led calibration tune up
2010-05-31 06:47:57 +02:00
Stéphane Voltz e4ae5224ed sync point before making shading calibration work 2010-05-30 07:43:59 +02:00
Stéphane Voltz 434d2e0e68 fixed pixel computing 2010-05-29 09:00:25 +02:00
Stéphane Voltz 22fd7ed54c gl847 nearing completion
- used_res given is not hte right one 80 dpi instead of 75
- slope table can't be created so scan hangs if no calibration first
- first scanned byte are black
2010-05-29 07:58:27 +02:00
Stéphane Voltz bc944cbc3a close to final version for gl847
- feed to scan area
- revert data reading for shading calibration
- tuned geometry
2010-05-28 06:48:16 +02:00
Stéphane Voltz aec8271689 shadarea improvements 2010-05-26 21:07:13 +02:00
Stéphane Voltz 6bcc1fb121 handling of x start position is working 2010-05-26 06:23:58 +02:00
Stéphane Voltz 661933ecdb fixed long standing bug in last fragment handling in bulk data read 2010-05-25 22:40:10 +02:00
Stéphane Voltz d6c2184999 working SHDAREA
- offset in data reading remians to be fixed
- data is read line by line
2010-05-25 22:01:55 +02:00
Stéphane Voltz 7cd2ed8ac9 scan alignment troubles 2010-05-24 06:41:27 +02:00
Stéphane Voltz a78b0edee7 odd/even handling step2
- shading coefficients are too short and truncate picture
- need to compute startx
- SHDAREA should be doable
2010-05-22 14:24:37 +02:00
Stéphane Voltz 304d84d5e1 even/odd pixels handling frist step 2010-05-22 10:22:48 +02:00
Stéphane Voltz 55d5ef6fd9 expdumy tests 2010-05-19 21:36:12 +02:00
Stéphane Voltz b02acbd283 working calibration (led and shading) 2010-05-19 06:01:43 +02:00
Stéphane Voltz d75e0b30cf tune motor settings for scan 2010-05-16 08:06:26 +02:00
Stéphane Voltz b52b8fbfd5 100 and 150 dpi tuning 2010-05-16 07:58:01 +02:00
Stéphane Voltz 89de65c6cd work ing full width uncalibrated scans for GL847 2010-05-16 07:37:00 +02:00
Stéphane Voltz 296f63496b reset with dummy scan 2010-05-12 05:45:13 +02:00
Stéphane Voltz 2657f0a358 all motor modes/optical are working 2010-05-11 22:26:21 +02:00
Stéphane Voltz ca3b005946 working 75, 150, 600 and 1200 dpi modes uncalibrated 2010-05-11 21:56:03 +02:00
Stéphane Voltz 96b29ca201 working full width 1200 dpi scan 2010-05-10 06:16:51 +02:00
Stéphane Voltz 4fd418daef improved bulk read data 2010-05-09 09:47:17 +02:00
Stéphane Voltz e726900b56 park after scan working ! 2010-05-09 09:06:04 +02:00
Stéphane Voltz 0776a18630 1200 dpi about to work 2010-05-05 07:01:58 +02:00
Stéphane Voltz 188411dd3f before LiDE 100 init 2010-04-30 14:26:31 +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 530ebc8d3e about to scan: slow back home to tackle 2010-04-28 07:28:10 +02:00
Stéphane Voltz 3dba8c1d66 WIP setup optical regs ~OK 2010-04-25 21:32:44 +02:00
Stéphane Voltz b445223349 canon lide 200 WIP 2010-04-14 07:02:07 +02:00