aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/survive_vive.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/survive_vive.c b/src/survive_vive.c
index 1f0b5b9..8e22ea1 100755
--- a/src/survive_vive.c
+++ b/src/survive_vive.c
@@ -723,11 +723,9 @@ int survive_get_config( char ** config, SurviveViveData * sv, int devno, int ifa
#else
//Switch mode to pull config?
- SV_INFO( "XXX TODO See if this can be update_feature_report" );
for( k = 0; k < 10; k++ )
{
- int rk = libusb_control_transfer(dev, LIBUSB_REQUEST_TYPE_CLASS | LIBUSB_RECIPIENT_INTERFACE | LIBUSB_ENDPOINT_OUT,
- 0x09, 0x300 | cfgbuff_send[0], iface, cfgbuff_send, 64, 1000 );
+ update_feature_report( dev, iface, cfgbuff_send, 64 );
OGUSleep(1000);
}
#endif