Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: usbutils | Distribution: SUSE Linux Framework One |
Version: 015 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.7 | Build date: Wed Aug 21 17:41:57 2024 |
Group: Hardware/Other | Build host: h02-armsrv1 |
Size: 468834 | Source RPM: usbutils-015-slfo.1.1.7.src.rpm |
Packager: https://www.suse.com/ | |
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 26 2022 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 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 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 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. * Tue Mar 13 2018 mpluskal@suse.com - Use usb ids from hwdata - Modernise spec file with spec-cleaner - Make building more verbose * Sat Feb 03 2018 avindra@opensuse.org - Update to usbutils 009 * usbreset: coding style * Don't use C99-ism * usbhid-dump: update submodule to latest version * add usbreset.c example program * update usbhid-dump to latest * lsusb.py: Don't dump a trace dump if usb.ids is not present * USB: usb-devices: Interface number can be a string * autogen.sh: checkout usbhid-dump * lsusb: add support for the Encoding Unit Desc for uvc 1.5 device * lsusb: fix alignment for Video Streaming interface desc * lsusb: parse additional control fileds in USB video control interfaces for UVC1.5 * lsusb: proper display hexadecimal value for UVC control interface * usbreset.c: import usability improvements from OpenWrt * Update lsusb.c * Un-indent bVariableSize for Frame-Based Format descriptors * Makefile: install pkgconfig file to arch-dependent location * lsusb: Allocate the BOS descriptor buffer dynamically * lsusb: Add support for the USB 3.1 SuperSpeedPlus device capability desc * lsusb: Fix issue with lengthy string descriptors * lsusb: Added support for Billboard Capability descriptor * Update usbhid-dump repo URL * Update usbhid-dump to v1.4 * configure: remove summary about unused USE_ZLIB * drop unused input file for usb.ids update script * substitute usb.id location in lsusb Python script * lsusb: remove unused variable procbususb * lsusb: Report correct MaxPower for USB 3.0 devices * lsusb: Request proper descriptor type for USB 3.1 * lsusb: Store link state descriptions without preceding space * build: Request at least libusb 1.0.9 * Added support for Platform Device Capability descriptor * lsusb: change endianness of first three fields when printing UUID/GUIDs. * lsusb: Fix UVC STILL_IMAGE_FRAME descriptor * lsusb: Fix UVC VideoStreaming interface header descriptor * lsusb: Fix UVC OUTPUT_TERMINAL descriptor * lsusb: print WebUSB platform descriptor * travis-ci: add control files borrowed from libusb * travis-ci: cleanup before second run * travis-ci: rework travis-autogen.sh - add fix-shebang.patch * Mon Nov 24 2014 olaf@aepfle.de - BuildRequire at least libudev >= 196 * Sat Nov 22 2014 crrodriguez@opensuse.org - Update to usbutils 008 * most important change is that lsusb switched to use the udev hardware database instead of the usb.ids file * lsusb: Reports if USB2.0 port is on L1 state * lsusb: Reports devices that support BESL on USB2.0 * dump_ccid_device: fix a typo * lsusb: fix incorrect printf() for CAPS * lsusb-t: handle problem if there is no usb bus list * Ignore invalid string descriptors * usb-devices: hexadecimal bInterfaceNumber handling * Tue Jul 30 2013 sweet_f_a@gmx.de - update to usbutils 007 * usb-devices: correctly quote driver path * lsusb: decode CDC MBIM descriptor * lsusb: decode CDC NCM functional descriptor * lsusb: decode CDC Command Set descriptor * usb-devices: avoid numbers being seen as octal by printf * lsusb: parse bmFormats inside UAC2 interface headers as hex * remove devtree logic * Fix lsusb -t potentially not listing all devices * lsusb-t: make sure that interfaces are added to lists only once * lsusb: Fix USB 3.0 link state reporting. * lsusb: Fix bug in USB 2.0 extended caps descriptor. * lsusb: Parse misplaced UAC1 AudioControl Endpoint Descriptor * lsusb: Support non-ASCII string descriptors. - update usb.ids - remove config-guess-sub-update.patch * Fri Apr 05 2013 idonmez@suse.com - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls * Sun Feb 17 2013 schwab@suse.de - config-guess-sub-update.patch: Update config.guess/sub for aarch64 * Sat Jan 19 2013 crrodriguez@opensuse.org - usbutils 006 * update usbhid-dump to 1.3 * Fix Possible buffer overflow when using SYSFS_STR * Wrong shifting of bmMPEGFeatures byte Buffer overun - Update usb.ids * Fri Aug 12 2011 gregkh@suse.de - usbutils 004 - fixes bnc#705562 and a number of other minor things. - updated usb.ids file * Thu Mar 17 2011 gregkh@suse.de - usbutils 002 Diego Elio Pettenò (2): Simplify the configure script. Print device class descriptors like it's done for interface descriptors. Greg Kroah-Hartman (2): Updated version of lsusb.py from Kurt Garloff. add lsusb.py to the bin files * Wed Dec 15 2010 gregkh@suse.de - update to 001 - now using libusb-1_0 * Tue Dec 14 2010 gregkh@suse.de - update to 0.91 - usb.ids updated from linux-usb.org * Tue Sep 28 2010 ro@suse.de - add current file usb.ids as created by included script update-usbids.sh * Tue Sep 28 2010 ro@suse.de - update to 0.86 - HID device robust fix - usb-devices bugfixes - usb.ids updated * Sun Jul 05 2009 kay.sievers@novell.com - new upstream release 0.84 usb.ids updated fix HID descriptor dumps * Fri Jun 19 2009 kay.sievers@novell.com - new upstream release 0.82 * Mon Nov 24 2008 olh@suse.de - update usb.ids to 2008/09/21 status * Fri Oct 24 2008 olh@suse.de - use built-in libusb-0.1.2 until lsusb uses libusb1, libusb-compat is not compatible enough (bnc#435799) * Thu Oct 23 2008 olh@suse.de - update usb.ids to 2008/08/29 status * Tue May 27 2008 olh@suse.de - update usb.ids to 2008/05/12 status * Sat Apr 05 2008 bwalle@suse.de - update usbutils to 0.73 o Stop hiding unrecognized/misplaced class specific descriptors. Don't require compressed format for usb.ids files; when an uncompressed one is there (probably installed by hand), prefer it. o Fix the offsets for the video class descriptors. o use correct endpoint maxpacket mask o bugfix GUID printing; byteorder matches rfc 4122 o handle another cdc descriptor type; endianness fix for config descriptor length and endpoint maxpacket - update usb.ids to 2008/04/05 status * Wed Mar 19 2008 olh@suse.de - update usb.ids to 2008/03/11 status lsusb.c: fix minor layout glitch * Tue Nov 27 2007 olh@suse.de - update usb.ids to 2007/11/27 status lsusb.c: Stop hiding unrecognized/misplaced class specific descriptors. Don't require compressed format for usb.ids files; when an uncompressed one is there (probably installed by hand), prefer it. lsusb.c: Fix the offsets for the video class descriptors. lsusb.c: use correct endpoint maxpacket mask * Mon Nov 26 2007 olh@suse.de - update usb.ids to 2007/11/19 status remove references to /proc from lsusb.8 (343938) * Thu Jun 21 2007 olh@suse.de - fix string parsing with -s (285934) * Thu Jun 21 2007 olh@suse.de - do not open /usr/share/usb.ids.gz twice - remove COPYING file, read licenses.rpm to get the idea * Thu Jun 21 2007 olh@suse.de - lsusb.c: bugfix GUID printing; byteorder matches rfc 4122 - lsusb.c: handle another cdc descriptor type; endianness fix for config descriptor length and endpoint maxpacket - usb.ids: update to current version * Wed May 16 2007 olh@suse.de - Buildrequires libusb -> libusb-devel * Wed Aug 16 2006 olh@suse.de - new lsusb -t output (186897) - run autoreconf -fi * Sun Jul 23 2006 olh@suse.de - update usb.ids to 2006/07/13 status * Sun Mar 05 2006 olh@suse.de - version to 0.72 (HID) prettyprinting of Unit and Unit Exponent Global items update video support, show camera info allow longer variable length bitfields in hub descriptors; ignore all clearly-broken hub descriptors - use usb.ids from package * Fri Feb 03 2006 olh@suse.de - lsusb.c (dump_hub): Format string fix. (do_hub): Allocate enough space for the hub descriptor. Check return value in different way. * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Fri Dec 09 2005 olh@suse.de - remove resmgr from neededforbuild * Thu Dec 08 2005 olh@suse.de - update usb.ids to 2005/11/19 status provide lsusb also in /usr/bin/ lsusb.c: better diagnostics for invalid CDC descriptors lsusb.c: add Video Class support, standard GUID printing lsusb.c: dump device status; start dumping wireless info. don't yet dump security, BOS, "endpoint companion", or other new descriptors. (Security can work without wireles support...) * Mon Sep 05 2005 olh@suse.de - update usb.ids to 2005/09/04 status (#115202) * Wed Aug 24 2005 olh@suse.de - remove duplicate line (#112649) * Wed Aug 10 2005 olh@suse.de - update usb.ids to 2005/08/05 status * Thu Jun 23 2005 olh@suse.de - update usb.ids to 2005/06/20 status lsusb is now in /usr/sbin, libusb is also in /usr/lib lsusb.c: correct dump of CCID supported voltages * Tue May 17 2005 olh@suse.de - bump version to 0.71 * Fri Apr 29 2005 olh@suse.de - update usb.ids to 2005/04/08 status lsusb.c: add some more CDC WHCM dumping, matching a Sony 3G phone lsusb.c: disallow decimal product and vendor codes (hex only) - add patch to make lsusb read /proc entries correctly directories in /proc/bus/usb/ are all decimal, but lsusb parses them as octal. (#77718) - fix a few compile warnings * Mon Mar 14 2005 olh@suse.de - update usb.ids to 2005/03/13 status * Mon Mar 07 2005 olh@suse.de - update usb.ids to 2005/02/24 status add simple CDC MDLM descriptor dumping to lsusb * Thu Feb 17 2005 olh@suse.de - update usb.ids to 2005/02/09 status * Mon Jan 31 2005 olh@suse.de - update to 0.70 final * Thu Jan 27 2005 olh@suse.de - update to current cvs, automake fixes * Sun Jan 23 2005 olh@suse.de - update to current cvs, version 0.70 * Mon Jan 10 2005 olh@suse.de - update usb.ids to 2005/01/06 status update lsusb to current cvs * handle more descriptors; misplaced comm descriptors get interpreted; minor formatting updates; bugfixes for reading HID descriptors add a warning when those HID descriptors aren't available. * Sun Oct 17 2004 olh@suse.de - update usb.ids to 2004/09/23 status update lsusb to current cvs * Fri Aug 27 2004 olh@suse.de - update usb.ids to 2004/04/30 status * Wed Apr 21 2004 olh@suse.de - update to current cvs, drop usbmodules, build with libusb * Sun Jan 11 2004 adrian@suse.de - build as user * Sun Sep 07 2003 olh@suse.de - introduce /etc/usbmodules.blacklist.conf skip poking in /proc/bus/usb/*/* if a matching entry exists add usbmodules --showdriver /proc/bus/usb/*/* * Sat Sep 06 2003 olh@suse.de - update usb.ids to 2003/09/04 status * Mon Aug 25 2003 adrian@suse.de - Provide usb for update * Sat Aug 09 2003 olh@suse.de - update usb.ids to 2003/06/20 status use kernel headers for module information * Thu Jun 05 2003 ro@suse.de - include linux/types.h before linux/usb.h * Sat May 17 2003 olh@suse.de - update usb.ids to 2003/03/13 status workaound broken rpm4 checks * Mon Mar 17 2003 olh@suse.de - update usb.ids to 2003/03/13 status * Fri Feb 07 2003 olh@suse.de - update usb.ids to 2003/02/05 status * Sat Feb 01 2003 olh@suse.de - update usb.ids to 20030114 status * Tue Dec 10 2002 schwab@suse.de - Only swap usb device descriptor read from /proc, not the raw usb packets. * Sat Sep 28 2002 olh@suse.de - update to 0.11 byswap bcdUSB,idVendor,idProduct,bcdDevice on big endian * Sun Aug 04 2002 olh@suse.de - update usb.ids, dont mark it as config in specfile * Tue Jul 23 2002 olh@suse.de - fix usb.ids reenable usbmodules, might be useable with new hotplug * Thu Jul 11 2002 olh@suse.de - rename usbmodules to usbmodules.obsolete * Wed Jul 10 2002 olh@suse.de - update to version 0.10, update usb.ids * Sat May 04 2002 olh@suse.de - workaround broken lib64 detection update usb.ids * Thu Feb 28 2002 olh@suse.de - update to latest http://www.linux-usb.org/usb.ids (#14046) update url in specfile * Mon Sep 24 2001 olh@suse.de - update usb.ids from http://www.linux-usb.org/ * Mon Sep 24 2001 olh@suse.de - fix usb.ids (#11201) * Mon Sep 03 2001 olh@suse.de - readd to distribution for series ap update to 0.8 for hotplug, usbmodules is needed dont use libs, they are in libusb add current usb.ids from linux-usb.org * Tue Dec 05 2000 schwab@suse.de - Add %suse_update_config. * Thu Nov 30 2000 olaf@suse.de - add usbutils 0.7 to SuSE dist, will replace the usb.rpm
/usr/bin/lsusb /usr/bin/lsusb.py /usr/bin/usb-devices /usr/bin/usbhid-dump /usr/share/doc/packages/usbutils /usr/share/doc/packages/usbutils/NEWS /usr/share/licenses/usbutils /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/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, Sat Nov 9 00:25:40 2024