Removed entry about @LIBDIR@ and @CONFIGDIR@ in man pages.

Added Entry about sanei_scsi return values and timeout.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 1994-10-28 16:33:34 +00:00
rodzic e1bbeb73a4
commit 38bfda4f66
1 zmienionych plików z 8 dodań i 6 usunięć

14
TODO
Wyświetl plik

@ -1,4 +1,4 @@
TODO (2001-10-26) TODO (2001-10-28)
******** todo ******** ******** todo ********
@ -61,7 +61,7 @@ backends
* v4l: Problems (crash) with more than one video card. It looks like * v4l: Problems (crash) with more than one video card. It looks like
the two different cards are identified as the same card. the two different cards are identified as the same card.
* Fix backends where sane_exit() do not release memory allocated by * Fix backends where sane_exit() does not release memory allocated by
sane_get_devices(). sane_get_devices().
- abaton - abaton
- agfafocus - agfafocus
@ -105,10 +105,6 @@ doc
* Update backend manpages * Update backend manpages
* Use @LIBDIR@, @CONFIGDIR@ and the other @@ macros to refer to paths.
These are updated when installing to a non-standard prefix.
- umax
frontends frontends
--------- ---------
* dll: Rewrite to use libtool ltdl library * dll: Rewrite to use libtool ltdl library
@ -124,6 +120,10 @@ sanei
* SCSI access doesn't seem to work on Linux/Sparc. See emails from * SCSI access doesn't seem to work on Linux/Sparc. See emails from
Tomislav Renic on sane-devel (2001-09-21). Tomislav Renic on sane-devel (2001-09-21).
* sanei_scsi: Check return values of req_wait and cmd in case of
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_write_control or similar. At least the Linux * sanei_usb: Add sanei_usb_write_control or similar. At least the Linux
USB scanner driver allows to send control messages since kernel 2.4.13. USB scanner driver allows to send control messages since kernel 2.4.13.
@ -159,6 +159,8 @@ misc
* Add installation procedure for translations of SANE backend's options. * Add installation procedure for translations of SANE backend's options.
******** done ******** ******** done ********
* Use @LIBDIR@, @CONFIGDIR@ and the other @@ macros to refer to paths.
These are updated when installing to a non-standard prefix.
* net: cancel doesn't work over the net at least with pnm and mustek. * net: cancel doesn't work over the net at least with pnm and mustek.
* add Jochen Eisinger's net.c and sanei_wire.c fixes/additions. * add Jochen Eisinger's net.c and sanei_wire.c fixes/additions.
* net.c: don't just ignore the byte-order for the image data (needed to * net.c: don't just ignore the byte-order for the image data (needed to