kopia lustrzana https://gitlab.com/sane-project/backends
Fixed comment (we still use 30 seconds USB timeout by default).
rodzic
e479c32503
commit
2dd4b1822c
|
@ -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>
|
||||
|
||||
|
|
|
@ -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__)
|
||||
|
|
Ładowanie…
Reference in New Issue