kopia lustrzana https://gitlab.com/sane-project/backends
Removed entries about kill(-1,...), wrong .desc links, sanei documentation,
added entries about exit(), and sanei doxygen documentation. Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
94f5929c67
commit
f37fb372c3
49
TODO
49
TODO
|
@ -1,4 +1,4 @@
|
||||||
TODO (2002-01-11)
|
TODO (2002-01-19)
|
||||||
|
|
||||||
******** todo ********
|
******** todo ********
|
||||||
|
|
||||||
|
@ -29,12 +29,13 @@ backends
|
||||||
* Update backends
|
* Update backends
|
||||||
- Combine all the Fujitsu backends into one single backend
|
- Combine all the Fujitsu backends into one single backend
|
||||||
|
|
||||||
* Check all backends which use fork/kill for the kill (-1,...) bug
|
|
||||||
first found in the microtek2 backend.
|
|
||||||
|
|
||||||
* All backends should check for TL_X < BR_X and TL_Y < BR_Y to
|
* All backends should check for TL_X < BR_X and TL_Y < BR_Y to
|
||||||
avoid segfaults or even scanner damage.
|
avoid segfaults or even scanner damage.
|
||||||
|
|
||||||
|
* Don't use exit() in backends.
|
||||||
|
- (v4l)
|
||||||
|
- tamarack
|
||||||
|
|
||||||
* Use DBG(...) instead of fprintf(stderr, ...) or printf
|
* Use DBG(...) instead of fprintf(stderr, ...) or printf
|
||||||
- microtek
|
- microtek
|
||||||
|
|
||||||
|
@ -83,31 +84,24 @@ backends
|
||||||
|
|
||||||
* avision: line 1393: word isn't freed sometimes (maybe if cp == line?)
|
* avision: line 1393: word isn't freed sometimes (maybe if cp == line?)
|
||||||
|
|
||||||
* Fix missing or wrong links to backend homepages (*.desc). If a homepage
|
|
||||||
doesn't exist, add a contact address (where available).
|
|
||||||
- abaton (404)
|
|
||||||
- agfafocus
|
|
||||||
- apple
|
|
||||||
- avision (404)
|
|
||||||
- dmc
|
|
||||||
- m3096g (DNS timeout)
|
|
||||||
- pint
|
|
||||||
- qcam
|
|
||||||
- ricoh
|
|
||||||
- s9036
|
|
||||||
- sp15c (DNS timeout)
|
|
||||||
- tamarack
|
|
||||||
- v4l (403)
|
|
||||||
|
|
||||||
* net: add IPv6 support.
|
* net: add IPv6 support.
|
||||||
|
|
||||||
doc
|
doc
|
||||||
---
|
---
|
||||||
* Documentation for sanei API
|
* Add doxygen documentation for the remaining sanei files:
|
||||||
- any ideas for this?
|
- sanei_auth.c
|
||||||
- Options:
|
- sanei_codec*
|
||||||
- Doxygen, <URL:http://www.stack.nl/~dimitri/doxygen/>
|
- sanei_config.c
|
||||||
- ROBODoc, <URL:http://www.xs4all.nl/~rfsber/Robo/>
|
- sanei_config2.c
|
||||||
|
- sanei_constrain_value.c
|
||||||
|
- sanei_init_debug.c
|
||||||
|
- sanei_net.c
|
||||||
|
- sanei_pa4s2.c
|
||||||
|
- sanei_pio.c
|
||||||
|
- sanei_pv8630.c
|
||||||
|
- sanei_scsi.c
|
||||||
|
- sanei_thread.c
|
||||||
|
- sanei_wire.c
|
||||||
|
|
||||||
* sane.tex: Define the return values for sane_init? Define the
|
* sane.tex: Define the return values for sane_init? Define the
|
||||||
consequences if sane_init doesn't return SANE_STATUS_GOOD.
|
consequences if sane_init doesn't return SANE_STATUS_GOOD.
|
||||||
|
@ -176,6 +170,11 @@ misc
|
||||||
|
|
||||||
|
|
||||||
******** done ********
|
******** done ********
|
||||||
|
* Documentation for sanei API
|
||||||
|
* Fix missing or wrong links to backend homepages (*.desc). If a homepage
|
||||||
|
doesn't exist, add a contact address (where available).
|
||||||
|
* Check all backends which use fork/kill for the kill (-1,...) bug
|
||||||
|
first found in the microtek2 backend.
|
||||||
* Add support for qt NLS (msg2qm) if possible without too much hassle.
|
* Add support for qt NLS (msg2qm) if possible without too much hassle.
|
||||||
* Add new backend primax http://primax.sourceforge.net/ (won't be ever a
|
* Add new backend primax http://primax.sourceforge.net/ (won't be ever a
|
||||||
real sane backend)
|
real sane backend)
|
||||||
|
|
Ładowanie…
Reference in New Issue