mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-15 06:53:43 +08:00
usbutils 0.87 release
This commit is contained in:
parent
277327cd6a
commit
d9810253a1
22
NEWS
22
NEWS
@ -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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user