usbutils 002 release

This commit is contained in:
Greg Kroah-Hartman 2011-03-17 16:20:16 -07:00
parent 878dc0b784
commit 1506bdecd5
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
usbutils 002
============
Diego Elio Pettenò (2):
Simplify the configure script.
Print device class descriptors like it's done for interface descriptors.
Greg Kroah-Hartman (2):
Updated version of lsusb.py from Kurt Garloff.
add lsusb.py to the bin files
usbutils 001
============

View File

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