SHA256
1
0
forked from pool/uhubctl

Accepting request 728031 from home:mnhauke

- Update to new upstream release 2.1.0:
  * Add explicit workaround for USB device not removed after port
    power down on Linux
  * Implemented reading ContainerID from BOS descriptor to detect
    USB2/3 dual devices
  * Support fractional seconds for delay
  * Improve USB2/3 duality handling
  * Add support for comma separated list of ranges to port list parser
  * Improve USB3 support

OBS-URL: https://build.opensuse.org/request/show/728031
OBS-URL: https://build.opensuse.org/package/show/devel:tools/uhubctl?expand=0&rev=4
This commit is contained in:
Martin Pluskal
2019-09-03 15:16:51 +00:00
committed by Git OBS Bridge
parent 23d545bff6
commit c9405abad3
6 changed files with 20 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package uhubctl
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: uhubctl
Version: 2.0.0+git20180615.1709413
Version: 2.1.0
Release: 0
Summary: USB hub per-port power control
License: GPL-2.0-only
Group: Development/Tools/Other
URL: https://github.com/mvp/uhubctl
Source: %{name}-%{version}.tar.xz
Source: https://github.com/mvp/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libusb-1.0)