Reinhold Kainhofer
6dc2a7d03a
Add some sanity checks
2011-01-15 21:41:06 +01:00
Reinhold Kainhofer
039f21aaf8
Add function to set USB endpoints to use
...
Added
void sanei_usb_set_endpoint (SANE_Int dn, SANE_Int ep_type, SANE_Int ep);
This function allows the user to set the endpoint to use on
the given device for the given endpoint type (e.g. bulk in).
Some scanners have multiple bulk in/out endpoints but use
only one for communication (not the one detected during auto-detection),
so one call to the new function will change the used endpoint.
Some scanners use two different endpoint for different purposes,
so in that case each read/write call needs to be preceeded
by a call to that function to set the proper endpoint.
ep_type is a bitmask and is usually of the form
(USB_DIR_IN|USB_ENDPOINT_TYPE_BULK)
2011-01-15 21:40:55 +01:00
Stéphane Voltz
819010f44e
entry for genesys backend change
2011-01-13 22:31:58 +01:00
Stéphane Voltz
3674a7d4ef
description update for LiDE 110/210
2011-01-13 22:29:41 +01:00
Stéphane Voltz
ded946b70d
exposure calibration cache fix
2011-01-13 22:27:26 +01:00
Stéphane Voltz
53e28b3cd1
working 2400 dpi mode for LiDE 110
2011-01-13 22:08:31 +01:00
Stéphane Voltz
93998d5fe3
entry for genesys fixes
2011-01-12 20:56:35 +01:00
Stéphane Voltz
1e3956b5a5
disable 2400 dpi scanning since it isn't ready
2011-01-12 20:52:57 +01:00
Stéphane Voltz
1f82a765d4
add a wait for head to park function for genesys based scanners
2011-01-12 20:51:32 +01:00
Stéphane Voltz
4da932ad57
2400 dpi for LiDE 110/210
2011-01-11 06:26:41 +01:00
Stéphane Voltz
922a22e308
entry for genesys fixes
2011-01-09 17:24:18 +01:00
Stéphane Voltz
6e77181966
genesys fixes
...
- wait for head ot park before leaving in sane_close()
- fix lineart bug when yres is hegher than xres and dynamic lineart is
enabled
2011-01-09 17:18:42 +01:00
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
Nicolas Martin
e72c0f548e
pixma: Added patch proposed by Klaus Stengel for Canon imageRunner 1020/1024/1025 support.
...
modified: ChangeLog
modified: backend/pixma_mp730.c
2011-01-05 21:30:11 +01:00
Nicolas Martin
68c15af1b2
pixma: several updates for MP830, MP990, memmove bug fix, and 64 bits image size.
...
modified: ChangeLog
modified: backend/pixma.c
modified: backend/pixma.h
modified: backend/pixma_common.c
modified: backend/pixma_common.h
modified: backend/pixma_mp150.c
2011-01-04 22:19:52 +01:00
Nicolas Martin
529673f220
Merge branch 'master' of ssh://git.debian.org/git/sane/sane-backends
2011-01-04 22:12:27 +01:00
Stéphane Voltz
972f686739
entry for gl124 fixes
2011-01-04 21:42:10 +01:00
Stéphane Voltz
6cfbb6d09e
Merge branch 'gl124'
2011-01-04 21:40:10 +01:00
Stéphane Voltz
8fb58d5118
fix lineart issue at 1200 dpi and clean up block read for gl124
2011-01-04 21:37:41 +01:00
Nicolas Martin
97d7464acb
Merge branch 'master' of ssh://git.debian.org/git/sane/sane-backends
2011-01-04 21:09:56 +01:00
Chris Bagwell
8d4c1b6314
changelog entry for sane.tex update.
...
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-03 16:09:12 -06:00
Chris Bagwell
da2d2199ec
make sane.ps generation more portable
...
Macport version of latex does not intall changebar
package referenced by sane.tex.
Commented out this reference since its not actually
used by any docs. This should allow generating
with a wider range of latex versions.
Also added quotes around TEXINPUTS (where to find
our custom distributed html.sty) since OSX often
has spaces in path names.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-03 15:52:59 -06:00
Stéphane Voltz
de2af06d35
make lineart work when number of segments is higher than 1
2011-01-03 21:35:44 +01:00
Stéphane Voltz
25dc093bb6
fix place for DBG statement
2011-01-03 20:56:22 +01:00
Chris Bagwell
e2463c9ca3
Add SOCKET_LIBS to xerox_mfp since it uses sanei_tcp
...
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-03 10:55:35 -06:00
Chris Bagwell
6deb4be298
fix missing comment #
...
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-02 20:44:15 -06:00
Chris Bagwell
9de4dcd8a5
Fixes for "make distcheck" on cygwin.
...
Allow "make dist" when translations are disabled.
Allow "make check" to work by linking in liblib.la.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-02 20:00:22 -06:00
Chris Bagwell
650ea7cf8a
update generate files using latest autoconf tools.
...
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-02 13:07:31 -06:00
Nicolas Martin
6c19d00e19
Merge branch 'master' of ssh://git.debian.org/git/sane/sane-backends
2010-12-30 20:04:56 +01:00
Stéphane Voltz
dd2a64e9a4
lide 110/210 scanarea fine tuning
2010-12-29 07:17:14 +01:00
Stéphane Voltz
f5ebfd943a
entry for genesys minor update
2010-12-28 21:52:57 +01:00
Stéphane Voltz
d0c113cd49
Merge branch 'gl124'
2010-12-28 21:50:42 +01:00
Stéphane Voltz
5424806931
add half-step mode to DSmobile 600 motor
2010-12-28 21:50:13 +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
f6289db694
Merge branch 'gl841'
2010-12-27 22:40:37 +01:00
Stéphane Voltz
fbf9dd562a
add half-step mode to DSmobile 600 motor
2010-12-27 22:40:11 +01:00
Stéphane Voltz
7fb14b8f2e
entry for optibook 3600 support
2010-12-27 21:48:29 +01:00
Stéphane Voltz
a30e72a68c
descriptions and man page updates for OpticBokk 3600
2010-12-27 07:08:44 +01:00
Stéphane Voltz
6df16ae86c
add opticbook 3600 to genesys.conf.in
2010-12-27 07:01:01 +01:00
Stéphane Voltz
b8bf7c3840
copyright updates
2010-12-27 07:01:01 +01:00
Stéphane Voltz
86c8214e93
add support for Plustek Opticbook 3600 by Chris Berry & Michael Rickmann
2010-12-27 07:01:01 +01:00
Stéphane Voltz
9106e0f7fa
changelog entry for genesys update
2010-12-27 06:54:18 +01:00
Stéphane Voltz
02ce13c350
up build number
2010-12-27 06:50:51 +01:00
Stéphane Voltz
35385e5725
genesys backend update
...
- enable 16 bit gamma for GL124 scanners
- genesys doc credits and models update
2010-12-26 12:08:01 +01:00
Stéphane Voltz
0645ab29d1
enable gamma in 16 bit depth
2010-12-24 11:08:57 +01:00
Stéphane Voltz
83e23108fe
Canonscan 700F moved to genesys.desc
2010-12-24 09:01:20 +01:00
Stéphane Voltz
406ecd0cda
genesys desc update
2010-12-24 08:51:44 +01:00
Stéphane Voltz
d8552eb4ad
GL124 shading area tuning
2010-12-24 08:41:15 +01:00
Stéphane Voltz
f8e1b82561
add a message to print the kind of libusb used
2010-12-24 08:28:16 +01:00
Stéphane Voltz
37a69dad2d
gl847 fixes
...
- improved send shading data calls
- fixed shading area line number for gl847 scanners
2010-12-24 08:28:16 +01:00