aboutsummaryrefslogtreecommitdiff
path: root/src/survive_usb.c
diff options
context:
space:
mode:
authorCharles Lohr <lohr85@gmail.com>2016-12-13 02:43:04 -0500
committerCharles Lohr <lohr85@gmail.com>2016-12-13 02:43:04 -0500
commitcebb93ee6b927f277d9f1d33c8b354aa440ebf44 (patch)
tree35b54958136c8c50b3c64a3bbc0c67e9df555e29 /src/survive_usb.c
parent495ce6aa7b24f93c464ec31fe9efc36d97add845 (diff)
downloadlibsurvive-cebb93ee6b927f277d9f1d33c8b354aa440ebf44.tar.gz
libsurvive-cebb93ee6b927f277d9f1d33c8b354aa440ebf44.tar.bz2
try updating with more data.
Diffstat (limited to 'src/survive_usb.c')
-rw-r--r--src/survive_usb.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/survive_usb.c b/src/survive_usb.c
index affcdd5..07e5cb4 100644
--- a/src/survive_usb.c
+++ b/src/survive_usb.c
@@ -247,6 +247,14 @@ int survive_usb_init( struct SurviveContext * ctx )
0x00, 0x18, 0x54, 0x72, 0x00, 0x00, 0x6a, 0x72, 0x00, 0x00, 0x00, 0x00,
};
+ //From actual use. ((THIS SEEMS TO BREAK IT))
+/*
+ static uint8_t vive_magic_power_on[64] = { 0x04, 0x78, 0x29, 0x38,
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
+*/
r = update_feature_report( ctx->udev[USB_DEV_HMD], 0, vive_magic_power_on, sizeof( vive_magic_power_on ) );
SV_INFO( "UCR: %d", r );
if( r != sizeof( vive_magic_power_on ) ) return 5;