Opened 6 years ago

Closed 6 years ago

#10775 closed enhancement (fixed)

usbutils-010

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.3
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New version.

Change History (3)

comment:1 by Bruce Dubbs, 6 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 6 years ago

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.

comment:3 by Bruce Dubbs, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20159.

Note: See TracTickets for help on using tickets.