From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] usbutils: Update to version 017
Date: Fri, 10 Nov 2023 11:59:08 +0100 [thread overview]
Message-ID: <20231110105910.11113-11-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20231110105910.11113-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3756 bytes --]
- Update from version 015 to 017
- Update of rootfile
- Changelog
017
lsusb: fix up [unknown] vendor and product strings.
lsusb: fix build warning for dump_billboard_alt_mode_capability_desc()
lsusb: add fallback names for 'lsusb -v' output
names: simplify get_vendor_product_with_fallback() a bit
Honor system libdir and includedir
016
usbutils: lsusb-t: print entries for devices with no interfaces
Fix a typo in usb-spec.h
lsusb.py.in: Display (device) power/wakeup via -w option.
Fix an incorrect length value in hid descriptor.
Fix misalignments in hid device descripptor.
Use bigger buffer to place speed value string
lsusb -h returns an error
lsusb -h fixups
lsusb -t: sort in bus order, not reverse order
lsusb -t: print ports and busses and devices with same width
lsusb -t: assign_interface_to_parent() fixups
lsusb.8.in: fix up missing '-' in text
README.md: add source location
lsusb.py: fix up wakeup logic for devices that do not support it
lsusb.py.in: add another default path for usb.ids
names.c: if a string can not be found in the usb.ids file, return [unknown]
lsusb-t: if a driver is not bound to an interface, report "[none]"
Generate usbutils.pc pkgconfig file
usbreset: Allow idProduct and idVendor to be 0
usb-devices: make shellcheck happy
lsusb: Add function that sorts the output by device ID.
lsusb: Additional sorting by bus number.
lsusb: This is a more compact implementation of the device list sort implemented
within this pull request. The output remains the same as the one demonstrated in
the previous commit.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/usbutils | 1 +
lfs/usbutils | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/usbutils b/config/rootfiles/common/usbutils
index 2ebf4f95c..9a30134ce 100644
--- a/config/rootfiles/common/usbutils
+++ b/config/rootfiles/common/usbutils
@@ -2,6 +2,7 @@ usr/bin/lsusb
usr/bin/lsusb.py
usr/bin/usb-devices
usr/bin/usbhid-dump
+#usr/lib/pkgconfig/usbutils.pc
#usr/share/man/man1/usb-devices.1
#usr/share/man/man8/lsusb.8
#usr/share/man/man8/usbhid-dump.8
diff --git a/lfs/usbutils b/lfs/usbutils
index 922bb0e14..780b6297a 100644
--- a/lfs/usbutils
+++ b/lfs/usbutils
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2022 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 015
+VER = 017
THISAPP = usbutils-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 6056947e3df829e988b9429827c69234a90b7ad1be666d54566211bc6c8e09e74372543059827a39cab2badd1df71deff1147503bef3850a38bffefe3b2ae0e2
+$(DL_FILE)_BLAKE2 = 1dc37f50bd214cd1612819c5814e5a6fe01609b21830e40f03c163a1e100f8d041e93defc0981da8a8a2a8c8a07283a09d3e37101e9ae1d61fd2842809ebcc0e
install : $(TARGET)
--
2.42.1
next prev parent reply other threads:[~2023-11-10 10:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-10 10:58 [PATCH] elfutils: Update to version 0.190 Adolf Belka
2023-11-10 10:58 ` [PATCH] hwdata: Update pci.ids to 2023.09.22 and usb.ids to 2023.11.08 Adolf Belka
2023-11-10 10:59 ` [PATCH] nut: Update to version 2.8.1 Adolf Belka
2023-11-10 10:59 ` [PATCH] qemu-ga: Update to version 8.1.2 Adolf Belka
2023-11-10 10:59 ` [PATCH] qemu: " Adolf Belka
2023-11-10 10:59 ` [PATCH] sdl2: Update to version 2.18.5 Adolf Belka
2023-11-10 10:59 ` [PATCH] shadow: Update to version 4.14.2 Adolf Belka
2023-11-10 10:59 ` [PATCH] sqlite: Update to version 3440000 Adolf Belka
2023-11-10 10:59 ` [PATCH] strace: Update to version 6.6 Adolf Belka
2023-11-10 10:59 ` [PATCH] sudo: Update to version 1.9.15p2 Adolf Belka
2023-11-10 10:59 ` Adolf Belka [this message]
2023-11-10 10:59 ` [PATCH] xfsprogs: Update to version 6.5.0 Adolf Belka
2023-11-10 10:59 ` [PATCH] xz: Update to version 5.4.5 Adolf Belka
2023-11-28 11:31 [PATCH] usbutils: Update to version 017 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231110105910.11113-11-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox