From 1bdab0bf972e17633f054f4b4befbabd0a7c3f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Fri, 19 Feb 2021 13:22:39 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ peripheral_manager ] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------------------------------------------------------------- * 4763b55 If state is the same as what has already been applied, don't do anything. * 27b0656 sk9822: Add brightness capability * 44a458c Add advanced LED indicators for button-press ------------------------------------------------------------------------------- commit 4763b55173a50c572ef91ae4c9889d37200a3997 Author: Jonas Höglund Date: 2021-02-19 13:15:03 +0100 If state is the same as what has already been applied, don't do anything. This is a workaround for a bug in the Broadcom CLED driver which causes flickering of LED:s when brightness is repeatedly set. Base directory -> / src/gpio_led.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 27b06566339f22ec0fdc3c71bb9e45c7b22cad86 Author: Markus Gothe Date: 2021-01-29 10:38:07 +0100 sk9822: Add brightness capability When using the sk9822 interface we can set the brightness via an updated kernel module. This commit adds support for using the updated API. Base directory -> / src/gpio_led.c | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 44a458c77543da8f7b97cc5e7c11fa16b986831e Author: Markus Gothe Date: 2021-01-29 10:42:27 +0100 Add advanced LED indicators for button-press On some products it's necessary to disable the button indicators for certain buttons or only enable a short-press indicator when the long-press event occurs. This commit adds a third state to solve this as well as options to disable the press indicators for a specific button. Base directory -> / src/button.c | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- --- peripheral_manager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral_manager/Makefile b/peripheral_manager/Makefile index 98eb34ec0..3f3ef8145 100644 --- a/peripheral_manager/Makefile +++ b/peripheral_manager/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=peripheral_manager PKG_VERSION:=1.0.5 PKG_RELEASE:=1 -PKG_SOURCE_VERSION:=dd4a72aca663bf3c9a57f20e889e43a55d3da1b3 +PKG_SOURCE_VERSION:=4763b55173a50c572ef91ae4c9889d37200a3997 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/peripheral-manager