summaryrefslogtreecommitdiffstats
path: root/src/irecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irecovery.c')
-rw-r--r--src/irecovery.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/irecovery.c b/src/irecovery.c
index dfcf422..90f975b 100644
--- a/src/irecovery.c
+++ b/src/irecovery.c
@@ -49,6 +49,9 @@ int main(int argc, char** argv) {
49 break; 49 break;
50 } 50 }
51 51
52 printf("Sending USB reset...\n");
53 irecv_reset(device);
54
52 irecv_exit(device); 55 irecv_exit(device);
53 return 0; 56 return 0;
54} 57}