RELEASE_1_0_11_BRANCH
Henning Geinitz 2002-12-08 19:23:10 +00:00
rodzic 49cc4963e6
commit e8fac410e1
2 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -5,6 +5,7 @@
* TODO: Added entries for "missing" scanners in desc files: snapscan * TODO: Added entries for "missing" scanners in desc files: snapscan
and epson. Added sanei_usb issues. Updated MacOS X and OS/2 porting and epson. Added sanei_usb issues. Updated MacOS X and OS/2 porting
issues. issues.
* README.darwin: Updated.
2002-12-07 Abel Deuring <a.deuring@satzbau-gmbh.de> 2002-12-07 Abel Deuring <a.deuring@satzbau-gmbh.de>
* sanei/sanei_scsi.c: improved error handling * sanei/sanei_scsi.c: improved error handling

Wyświetl plik

@ -11,6 +11,9 @@ try to reduce optimization (e.g. CFLAGS="-O1" ./configure). Another
work-around: Disable the canon backend in backend/Makefile.in (look at work-around: Disable the canon backend in backend/Makefile.in (look at
PRELOADABLE_BACKENDS) and rerun configure. PRELOADABLE_BACKENDS) and rerun configure.
Building with dynamic loading enabled seems to need a patch to libtool. See
http://www.mostang.com/pipermail/sane-devel/2002-November/005361.html
SCSI-scanners: SCSI-scanners:
-------------- --------------
Probably not supported because there are no functions in sanei_scsi to access Probably not supported because there are no functions in sanei_scsi to access
@ -18,12 +21,13 @@ the Darwin generic SCSI devices. Patches are welcome.
USB-scanners: USB-scanners:
------------- -------------
Untested. May work if libusb is used. Try "sane-find-scanner -v -v" and report Works with libusb. Very limited testing until now. Try
success or failure to the SANE mailing list. "sane-find-scanner -v -v" and report success or failure to the SANE mailing
list.
Parport-scanners: Parport-scanners:
----------------- -----------------
I don't have any information about these. Please contact me or the SANE mailing I don't have any information about these. Please contact me or the SANE mailing
list if you succeeded in using one of these. list if you succeeded in using one of these.
2002-07-15 Henning Meier-Geinitz <henning@meier-geinitz.de> 2002-12-08 Henning Meier-Geinitz <henning@meier-geinitz.de>