Skip to content

Commit

Permalink
usbutils 005 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Oct 22, 2011
1 parent 567aa81 commit 90d96a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions NEWS
Original file line number Original file line Diff line number Diff line change
@@ -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 usbutils 004
============ ============


Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([usbutils], AC_INIT([usbutils],
[004], [005],
[linux-usb@vger.kernel.org]) [linux-usb@vger.kernel.org])
AC_PREREQ(2.60) AC_PREREQ(2.60)
AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2]) AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])
Expand Down

0 comments on commit 90d96a3

Please sign in to comment.