From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] usbutils: Update to version 015-1 Date: Wed, 20 Sep 2023 13:05:33 +0200 Message-ID: <20230920110533.88192-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0394547204276908956==" List-Id: --===============0394547204276908956== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - IPFire-3.x - Update from version 014-4 to 105-1 - Changelog 015 usb-devices: list the root devices in numerical order usb-devices: use 'local' variable type to handle recursion lsusb: remove unused wireless check lsusb: remove wireless descriptor information usb-devices: fix field width on device speed field lsusb: fix up Midi Device specification devices Fix an runtime error reported by undefind sanitizer lsusb: Improve status display for SuperSpeedPlus hubs lsusb-t: Fix recursive sorting on child devices. Signed-off-by: Adolf Belka --- usbutils/usbutils.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usbutils/usbutils.nm b/usbutils/usbutils.nm index eb6944f88..0300dd95e 100644 --- a/usbutils/usbutils.nm +++ b/usbutils/usbutils.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D usbutils -version =3D 014 -release =3D 4 +version =3D 015 +release =3D 1 =20 groups =3D System/Tools url =3D https://www.linux-usb.org/ --=20 2.42.0 --===============0394547204276908956==--