From 2f333148b2e109bdf99056516a47b8b1f819cfaa Mon Sep 17 00:00:00 2001 From: vdutta Date: Tue, 24 Nov 2020 16:58:14 +0530 Subject: [PATCH] uspd: Multiple fixes - 'transaction_*' apis with usp.raw object - new method 'setm_values' to set multiple values at once - 'dump_schema' with usp specific proto - Fix multiple output in 'getm_*' methods - Generate fault when set/add/del operations called without transaction using usp.raw object - Generate fault when set/add/del operation called using usp object and another transaction is in progress --- uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uspd/Makefile b/uspd/Makefile index 8d03613b8..f583b83e7 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=2.1.1 +PKG_VERSION:=2.1.2 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=4a0cb7cd692304f5d7946d2fa079b87406eda800 +PKG_SOURCE_VERSION:=30d714a1a40321a647f89bf31ab30a4e44816620 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif