error 158

This commit is contained in:
2021-09-12 00:02:51 +02:00
parent aaf71e77c9
commit 9fcdfaf618
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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