From 8dd4d6bee4a7c249caadfc78de377dd488495b19 Mon Sep 17 00:00:00 2001 From: Ed Rogalsky Date: Sat, 16 Feb 2013 14:52:14 +0100 Subject: [PATCH] try to find solution for ShuttlePro V2 problem http://www.kdenlive.org/mantis/view.php?id=2918 --- src/jogshuttle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jogshuttle.cpp b/src/jogshuttle.cpp index 36288636..fd879094 100644 --- a/src/jogshuttle.cpp +++ b/src/jogshuttle.cpp @@ -146,7 +146,7 @@ void ShuttleThread::run() if (errno == ENODEV) { perror("Failed to read from Jog Shuttle FILE DESCRIPTOR. Stop thread"); /* stop thread */ - stop_me = true; +// stop_me = true; } else if (num_warnings > 1000000) { perror("Failed to read from Jog Shuttle FILE DESCRIPTOR. Limit reached. Stop thread"); /* stop thread */ -- 2.39.2