aboutsummaryrefslogtreecommitdiff
path: root/src/survive_vive.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-06-24 20:23:34 -0400
committercnlohr <lohr85@gmail.com>2018-06-24 20:23:34 -0400
commit8ae8f5aa50ef7472a486ec6f3688e7dfb0c9dcab (patch)
treed3530b2f4640b8e24ca53fc62d957012e23a1721 /src/survive_vive.c
parent7d5b1db0edf0ec43f13293de1526206721c3494f (diff)
downloadlibsurvive-8ae8f5aa50ef7472a486ec6f3688e7dfb0c9dcab.tar.gz
libsurvive-8ae8f5aa50ef7472a486ec6f3688e7dfb0c9dcab.tar.bz2
Refactor
Diffstat (limited to 'src/survive_vive.c')
-rwxr-xr-xsrc/survive_vive.c3
1 files changed, 2 insertions, 1 deletions
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 );