From 2e13e777eb6c92f3b2b1c26263369156be6f7324 Mon Sep 17 00:00:00 2001 From: Ed Rogalsky Date: Tue, 19 Feb 2013 18:59:25 +0100 Subject: [PATCH] Revert "try to find solution for ShuttlePro V2 problem" This reverts commit 8dd4d6bee4a7c249caadfc78de377dd488495b19. --- src/jogshuttle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2