From 8ae8f5aa50ef7472a486ec6f3688e7dfb0c9dcab Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sun, 24 Jun 2018 20:23:34 -0400 Subject: Refactor --- src/survive_vive.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/survive_vive.c') diff --git a/src/survive_vive.c b/src/survive_vive.c index a83c6a1..0c8f583 100755 --- a/src/survive_vive.c +++ b/src/survive_vive.c @@ -491,10 +491,11 @@ int survive_usb_init( SurviveViveData * sv, SurviveObject * hmd, SurviveObject * SV_ERROR( "Could not claim interface %d of %s", j, devnames[i] ); return -9; } - usleep(20000); } SV_INFO( "Successfully enumerated %s (%d, %d)", devnames[i], did, conf->bNumInterfaces ); + + usleep(100000); } libusb_free_device_list( devs, 1 ); -- cgit v1.2.3