From a2a3537ea24d3cdcc1b210b45695d6eed33ee433 Mon Sep 17 00:00:00 2001 From: Nicolas Haunold Date: Thu, 13 May 2010 12:18:17 +0200 Subject: Added irecv_reset() --- src/irecovery.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/irecovery.c') 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) { break; } + printf("Sending USB reset...\n"); + irecv_reset(device); + irecv_exit(device); return 0; } -- cgit v1.1-32-gdbae