usbutils 005 release

This commit is contained in:
Greg Kroah-Hartman 2011-10-22 10:50:50 +02:00
parent 567aa81b0e
commit 90d96a306f
2 changed files with 21 additions and 1 deletions

20
NEWS
View File

@ -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
============

View File

@ -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])