Dect: Handling of the handset R-key has changed with the introduction of

endptmngr. The dectmngr2 converts the event to an ascii R character.
Which in turn makes endptmngr simulate a hook flash event.
This commit is contained in:
Ronny Nilsson 2018-09-21 11:36:04 +02:00
parent ae81707a09
commit 3839bc5e91
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ PKG_RELEASE:=1
PKG_VERSION:=1.2.0 PKG_VERSION:=1.2.0
PKG_SOURCE_URL:=http://public.inteno.se:/dectmngr2 PKG_SOURCE_URL:=http://public.inteno.se:/dectmngr2
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=501eeb6c39b6f18c0d1e50e796dd4664273cfad8 PKG_SOURCE_VERSION:=ad9cfdfcd7e63b34905e4c22ae7e22baa44b7b5b
PKG_NAME:=dectmngr2 PKG_NAME:=dectmngr2

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_VERSION:=0.2 PKG_VERSION:=0.2
PKG_SOURCE_VERSION:=0cb8accbac3355b97a17064ec7da010a2c42db7b PKG_SOURCE_VERSION:=9ac19658013256f130a07954bc01d15e29deab64
ifeq ($(CONFIG_ENDPT_OPEN),y) ifeq ($(CONFIG_ENDPT_OPEN),y)