merge-requests/1/head
Mattias Ellert 2005-05-07 19:08:56 +00:00
rodzic ea9ad9a396
commit 6219f5471c
2 zmienionych plików z 13 dodań i 16 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2005-05-07 Mattias Ellert <mattias.ellert@tsl.uu.se>
* 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 <henning@meier-geinitz.de> 2005-05-05 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/gt68xx.c backend/gt68xx_devices.c * backend/gt68xx.c backend/gt68xx_devices.c

Wyświetl plik

@ -31,23 +31,14 @@ list. At least the Epson Perfection 1640SU and the CANON IX-06015C (CanoScan
USB-scanners: USB-scanners:
------------- -------------
Work with libusb. Very limited testing until now. Try "sane-find-scanner -v -v" Work with libusb. Try "sane-find-scanner -v -v" and report success or
and report success or failure to the SANE mailing list. At least the following failure to the SANE mailing list. At least the following scanners are
scanners are known to work: UMAX Astra 1220U and 2000U, Epson Perfection 1640SU known to work: UMAX Astra 1220U and 2000U, Epson Perfection 1640SU and
and 2450 Photo. 2450 Photo.
There are some known problems with libusb: 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
- Older libusb versions return the wrong number of bytes written. Most backends patched.
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
Parport-scanners: 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. list if you succeeded in using one of these.
2003-12-26 Henning Meier-Geinitz <henning@meier-geinitz.de> 2003-12-26 Henning Meier-Geinitz <henning@meier-geinitz.de>
2005-05-07 Mattias Ellert <mattias.ellert@tsl.uu.se>