Skip to content

Commit

Permalink
uhubctl: version bump 2.4.0 -> 2.5.0
Browse files Browse the repository at this point in the history
> * 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: mvp/uhubctl#450
Link: https://github.com/mvp/uhubctl/releases/tag/v2.5.0
Signed-off-by: Alexander Dahl <ada@thorsis.com>
  • Loading branch information
LeSpocky committed Sep 18, 2023
1 parent 62f6186 commit b3028aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/uhubctl.make
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ 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)
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
Expand Down

0 comments on commit b3028aa

Please sign in to comment.