From: Ed Rogalsky Date: Tue, 19 Feb 2013 17:59:25 +0000 (+0100) Subject: Revert "try to find solution for ShuttlePro V2 problem" X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2e13e777eb6c92f3b2b1c26263369156be6f7324;p=kdenlive Revert "try to find solution for ShuttlePro V2 problem" This reverts commit 8dd4d6bee4a7c249caadfc78de377dd488495b19. --- diff --git a/src/jogshuttle.cpp b/src/jogshuttle.cpp index fd879094..36288636 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 */