libusb: more iso buffers seems to work better

This commit is contained in:
Matthias Ringwald 2016-01-08 21:02:33 +01:00
parent fef203c4a0
commit f186ac720c

View File

@ -105,7 +105,7 @@ static libusb_device_handle * handle;
#define ASYNC_BUFFERS 2
#define AYSNC_POLLING_INTERVAL_MS 1
#define NUM_ISO_PACKETS 4
#define NUM_ISO_PACKETS 16
#define SCO_PACKET_SIZE 49
static struct libusb_transfer *command_out_transfer;