summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-10-22 10:50:50 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-22 10:50:50 +0200
commit90d96a306f026e56e5071dd1142bc67babb04afa (patch)
tree7073dd4f55ea8fb217f2fad1ce873a6a3d9f5d73
parent567aa81b0e042e5cebd118514a414beb2e8f38a2 (diff)
downloadusbutils-90d96a306f026e56e5071dd1142bc67babb04afa.tar.gz
usbutils 005 releasev005
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0ceec05..c2b8300 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+usbutils 005
+============
+
+Greg Kroah-Hartman (7):
+ usb.ids: updated version of the file
+ Remove the FSF address from the source files.
+ update usbhid-dump to release 1.2
+ add another Linux kernel usb id.
+ updated usb.ids file
+ lsusb-t.c: fix up some complier warnings
+ add lsusb.h to fix some complier warnings.
+
+Lukáš Nykrýn (1):
+ Add more space to lsusb.py output
+
+Sarah Sharp (2):
+ lsusb: wSpeedsSupported is 2 bytes, not one.
+ lsusb: bU2DevExitLat is little endian, not big endian.
+
+
usbutils 004
============
diff --git a/configure.ac b/configure.ac
index c77b786..5039439 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([usbutils],
- [004],
+ [005],
[linux-usb@vger.kernel.org])
AC_PREREQ(2.60)
AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])