From 6219f5471c08a01e147eb218b5623b0d2ffd5881 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Sat, 7 May 2005 19:08:56 +0000 Subject: [PATCH] Readme update --- ChangeLog | 5 +++++ README.darwin | 24 ++++++++---------------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7d84b5f3..6d9aa504e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-07 Mattias Ellert + + * README.darwin: updated the section about libusb, since all known + bugs have now been fixed in the libusb CVS. + 2005-05-05 Henning Meier-Geinitz * backend/gt68xx.c backend/gt68xx_devices.c diff --git a/README.darwin b/README.darwin index 1ce008a6d..74e9a1765 100644 --- a/README.darwin +++ b/README.darwin @@ -31,23 +31,14 @@ list. At least the Epson Perfection 1640SU and the CANON IX-06015C (CanoScan USB-scanners: ------------- -Work with libusb. Very limited testing until now. Try "sane-find-scanner -v -v" -and report success or failure to the SANE mailing list. At least the following -scanners are known to work: UMAX Astra 1220U and 2000U, Epson Perfection 1640SU -and 2450 Photo. +Work with libusb. Try "sane-find-scanner -v -v" and report success or +failure to the SANE mailing list. At least the following scanners are +known to work: UMAX Astra 1220U and 2000U, Epson Perfection 1640SU and +2450 Photo. -There are some known problems with libusb: - -- Older libusb versions return the wrong number of bytes written. Most backends - will return an error and won't work. Update your version of libusb. - -- Set configuration doesn't reclaim the interface. This is important for the - sm3600 backend. - -- Libusb sets only the completion timeouts, but not the no data timeouts. - -A patch for these problems is available at -https://sourceforge.net/tracker/?group_id=1674 request ID 1044204 +Use libusb version 0.1.11 or later (or a cvs checkout from 2005-04-25 +or later). If you use earlier versions the libusb code needs to be +patched. Parport-scanners: ----------------- @@ -55,3 +46,4 @@ I don't have any information about these. Please contact me or the SANE mailing list if you succeeded in using one of these. 2003-12-26 Henning Meier-Geinitz +2005-05-07 Mattias Ellert