From 6a283255066345c7098d32fdce2aab8eb23e04095ced7c5368a72e09377b6d81 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Sun, 6 Nov 2022 10:04:19 +0000 Subject: [PATCH] Accepting request 1033615 from home:mnhauke - Update to version 2.5.0 * 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. * 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. OBS-URL: https://build.opensuse.org/request/show/1033615 OBS-URL: https://build.opensuse.org/package/show/devel:tools/uhubctl?expand=0&rev=12 --- uhubctl-2.4.0.tar.gz | 3 --- uhubctl-2.5.0.tar.gz | 3 +++ uhubctl.changes | 14 ++++++++++++++ uhubctl.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 uhubctl-2.4.0.tar.gz create mode 100644 uhubctl-2.5.0.tar.gz diff --git a/uhubctl-2.4.0.tar.gz b/uhubctl-2.4.0.tar.gz deleted file mode 100644 index 9b4ba7c..0000000 --- a/uhubctl-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:391f24fd1f89cacce801df38ecc289b34c3627bc08ee69eec515af7e1a283d97 -size 25661 diff --git a/uhubctl-2.5.0.tar.gz b/uhubctl-2.5.0.tar.gz new file mode 100644 index 0000000..a06170a --- /dev/null +++ b/uhubctl-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4452252f7862f7a45dd9c62f2ea7cd3a57ab5f5ab0e54a857d4c695699bbba3 +size 28241 diff --git a/uhubctl.changes b/uhubctl.changes index 966847b..bc10228 100644 --- a/uhubctl.changes +++ b/uhubctl.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Nov 4 19:17:59 UTC 2022 - Martin Hauke + +- Update to version 2.5.0 + * 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. + * 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. + ------------------------------------------------------------------- Sun Feb 14 08:47:13 UTC 2021 - Martin Hauke diff --git a/uhubctl.spec b/uhubctl.spec index 916cbe9..6761778 100644 --- a/uhubctl.spec +++ b/uhubctl.spec @@ -1,7 +1,7 @@ # # spec file for package uhubctl # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: uhubctl -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: USB hub per-port power control License: GPL-2.0-only