Added entries about saned/net freezes and parport-directio doc.

Removed entries about sanei_usb control msg, sanei_pv8630 inclusion,
OS/2 libsocket problem, and splitting --enable-directio.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-01-03 21:47:01 +00:00
rodzic 68d1e7151f
commit a5f9db6b04
1 zmienionych plików z 13 dodań i 15 usunięć

28
TODO
Wyświetl plik

@ -1,4 +1,4 @@
TODO (2001-12-27)
TODO (2002-01-03)
******** todo ********
@ -49,6 +49,9 @@ backends
by one user). Maybe add a command line option to saned to set the
timeout. Otherwise turn on TCP keep alive (where available) and
(maybe) check the connection from server side.
- There seems to be yet another race condition or other source for
freezes in saned or net. Wheile scanning with pnm and auth, scanimage
freezes. Last message from saned: "process_request: got request 2".
* qcam:
- implement auto mode for brightness and black-level (don't
@ -111,6 +114,8 @@ doc
* Update backend manpages.
* Add description of --enable-parport-directio.
frontends
---------
* dll: Rewrite to use libtool ltdl library
@ -127,13 +132,6 @@ sanei
SCSI DEVICE BUSY. Better specification of the behaviour of sanei_scsi
functions (e.g. return values, timeout 10 min versus 1 min)?
* sanei_usb: Add sanei_usb_control_msg. At least the Linux
USB scanner driver allows to send control messages since kernel 2.4.13.
See http://umax1220u-sane.sourceforge.net/sanei/ .
* Add support for PV8630 USB chipset (as sanei interface):
http://umax1220u-sane.sourceforge.net/sanei/
* create sanei_parport_* and remove all inb, outb,... from all backends;
use libieee1284 if available (see
http://people.redhat.com/twaugh/libieee1284/). Or just include this
@ -153,9 +151,6 @@ platform-specific
the correct extensions (e.g. for OS/2). Also update the Makefiles
accordingly.
* Fix libsocket problem (OS/2). libsocket must be linked when testing for
libsyslog.
* Add support for semaphores also for OS/2 (currently used in snapscan).
* Fix shared lib problem with NetBSD. Starting scanimage results in:
@ -190,11 +185,14 @@ misc
* Add installation procedure for translations of SANE backend's options.
* Split configure option --enable-directio into --enable-scsi-directio and
--enable-parport-directio to avoid confusion. Also add appropriate
documentation.
******** done ********
* Split configure option --enable-directio into --enable-scsi-directio and
--enable-parport-directio to avoid confusion. Also add appropriate
documentation.
* sanei_usb: Add sanei_usb_control_msg.
* Add support for PV8630 USB chipset (as sanei interface):
* Fix libsocket problem (OS/2). libsocket must be linked when testing for
libsyslog.
* Add bearpaw backend (Mustek BearPaw 1200 + maybe 2400)
(will be supported by plustek backend)
* Must -ldl be added to sane-config.in?