From 3bafa6940f512357d7aa54d3a76de01662a19e48 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 22 Oct 2014 04:52:41 +0800 Subject: usbutils 008 release --- NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1a8ba8c..2751c9a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,45 @@ +usbutils 008 +============ + +Alexandra Yates (2): + lsusb: Reports if USB2.0 port is on L1 state + lsusb: Reports devices that support BESL on USB2.0 + +Aurelien Jarno (1): + dump_ccid_device: fix a typo + +Ben Chan (1): + lsusb: decode CDC MBIM extended functional descriptor + +Greg Kroah-Hartman (8): + lsusb: fix incorrect printf() for CAPS + lsusb-t: handle problem if there is no usb bus list + .gitignore: add compile to the list of things we need to ignore + +John Freed (1): + Fix logic error + +Kurt Garloff (1): + Update lsusb.py in usbutils + +Lukas Nykryn (2): + update COPYING file + lsusb-t: don't segfault when usbbuslist is empty + +Peter Wu (1): + Ignore invalid string descriptors + +Raphaƫl Droz (1): + usb-devices: hexadecimal bInterfaceNumber handling + +Tom Gundersen (2): + lsusb: port to hwdb + drop dependency on usb.ids + +Vadim Rutkovsky (1): + New path for usbhid-dump submodule + + usbutils 007 ============ diff --git a/configure.ac b/configure.ac index 680fb7f..5ec7a28 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([usbutils], - [007], + [008], [linux-usb@vger.kernel.org]) AC_PREREQ(2.60) AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2]) -- cgit v1.2.1