Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: usbutils | Distribution: openSUSE Tumbleweed |
Version: 018 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Oct 23 17:02:37 2024 |
Group: Hardware/Other | Build host: reproducible |
Size: 345489 | Source RPM: usbutils-018-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://sourceforge.net/projects/linux-usb/ | |
Summary: Tools and libraries for USB devices |
This package contains a utility for inspecting devices connected to USB ports.
GPL-2.0-or-later
* Wed Oct 23 2024 Martin Hauke <mardnh@gmx.de> - Update to version 018: * Add a manpage for lsusb.py * Add a manpage for usbreset * Add lsusb.py.1 to DISTCLEANFILES * usb-devices: fix bashism * man: remove version from the manual pages * README: add Contributing section * lsusb.py: mention both usb.ids paths * README: fix link, add DCO and SPDX details * lsusb: make internal API const-aware * lsusb: const annotate most data, re-enable -Wdiscarded-qualifiers * man: move manual pages in designated sub-folder * lsusb: drop the audioterminal hash table * lsusb: drop the videoterminal hash table * lsusb: drop the genericstrtable hash tables * editorconfig: add initial config file * lsusb: reformat and add trailing commas for multi-line arrays * usb-spec: move the opening curly brackets to end of line * Include "negotiated speed" in device dump * lsusb: remove autotools checks for iconv * lsusb: remove byteswap.h check * lsusb: always include config.h * usbutils: remove usbutils.pc * usbutils: convert build system to use meson * usbutils.spdx: update file based on recent file movements * lsusb: fix memory leak in libusb * lsusb: billboard alternate mode is in little endian format * README: update based on build tool changes * lsusb: add support to show superspeed++ * usbhid-dump: clean up meson.build a bit * usbutils.spdx: update the SPDX file * LICENSE: add LGPL-2.1 license text * usbutils.spdx: update the data * update usbutils.spdx file * lsusb-t: get rid of custom list.h logic * LICENSES: add CC0 and MIT licenses * lsusb-t: fix memory leak * justfile: add some more targets * usbutils.spdx: update based on file additions * usbutils.spdx: update due to new file and checksums * usbreset: replace some unbounded strcpy() calls * sysfs.c: fix an theoretical issue with snprintf() * usbutils.spdx: update checksums * usbmisc: fix possible stack-buffer-overflow Running lsusb with -D argument and path, which len is more than PATH_MAX + 1, cause stack-buffer-overflow because of copy to the buf a string without null-terminator Force setting 0 byte to the end of the buf fixes this error Fix #190 * update ccid descriptor dumping to V1.1 spec * usb-devices: Fix usb-devices with busybox * Do not warn about missing LPM bit when not required * lsusb: add VideoControl Endpoint Descriptor - Switch to meson build system - Drop usbutils-devel package * the only file in there was usbutils.pc usbutils.pc was removed by upstream with v018 https://github.com/gregkh/usbutils/commit/bdadae186382daa8b517b960f154432787f8877b - Add patch: * usbutils-enable-usbreset.patch * Tue Sep 17 2024 Marcus Meissner <meissner@suse.com> - enable usbreset * Mon Feb 26 2024 pgajdos@suse.com - remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476] * Tue Nov 28 2023 Dominique Leuenberger <dimstar@opensuse.org> - Split out devel package, containing the .pc file: + The .pc file declares dependencies on other devel packages, which is not wanted on regular end-user systems. + Drop rpmlintrc file. * Mon Nov 27 2023 Dirk Müller <dmueller@suse.com> - update to 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 * rezso (1): * Honor system libdir and includedir * usbutils 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. * Wed Oct 26 2022 Dirk Müller <dmueller@suse.com> - update to 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. * Wed Sep 01 2021 Martin Pluskal <mpluskal@suse.com> - Update to version 014 (jira#SLE-19451): * Add Tx+Rx lanes to tree mode * lsusb(8): mention the udev's hardware database * lsusb: Fix typo in string output for iAdditionalInfoURL * lsusb-t: Add lower bound checks in read_sysfs_file_string * lsusb: remove unused RETRIES constant * lsusb: don't complain on EAGAIN * sysfs: add copyright notice taken from name.* * LICENSES: add symlink to handle "or-later" issue for GPL-2.0 * LICENSES: put spdx headers on the license files * rename "GPL-2.0+" to "GPL-2.0-or-later" * LICENSE: rename GPL-3.0.txt -> GPL-3.0-only.txt * usbhid-dump.8.in: add copyright information * usbhid-dump: add copyright and SPDX info * SPDX header cleanups from GPL-2.0 -> GPL-2.0-only * usbutils.spdx: update with output of latest reuse tool * lsusb: Fix spelling of bEndpointAddress in UVC * lsusb: Decode endpoint addresses in UVC * lsusb.c: fix leak in dump_printer_device * usb-devices: do not use `local` in a POSIX shell script * desc-defs.c: fix possible out-of-bound read * Fix typos in lsusb.8.in * Fix locating endpoint when it's a directory rather than a symlink * Fix formatting of interface descriptors to match /sys/kernel/debug/usb/devices * Fix formatting of endpoint direction to match /sys/kernel/debug/usb/devices * Fix formatting of endpoint type to match /sys/kernel/debug/usb/devices * Fix formatting of max endpoint packet size to match /sys/kernel/debug/usb/devices * lsusb: Fix buffer size copy/paste error * Fri Nov 20 2020 Martin Pluskal <mpluskal@suse.com> - Update to version 013: * lsusb.8.in: do not mention usb.ids * usb-devices.1: don't mention bash * usbhid-dump: move manpage to main directory out of subdir * usbhid-dump.8: add SPDX header * usbhid-dump.8: autogenerate it with the usbutils version number * usbhid-dump: add SPDX identifiers to all files. * usbhid-dump: remove libusb.h libusb_strerror() implementation * usbhid-dump: remove lib directory * usbhid-dump: move .h files into src/ directory * Makefile.am: add usbhid-dump.8 to distclean list * usbhid-dump: some autoconf cleanup * usbhid-dump: remove some dev_list functions that were never used * dump_audiostreaming_interface(): remove unused variable * usbmisc: initialize string buffer before reading from device. * lsusb.py: drop trailing space on non-hub devices * lsusb.py: strip whitespace from device strings * lsusb(8): fix formatting * lsusb(8): document --tree * lsusb.py: remove private paths for usb.ids * Additional device classes for usb-devices script * usbhid-dump: Do not use rindex * Move read_sysfs_prop() from names.c to its own file * sysfs: Don't return bogus data for devices under a hub * lsusb: Use vendor and product name fallback logic in -D mode too * lsusb: Get manufacturer, product, and serial from sysfs * bootstrap: change /bin/bash to /bin/sh * lsusb: fix two typos in UVC Extension Unit descriptor * usbhid-dump: Put back autoconf check for libusb_set_option() * Tue May 12 2020 Martin Pluskal <mpluskal@suse.com> - Update to version 012: * Merge usbhid-dump into main usbutils repository - Changes for version 011: * Add usbreset.c as noinst_PROGRAMS target. * lsusb: Read unkown names from sysfs device desc. * Remove a small hack that no longer has any effect. * Cleanup grammar * lsusb-t: Emit USB IDs and other handy info when verbosity is increased * Require newer version of libusb * lsusb.py: fix up Python 3 conversion * SPDX bill-of-material is supposed to be project_name.spdx * usbutils.spdx: rerun report, it is properly sorted. * desc-dump.c: fix compiler warning about unused variable * add usbreset to .gitignore * usbreset: fix some build warnings * usbhid-dump: update to latest version * fix up standard int types * update usbhid-dump git id * usbhid-dump: update to a newer version of usbhid-dump again. * usbutils.spdx: update with latest information * lsusb.py: Search multiple paths for usb.ids. * lsusb.py: Usb enum for parser state machine. * lsusb.py: Add driver names for usbhid. * lsusb.py: python2 compatibility * Makefile.am: add files with licenses to archive * lsusb.py: sort devices and interfaces numerically * lsusb.py: sort toplevel entries * lsusb.py: improve usage text * lsusb.py: replace fake deepcopy() * lsusb.py: remove -w (warn if usb.ids not sorted) option * lsusb.py: ensure all error messages are written to stderr * lsusb.py: support long options * lsusb.py: use regular print() instead of hand-rolling the same thing * lsusb.py: avoid shadowing Python's built-in 'str' * lsusb.py: replace usb.ids binary search with dict lookup * lsusb.py: remove now-unused bin_search() * lsusb.py: avoid manual calls to __foo__() * lsusb.py: replace __repr__() for USB IDs with __str__() * lsusb.py: insert class FF:FF:FF into usbclasses to avoid special casing * lsusb.py: entirely remove Usb* classes * lsusb.py: cosmetic - replace tuples-as-"immutable lists" with regular lists * lsusb.py: use 'elif' where suitable * lsusb.py: remove dead code * lsusb.py: move unrelated code out of try..except * lsusb.py: allow - as well as _ when matching hci module names * lsusb.py: use a constant for the magic class number 9 * lsusb.py: Usb* classes: call read() automatically from constructor * lsusb.py: UsbEndpoint: indent is a class implementation detail * lsusb.py: a few cosmetic changes * lsusb.py: shorten find_usb_class() * lsusb.py: give all Usb* objects a .path attribute * lsusb.py: add an actual __repr__() to classes * lsusb.py: give all Usb* classes a superclass * lsusb.py: convert readattr() and readlink() to methods of the container * lsusb.py: use color by default * lsusb.py: rework output for more consistent indent of both columns * lsusb.py: fix endpoint interval spacing * lsusb.py: visually group USB-version-related fields * lsusb: Split out routine that fetches value for given field. * lsusb: Split out field name rendering. * lsusb: Add support for descriptor extensions. * lsusb: Add support for audio processing unit type-specific fields. * lsusb: Added support for Billboard Alternate Mode Capability descriptor * lsusb.py: Fix formatting of 10Gbps speeds * usb-devices: use /bin/sh hashbang * lsusb: Add support for decoding IPP printer descriptors * Depend on libusb 1.0.14 * man pages: add information on verbosity levels of -t option * fix typo - Drop no longer needed fix-shebang.patch * Wed Mar 20 2019 ro@suse.de - update to usbutils 010 * usbreset.c: add missing <stdlib.h> include * Do not create and install usbutils.pc * fix dump_videocontrol_interface for unitialized variable usage * Add correct SPDX license identifiers to all files * Add SPDX identifiers on files that did not have a specific license. * wTotalLength should be printed as a hex number * usbmisc: fix up some strncpy() issues * lsusb-t: fix up error with readlink() * lsusb.py.in: add proper SPDX license identifier * usb-devices: reword the copyright identifier * LICENSES: move the GPL 2 license to the LICENSES directory * LICENSES/GPL-3.0.txt: add the file * lsusb.h: add copyright notice * lsusb-t: add copyright info * bom.spdx: Add bill of materials file in SPDX format. * ChangeLog: remove it. * AUTHORS: remove file * do_release: drop file * NEWS: add SPDX header and comment * autogen.sh: add SPDX and copyright header * list.h: add copyright information * travis-autogen.sh: add SPDX and copyright information. * INSTALL: remove the file, it's boiler-plate * configure.ac: add SPDX and copyright * man pages: add SPDX and copyright information * Makefile.am: add SPDX and copyright information * .gitmodules: add SPDX and copyright lines * lsusb.py.in: fix up Copyright strings * usbreset.c: add Alan's copyright * .travis.yml: add correct SPDX and copyright notices * bom.spdx: update with latest copyright and SPDX identifier additions * README.md: move the README file to markdown * README.md: fix fomatting * bom.spdx: upate with README -> README.md change * lsusb.py: convert to python3 * lsusb: Split subtype mapping out of AudioControl interface handling. * lsusb: Add declarative definitions for UAC1 and UAC2 descriptors. * lsusb: Add code to dump descriptor data using descriptor definition. * lsusb: Switch to descriptor-definition based dump for UAC1 and UAC2. * lsusb: Add descriptor definitions for UAC3. * lsusb: Add initial support for USB Audio Device Class 3. * lsusb: Add descriptor definition for USB3 BOS Configuration Summary. * lsusb: Dump USB3 BOS Configuration Summary Descriptor. * lsusb: Squash Wpointer-compare warning. * lsusb: Remove unused function. * lsusb: Fix array entry count for variable sized entries. * Makefile.am: Include usbreset.c in the release tarball * lsusb: Dump UVC Stream based payload descriptor.
/usr/bin/lsusb /usr/bin/lsusb.py /usr/bin/usb-devices /usr/bin/usbhid-dump /usr/bin/usbreset /usr/share/doc/packages/usbutils /usr/share/doc/packages/usbutils/NEWS /usr/share/licenses/usbutils /usr/share/licenses/usbutils/CC0-1.0.txt /usr/share/licenses/usbutils/GPL-2.0-only.txt /usr/share/licenses/usbutils/GPL-2.0-or-later.txt /usr/share/licenses/usbutils/GPL-3.0-only.txt /usr/share/licenses/usbutils/LGPL-2.1-or-later.txt /usr/share/licenses/usbutils/MIT.txt /usr/share/man/man1/lsusb.py.1.gz /usr/share/man/man1/usb-devices.1.gz /usr/share/man/man8/lsusb.8.gz /usr/share/man/man8/usbhid-dump.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 7 23:49:12 2025