error 158
This commit is contained in:
@@ -268,7 +268,7 @@ void TimeoutSerial::readCompleted(const boost::system::error_code& error,
|
|||||||
#else //Linux
|
#else //Linux
|
||||||
if(error.value()==125) return; //Linux outputs error 125
|
if(error.value()==125) return; //Linux outputs error 125
|
||||||
if (error.value()==158) {
|
if (error.value()==158) {
|
||||||
performReadSetup(setupParameters);
|
//performReadSetup(setupParameters);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=usbserial-dw
|
PKG_NAME:=usbserial-dw
|
||||||
PKG_VERSION:=0.2.4
|
PKG_VERSION:=0.2.4
|
||||||
PKG_RELEASE:=12
|
PKG_RELEASE:=13
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://git.bh.ttx.sk/jaro/usbserial-dw.git
|
PKG_SOURCE_URL:=https://git.bh.ttx.sk/jaro/usbserial-dw.git
|
||||||
|
|||||||
Reference in New Issue
Block a user