From: Ed Rogalsky Date: Sat, 16 Feb 2013 13:52:14 +0000 (+0100) Subject: try to find solution for ShuttlePro V2 problem X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8dd4d6bee4a7c249caadfc78de377dd488495b19;p=kdenlive try to find solution for ShuttlePro V2 problem http://www.kdenlive.org/mantis/view.php?id=2918 --- 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 */