diff --git a/TimeoutSerial.cpp b/TimeoutSerial.cpp index 45a887f..bad80f5 100755 --- a/TimeoutSerial.cpp +++ b/TimeoutSerial.cpp @@ -268,7 +268,7 @@ void TimeoutSerial::readCompleted(const boost::system::error_code& error, #else //Linux if(error.value()==125) return; //Linux outputs error 125 if (error.value()==158) { - performReadSetup(setupParameters); + //performReadSetup(setupParameters); return; } #endif diff --git a/openwrt/Makefile b/openwrt/Makefile index ec39abb..369c3db 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usbserial-dw PKG_VERSION:=0.2.4 -PKG_RELEASE:=12 +PKG_RELEASE:=13 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.bh.ttx.sk/jaro/usbserial-dw.git