Opened 4 years ago
Closed 4 years ago
#14180 closed enhancement (duplicate)
usbutils-013
Reported by: | Owned by: | blfs-book | |
---|---|---|---|
Priority: | normal | Milestone: | 10.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
I spotted this in my mail the other day, I assumed the daily comparison would pick it up. Just noticed it again while scrolling through my mailbox.
Date: Thu, 22 Oct 2020 15:14:51 +0200 From: Greg KH <gregkh@…> To: linux-usb@…, linux-kernel@… Subject: usbutils 013 release Message-ID: <20201022131451.GA1779379@…>
It's been a long time, and there have been a number of tiny bugfixes in the usbutils package backing up, as well as one major issue finally fixed that had been reported a lot, so it's time for a new release.
One other "major" change is we now trust sysfs to have the string values for the vendor/product descriptors, instead of having to ask the device directly for them. That should save a bit of USB bandwidth, but for containers that have sysfs blocked off, this might cause some problems. If so, please let me know.
Tarballs can be found on kernel.org here:
Or the github/kernel.org repo also have the updated trees:
https://github.com/gregkh/usbutils https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
and the full shortlog is below.
thanks,
greg k-h
usbutils 013 ============
Aurelien Jarno (1):
lsusb.8.in: do not mention usb.ids
Baruch Siach (1):
usb-devices.1: don't mention bash
Greg Kroah-Hartman (15):
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 .gitignore: add usbhid-dump.8 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
Jakub Wilk (2):
lsusb(8): fix formatting lsusb(8): document --tree
Pino Toscano (1):
lsusb.py: remove private paths for usb.ids
Rob Gill (1):
Additional device classes for usb-devices script
Rosen Penev (1):
usbhid-dump: Do not use rindex
Thomas Hebb (4):
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
Timothy Robert Bednarzyk (1):
bootstrap: change /bin/bash to /bin/sh
Torleiv Sundre (1):
lsusb: fix two typos in UVC Extension Unit descriptor
Tormod Volden (1):
usbhid-dump: Put back autoconf check for libusb_set_option()
Arghh, I was looking at an old copy of the book. Sorry for the noise.