]> git.sesse.net Git - kdenlive/commitdiff
Revert "try to find solution for ShuttlePro V2 problem"
authorEd Rogalsky <ed.rogalsky@googlemail.com>
Tue, 19 Feb 2013 17:59:25 +0000 (18:59 +0100)
committerEd Rogalsky <ed.rogalsky@googlemail.com>
Tue, 19 Feb 2013 17:59:25 +0000 (18:59 +0100)
This reverts commit 8dd4d6bee4a7c249caadfc78de377dd488495b19.

src/jogshuttle.cpp

index fd8790943991719f3daaa4a27b1b3ef0bc4ee64b..362886362f2cd4a25e2fe9fe29aa5256cdaa70f6 100644 (file)
@@ -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 */