> * Added support for Linux sysfs based power switching provided in
>   Linux kernel 6.0+ - it allows to solve reliability issues when
>   turning power off on Linux (#450).
> * Added option --nodesc to skip querying device string descriptors
>   (necessary for some buggy devices which otherwise would completely freeze).
> * New simpler way to configure udev rules on Linux
>   (one rule works for any USB hub).
> * Even more supported devices.

License file hash changed due to copyright year update.

Link: https://github.com/mvp/uhubctl/pull/450
Link: https://github.com/mvp/uhubctl/releases/tag/v2.5.0
Signed-off-by: Alexander Dahl <a...@thorsis.com>
---
 rules/uhubctl.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/uhubctl.make b/rules/uhubctl.make
index 394b46855..53bf1025a 100644
--- a/rules/uhubctl.make
+++ b/rules/uhubctl.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_UHUBCTL) += uhubctl
 #
 # Paths and names
 #
-UHUBCTL_VERSION        := 2.4.0
-UHUBCTL_MD5    := 9bdf73940881df02574a94703ad8b582
+UHUBCTL_VERSION        := 2.5.0
+UHUBCTL_MD5    := e4e66d445ba8fda181ce4aa4abcd4247
 UHUBCTL                := uhubctl-$(UHUBCTL_VERSION)
 UHUBCTL_SUFFIX := tar.gz
 UHUBCTL_URL    := 
https://github.com/mvp/uhubctl/archive/v$(UHUBCTL_VERSION).$(UHUBCTL_SUFFIX)
@@ -23,7 +23,7 @@ UHUBCTL_SOURCE        := 
$(SRCDIR)/$(UHUBCTL).$(UHUBCTL_SUFFIX)
 UHUBCTL_DIR    := $(BUILDDIR)/$(UHUBCTL)
 UHUBCTL_LICENSE        := GPL-2.0-only
 UHUBCTL_LICENSE_FILES := \
-       file://LICENSE;md5=a79e6a142b69522fe7757fe7313895eb
+       file://LICENSE;md5=1e7b16e6ef7cd15d58b0f1c58dbf9817
 
 # ----------------------------------------------------------------------------
 # Prepare

base-commit: 62f61865b380ca0064e7e8a3b7a81a8fb74ea51c
-- 
2.30.2


Reply via email to