pixma: reduce global usb read and write timeouts to 1 sec

merge-requests/1/head
Rolf Bensch 2016-02-17 20:30:47 +01:00
rodzic 99f7e7872f
commit 4771fab9c1
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -57,9 +57,9 @@
*/
/** Timeout for pixma_read() in milliseconds */
#define PIXMA_BULKIN_TIMEOUT 20000
#define PIXMA_BULKIN_TIMEOUT 1000
/** Timeout for pixma_write() in milliseconds */
#define PIXMA_BULKOUT_TIMEOUT 20000
#define PIXMA_BULKOUT_TIMEOUT 1000
struct pixma_io_t;