Wykres commitów

2315 Commity (304d84d5e17b73b07b47a670e1edd141db265232)

Autor SHA1 Wiadomość Data
Stéphane Voltz 304d84d5e1 even/odd pixels handling frist step 2010-05-22 10:22:48 +02:00
Stéphane Voltz 3d9bcda3f0 Merge branch 'gl847' 2010-05-20 06:19:18 +02:00
Stéphane Voltz adc2060579 gl847 shading calibration refactor 2010-05-20 06:17:51 +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
m. allan noah 5ce0013b63 Corrected fujitsu backend v99 patch
- sense_handler(): collect rs_info for any ILI, not just EOM
- do_usb_cmd(): use rs_info whenever set, not just EOF
- read_from_*(): better handling of EOF from lower level functions
- sane_read(): improve duplexing logic
2010-05-17 10:23:19 -04:00
Stéphane Voltz f805e27531 Merge branch 'gl847' 2010-05-16 21:19:52 +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 587cc576f4 add gl847 compilation 2010-05-13 07:12: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
m. allan noah 425b847a7b * fujitsu backend v99
- add read_from_PNMduplex() to better handle alternating duplex logic
- call read_from_* even if front eof has been received
2010-05-05 22:16:07 -04:00
Stéphane Voltz 0776a18630 1200 dpi about to work 2010-05-05 07:01:58 +02:00
Alex Belkin 043cc4b165 Corrected color mode malfunction.
Bug was introduced by mass change to SANE_VALUE macro, (commit ff048f4176).
2010-05-03 04:28:47 +04: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
m. allan noah 9c6d774483 kvs1025 backend v3, usb bugfixes 2010-04-16 15:13:36 -04:00
Stéphane Voltz b445223349 canon lide 200 WIP 2010-04-14 07:02:07 +02:00
Nicolas Martin c27108d348 pixma: changes from Gernot Hassenpflug for Canoscan 8800F support.
backend/pixma_mp150.c: changes for Canoscan 8800F, debug clean-up code
backend/pixma_io_sanei.c: debug clean-up code
doc/descriptions/pixma.desc, doc/sane-pixma.man: doc updates for Canoscan 8800F
2010-04-12 22:45:58 +02:00
Chris Bagwell f5dde0e1dc New fix for conflicting connect() failure in p5 BE
Traced source of conflicting connect() defines to p5
backend including libc.h header file.  On OSX, this
includes socket.h.  Since backend didn't really need
libc.h header and is not a networked backend, reverted
last fix and implement header based fix.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-12 12:28:46 -05:00
Chris Bagwell bdc81be0da Fix compile fail with connect() on OSX.
socket.h is being included on OSX currently and P5's
static connect is conflicting with socket.h's connect().

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-08 21:05:50 -05:00
Alessandro Zummo a0f203c998 epson2: fix faulty command set definition for D8 scanners 2010-04-07 19:43:55 +02:00
Stéphane Voltz af71eda58a replace u_int8_t and u_int16_t by uint8_t and uint16_t 2010-04-06 21:35:17 +02:00
Chris Bagwell 0109113ea3 Don't include -lresmgr in all backends
resmgr library is only used (optionally) by
sanei_usb and sanei_scsi.  So only need to
link it in for those backends.  This was
a stray piece from initial cleanup of LIBS
in sane-backends 1.0.20.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-06 09:49:58 -05:00
Alessandro Zummo e75d6e5e0c epson2: do not call set_color_correction_coefficients where unsupported 2010-04-04 17:07:06 +02:00
Alessandro Zummo 74c0db99eb epson2: disable thresholding by default 2010-04-04 17:05:34 +02:00
Chris Bagwell 1df16a29aa Fix kvs1024 compiling on platforms without libusb
Removed direct include of usb.h in backend since it
should be using sanei_usb.  Completed prototype
of sane_exit(void) for some versions of gcc that are
strict about that.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-02 16:02:21 -05:00
Stéphane Voltz fc69168373 change usb_init() to sanei_usn_init() 2010-04-01 21:33:50 +02:00
m. allan noah 93bba440b0 convert kvs1025 backend from libusb to sanei_usb, and enable it 2010-03-26 00:01:16 -04:00
Stéphane Voltz 1dacd8d4be fix register 11 setting for sensor type XPA 2010-03-16 06:38:48 +01:00
Nicolas Martin a94ff26045 pixma: fix color shifts for Pixma MP990, updated descs for several models. 2010-03-15 22:16:47 +01:00
Stéphane Voltz b686021c07 Merge branch 'genesys' 2010-03-15 06:30:43 +01: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 04e06db3e0 Merge branch 'rts8891' 2010-03-11 06:27:48 +01:00
Stéphane Voltz eb661970bb fix registers settings for 600 dpi scans for sensor type 1 2010-03-11 06:19:43 +01:00
Stéphane Voltz 598d3c82ba XPA support fixes 2010-03-11 06:12:04 +01:00
Stéphane Voltz 7e95fd8365 fixed ta size handling and gl646 calibration 2010-03-09 22:22:43 +01:00
Stéphane Voltz 32c1b061b8 adapt gl646 calibration to XPA usage 2010-03-08 06:39:22 +01:00
Stéphane Voltz 25d88944f9 set dpi list for sensor type 7 2010-03-08 05:58:33 +01:00
Stéphane Voltz e253e63695 tweak register settings for sensor type 1 at 600 dpi 2010-03-07 23:20:57 +01:00
Stéphane Voltz c2440fc395 fix sensor detection for HP4470 2010-03-05 13:43:30 +01:00
Stéphane Voltz 4d19a35456 change build number 2010-03-04 06:24:13 +01:00