kopia lustrzana https://gitlab.com/sane-project/backends
Added saned info. Added artec at3 misdetection.
rodzic
4166ae3a0e
commit
7b4e6010cc
|
@ -15,6 +15,7 @@
|
||||||
security issues.
|
security issues.
|
||||||
* README.linux: Moved "memory exhausted" and missing scsi headers
|
* README.linux: Moved "memory exhausted" and missing scsi headers
|
||||||
problems from PROBLEMS.
|
problems from PROBLEMS.
|
||||||
|
* TODO: Added saned info. Added artec at3 misdetection.
|
||||||
|
|
||||||
2003-02-09 Stéphane Voltz <svoltz@wanadoo.fr>
|
2003-02-09 Stéphane Voltz <svoltz@wanadoo.fr>
|
||||||
|
|
||||||
|
|
20
TODO
20
TODO
|
@ -1,4 +1,4 @@
|
||||||
TODO (2003-01-26)
|
TODO (2003-02-09)
|
||||||
|
|
||||||
******** todo ********
|
******** todo ********
|
||||||
|
|
||||||
|
@ -56,6 +56,19 @@ backends
|
||||||
http://www.mostang.com/pipermail/sane-devel/2002-December/017010.html
|
http://www.mostang.com/pipermail/sane-devel/2002-December/017010.html
|
||||||
- as6e
|
- as6e
|
||||||
|
|
||||||
|
* artec
|
||||||
|
- Fix misdetection of AT3. Add something like this to the version detection
|
||||||
|
code:
|
||||||
|
else if (strstr (str, "AT3") == str)
|
||||||
|
{
|
||||||
|
str[3] = '\0';
|
||||||
|
strncpy (product_revision, str + 8, 4);
|
||||||
|
}
|
||||||
|
The AT3 seems to behave similar to the A6000C PLUS and includes its
|
||||||
|
version in the model string:
|
||||||
|
[artec] 0x00: 06 00 02 01 5b 00 00 00 55 4c 54 49 4d 41 20 20 ....[...ULTIMA
|
||||||
|
[artec] 0x10: 41 54 33 20 20 20 20 20 31 2e 36 30 20 20 20 20 AT3 1.60
|
||||||
|
- Fix email address of Chris Pinkham. cpinkham@infi.net bounces.
|
||||||
doc
|
doc
|
||||||
---
|
---
|
||||||
* Add doxygen documentation for the remaining sanei files:
|
* Add doxygen documentation for the remaining sanei files:
|
||||||
|
@ -81,6 +94,11 @@ frontends
|
||||||
(maybe) check the connection from server side.
|
(maybe) check the connection from server side.
|
||||||
- Add IPv6 support.
|
- Add IPv6 support.
|
||||||
- Add support for IP ranges in saned.conf (like 10.0.0.0/8)?
|
- Add support for IP ranges in saned.conf (like 10.0.0.0/8)?
|
||||||
|
- Check for wire errors everywhere. Maybe create a macro?
|
||||||
|
- Can the amount of memory that's used for strings be limited?
|
||||||
|
Otherwise remote computers can allocate huge amounts of memories on the
|
||||||
|
server.
|
||||||
|
- Think about a complete rewrite with security in mind.
|
||||||
|
|
||||||
* scanimage: Check range of width and height. scanimage just uses the ranges
|
* scanimage: Check range of width and height. scanimage just uses the ranges
|
||||||
from br-x and br-y but this is wrong for tl-x and tl-y != 0 and for
|
from br-x and br-y but this is wrong for tl-x and tl-y != 0 and for
|
||||||
|
|
Ładowanie…
Reference in New Issue