usbutils 0.87 release

This commit is contained in:
Greg Kroah-Hartman 2010-03-17 17:53:23 -07:00
parent 277327cd6a
commit d9810253a1
2 changed files with 23 additions and 1 deletions

22
NEWS
View File

@ -1,3 +1,25 @@
usbutils 0.87
=============
Aurelien Jarno (1):
lsusb.c: correctly dump ccid devices
Greg Kroah-Hartman (11):
lots of trailing whitespace removed.
add autogen.sh script
coding style cleanups for .h files.
names.c: fix up some compiler warnings
coding style cleanups for usbmisc.c
names.c: fix lots of coding style issues
devtree.c: coding style cleanups
lsusb.c: coding style fixes
lsusb.c: fix some build warnings.
usb.ids: Reserve EEM Gadget id for the Linux Foundation
add lsusb.py from Kurt Garloff <garloff@suse.de>
Philip A. Prindeville (1):
Fix build issue with libusb location
usbutils 0.86
=============
HID device robust fix

View File

@ -1,5 +1,5 @@
AC_INIT([usbutils],
[0.86],
[0.87],
[linux-usb@vger.kernel.org])
AC_PREREQ(2.60)
AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])