Stéphane Voltz
79371ea4d9
factor out step type computing function
2013-12-15 07:27:25 +01:00
Stéphane Voltz
e500d44e65
LiDE 80 WIP:
...
- 1200 shading working
- 600 and below resolution are ok, but shading needs to be fixed
- 1200 dpi motor resolution doesn't work
2013-12-15 07:27:25 +01:00
Stéphane Voltz
ebcc2c0a3f
LiDE80 WIP : update calibration
...
- led calibration updated
- offset calibration : new function added
- coarse gain calibration updated
- device description updated
2013-12-15 07:27:25 +01:00
Stéphane Voltz
1952f1172a
LiDE 80 WIP : unit test scans are working
2013-12-15 07:27:25 +01:00
Stéphane Voltz
8fbb9c247b
LiDE 80 WIP : working unit esting for 75, 100, 150 and 300 dpi
2013-12-15 07:27:25 +01:00
Stéphane Voltz
6ebd7e35b4
LiDE80 WIP : Working frontend
2013-12-15 07:27:25 +01:00
m. allan noah
4ab0b21fac
Changelog for recent updates
2013-12-10 22:06:22 -05:00
m. allan noah
9f6ebc2f3c
fujitsu backend v118
...
- support fi-7160, fi-7260, fi-7180 and fi-7280
- remove unused var from do_scsi_cmd()
- added more request_sense options
- add adv_paper_protect option
- enable paper protection by default
- increase max_x_fb for fi-6240 and fi-6230
2013-12-10 21:57:11 -05:00
m. allan noah
c4a5bbc143
canon_dr backend v42
...
- initial DR-G1100 support
- add support for paper sensors (P-215 & P-208)
- add initial support for card reader (P-215)
- removed unused var from do_scsi_cmd()
2013-12-09 20:56:45 -05:00
Nils Philippsen
8082a42ec4
avoid using string formats insecurely with "-f"
...
In the process, simplify processing the device list format: don't copy
the format string for writing \0 into it, just iterate over chunks in
the original string.
2013-12-04 15:04:12 +01:00
Nils Philippsen
aa8d117c2a
fix "make check"
...
Regenerate testsuite reference data which was necessary after these
fixes:
- commit 3b96baef65
"sane-desc: fix udev hwdb generation"
- commit 758731489d
"sane-desc: fix faulty udev logic for SCSI devices"
2013-12-03 15:26:53 +01:00
Stéphane Voltz
febae63aa3
handle version number change in testsuite
2013-11-21 06:06:17 +01:00
Nils Philippsen
758731489d
sane-desc: fix faulty udev logic for SCSI devices
...
SUBSYSTEMS!="..." seems to always match, i.e. skip the SCSI-specific
rules.
2013-11-20 21:49:58 +01:00
Nils Philippsen
d835d9d565
epson: don't leak memory if realloc() fails
2013-11-07 14:29:28 +01:00
Nils Philippsen
dc76e7cce4
genesys: check return values
2013-11-06 12:03:23 +01:00
Nils Philippsen
5d7f7ffefb
genesys: remove code which is never reached
...
The surrounding conditions always evaluate as FALSE because the
variables are set to different values before.
2013-11-06 12:03:23 +01:00
Nils Philippsen
602d6ecdfe
rts8891: check return values
2013-11-06 12:03:23 +01:00
Nils Philippsen
a3fe2c1ea5
genesys: compute MAX_SCANNERS from array length
...
... of genesys_usb_device_list[]
2013-11-05 15:51:05 +01:00
Nils Philippsen
2d89e37f36
kodakio: don't overrun option name array
2013-11-05 15:51:05 +01:00
Nils Philippsen
101f76c516
pixma: document falling through to next switch case
2013-11-05 15:19:48 +01:00
Nils Philippsen
b53a58c4b5
genesys: avoid infinite loop
...
The stray semicolon prevents executing the loop which could reset the
REG41_FEBUSY bit.
2013-11-05 15:15:17 +01:00
Nils Philippsen
575f40a079
pixma: avoid buffer overflows
2013-11-05 15:12:20 +01:00
Nils Philippsen
cf9129d62f
pixma: u32tohex(): shift first, then cast to uint8_t
2013-11-05 14:54:13 +01:00
Nils Philippsen
66cb9b55c2
remove code which is never reached
2013-11-05 14:47:27 +01:00
Nils Philippsen
252ccdd926
genesys: fix some memory leaks
2013-11-05 14:17:12 +01:00
Nils Philippsen
8cd2d36f1e
epson: ensure that command() allocates enough memory
2013-11-05 14:05:25 +01:00
Nils Philippsen
56104b5329
genesys: avoid dereferencing null pointer
2013-11-05 11:39:56 +01:00
Nils Philippsen
d35d6326cb
pixmap: omitting curly braces considered harmful
...
The break being outside of the else block effectively made an if clause
out of the while loop. This caused long hostnames to not be shortened
sufficiently which subsequentely made strcpy() write beyond buffer
boundaries.
2013-10-29 14:14:18 +01:00
Nils Philippsen
3b96baef65
sane-desc: fix udev hwdb generation
...
Generated hwdb files listed the vendor ID instead of the product ID
which made udevd not recognizing scanner devices as such. Thanks to
Fabrice Bellet who spotted the problem.
2013-10-24 14:22:17 +02:00
Stéphane Voltz
4b6d50f662
LiDE 80 WIP : parking is now working
2013-10-19 21:30:04 +02:00
Stéphane Voltz
eca8b300b5
LiDE 80 init working
2013-10-19 21:24:34 +02:00
Stéphane Voltz
a7e664478e
update HP2400 and LiDE 80 description
2013-10-19 21:24:34 +02:00
Stéphane Voltz
c88b3bc228
add LiDE 80 device description
2013-10-19 21:24:34 +02:00
Paul Newall
efb04936b8
detection of cups commented out in configure.in it is no longer used by kodakaio.
2013-10-15 22:20:15 +01:00
Paul Newall
37523b867d
Bugfix in kodakaio.c to fix segfault when non kodak scanners return unexpected data via avahi auto discovery
2013-10-14 22:22:53 +01:00
Rolf Bensch
236785e095
changelog for recent work
2013-10-11 19:57:42 +02:00
Rolf Bensch
70cfb5e71b
Pixma backend version 0.17.5
2013-10-11 19:43:27 +02:00
Rolf Bensch
ee4704f34a
new scanner Canon i-SENSYS MF4890dw
2013-10-11 19:40:42 +02:00
Rolf Bensch
82f92ec004
use mf->generation instead of s->cfg->pid for generation 2 scanners
2013-10-11 19:29:58 +02:00
Rolf Bensch
d5baddf003
reorder scanner defines
2013-10-11 19:20:13 +02:00
Nils Philippsen
b491261f0c
Improve Epson Expression 800
...
Epson Expression 800 models announce themselves as "processor", not
"scanner".
2013-10-08 16:10:20 +02:00
Rolf Bensch
472daf7816
update installation description for 1.0.25git
2013-10-02 19:04:44 +02:00
m. allan noah
0797f7bf9c
whitespace commit to test alioth
2013-09-30 23:15:02 -04:00
m. allan noah
682c418f63
starting 1.0.25git
2013-09-30 22:53:21 -04:00
m. allan noah
ad6a17ad7c
Changes to release 1.0.24
2013-09-30 21:25:18 -04:00
m. allan noah
0d6c636149
updated translation from Martin Kho
2013-09-30 20:46:23 -04:00
Rolf Bensch
e95e888c3b
fix button support for Canon CS8800F
2013-09-30 16:22:12 +02:00
Rolf Bensch
a178841287
new scanner Canon imageCLASS MF4770n
2013-09-24 21:25:19 +02:00
Alex Belkin
b5ca4318c3
usb id for dell 1235cn, reported by Jean-Francois Labrousse.
2013-09-18 22:52:34 +04:00
m. allan noah
a852ce8233
Added desc file for panamfs [ #314219 ]
2013-09-17 22:34:51 -04:00