Fixed comment (we still use 30 seconds USB timeout by default).

merge-requests/1/head
Henning Geinitz 2005-07-15 18:16:35 +00:00
rodzic e479c32503
commit 2dd4b1822c
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -2,6 +2,8 @@
* backend/sp15c.c: Better 4->8 bit depth expansion algorithm (from
Mattias Ellert <mattias.ellert@tsl.uu.se>).
* sanei/sanei_usb.c: Fixed comment (we still use 30 seconds USB
timeout by default).
2005-07-15 Oliver Schwartz <Oliver.Schwartz@gmx.de>

Wyświetl plik

@ -108,7 +108,7 @@ device_list_type;
static device_list_type devices[MAX_DEVICES];
#ifdef HAVE_LIBUSB
static int libusb_timeout = 30 * 1000; /* 5 seconds was 30 * 1000 */
static int libusb_timeout = 30 * 1000; /* 30 seconds */
#endif /* HAVE_LIBUSB */
#if defined (__linux__)