summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-22 04:52:41 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-22 04:52:41 +0800
commit3bafa6940f512357d7aa54d3a76de01662a19e48 (patch)
tree9e017f08d87d76faf8322f1416e3953c47e11526
parent260525bb5f20ba357dfc53291462b77646c94cd6 (diff)
downloadusbutils-3bafa6940f512357d7aa54d3a76de01662a19e48.tar.gz
usbutils 008 releasev008
-rw-r--r--NEWS42
-rw-r--r--configure.ac2
2 files changed, 43 insertions, 1 deletions
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])