aboutsummaryrefslogtreecommitdiff
path: root/src/survive_vive.c
diff options
context:
space:
mode:
authorMichael Turvey <mwturvey@users.noreply.github.com>2017-03-29 16:52:52 -0700
committerGitHub <noreply@github.com>2017-03-29 16:52:52 -0700
commit73b55567e8868139ae23bee5b1085a389abccbfd (patch)
tree259f635d8f0918decf79eb6f7676e9645bc4990c /src/survive_vive.c
parentea0c125b90703edae5ea2b0d02095406515aa7a3 (diff)
parent9706cf9ee66134e5c37e8c860035d133b56dff66 (diff)
downloadlibsurvive-73b55567e8868139ae23bee5b1085a389abccbfd.tar.gz
libsurvive-73b55567e8868139ae23bee5b1085a389abccbfd.tar.bz2
Merge pull request #48 from mwturvey/ToriPoserHomeStretch
Tori poser home stretch
Diffstat (limited to 'src/survive_vive.c')
-rwxr-xr-xsrc/survive_vive.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/survive_vive.c b/src/survive_vive.c
index a5c731d..757fa11 100755
--- a/src/survive_vive.c
+++ b/src/survive_vive.c
@@ -1105,6 +1105,7 @@ void survive_data_cb( SurviveUSBInterface * si )
}
case USB_IF_LIGHTHOUSE:
case USB_IF_W_WATCHMAN1:
+ case USB_IF_TRACKER0:
{
int i;
//printf( "%d -> ", size );
@@ -1156,22 +1157,6 @@ void survive_data_cb( SurviveUSBInterface * si )
}
break;
}
- case USB_IF_TRACKER0:
- {
- SurviveObject * w = obj;
- if( id == 32 )
- {
- // TODO: Looks like this will need to be handle_tracker, since
- // it appears the interface is sufficiently different.
- // More work needd to reverse engineer it.
- //handle_wired_watchman( w, readdata, size);
- }
- else
- {
- SV_INFO( "Unknown tracker code %d\n", id );
- }
- break;
- }
case USB_IF_LIGHTCAP:
{
int i;