kopia lustrzana https://gitlab.com/sane-project/backends
Made libusb_timeout static.
rodzic
68937254bf
commit
433a923082
|
@ -91,7 +91,7 @@ device_list_type;
|
||||||
static device_list_type devices[MAX_DEVICES];
|
static device_list_type devices[MAX_DEVICES];
|
||||||
|
|
||||||
#ifdef HAVE_LIBUSB
|
#ifdef HAVE_LIBUSB
|
||||||
int libusb_timeout = 30 * 1000; /* 30 seconds */
|
static int libusb_timeout = 30 * 1000; /* 30 seconds */
|
||||||
#endif /* HAVE_LIBUSB */
|
#endif /* HAVE_LIBUSB */
|
||||||
|
|
||||||
#if defined (__linux__)
|
#if defined (__linux__)
|
||||||
|
|
Ładowanie…
Reference in New Issue