1usbutils 0.91
2=============
3
4Greg Kroah-Hartman (3):
5      add usbhid-dump to the autogen.sh script
6      usb.ids: add new device id for qemu audio device
7      Minor fixes
8
9Laurent Pinchart (1):
10      usbutils: Fix the UVC bmInterlaceFlags field decoding
11
12Mike Frysinger (2):
13      usbutils.pc: use datarootdir
14      fix building on non-Linux systems (e.g. BSD)
15
16Nikolai Kondrashov (1):
17      Integrate usbhid-dump
18
19Sarah Sharp (5):
20      usbutils: Fix Wireless USB descriptor fetching.
21      usbutils: Support USB 3.0 hub descriptor output.
22      usbutils: Print MaxStreams and Mult for USB 3.0 devices.
23      usbutils: Print Binary Object Store descriptor.
24      usbutils: Fix bug in link state description printing.
25
26
27usbutils 0.90
28=============
29Aurelien Jarno (1):
30      fix bcdDFUVersion endianness
31
32Chris Clayton (1):
33      Patch to add additional devices to usb.ids
34
35Daniel Mack (7):
36      dump_audiostreaming_interface(): fix ac-3 decoder
37      parse USB audio class 2 control interface types
38      parse USB audio class 2 streaming interfaces
39      parse USB audio class 2 endpoints
40      dump_audio_bmcontrols(): tell users about faulty bmControl bits
41      dump_audiostreaming_interface(): drop audio class 2 FORMAT_TYPE length check
42      lsusb: fix iFeature position calculation for UAC2 feature units
43
44Greg Kroah-Hartman (8):
45      reserve a USB Ethernet Gadget driver device id.
46      fix up wording of NCM Ethernet gadget device id
47      fix up some signed/unsigned warnings in lsusb.c
48      move #defines around a bit to make it more orderly.
49      Merge git://github.com/zonque/usbutils into work
50      more gadget device ids reserved for the Linux Foundation vendor id
51      Merge branch 'master' of git://github.com/zonque/usbutils into test
52      Fix up a lot of memory leaks
53
54Ludovic Rousseau (1):
55      Update Gemplus id
56
57Matthew Wilcox (1):
58      Decode USB 3 Endpoint Companion Descriptors
59
60Nix (1):
61      Include config.h before everything else.
62
63
64usbutils 0.87
65=============
66Aurelien Jarno (1):
67      lsusb.c: correctly dump ccid devices
68
69Greg Kroah-Hartman (11):
70      lots of trailing whitespace removed.
71      add autogen.sh script
72      coding style cleanups for .h files.
73      names.c: fix up some compiler warnings
74      coding style cleanups for usbmisc.c
75      names.c: fix lots of coding style issues
76      devtree.c: coding style cleanups
77      lsusb.c: coding style fixes
78      lsusb.c: fix some build warnings.
79      usb.ids: Reserve EEM Gadget id for the Linux Foundation
80      add lsusb.py from Kurt Garloff <garloff@suse.de>
81
82Philip A. Prindeville (1):
83      Fix build issue with libusb location
84
85
86usbutils 0.86
87=============
88HID device robust fix
89
90usbutils 0.85
91=============
92usb-devices bugfixes
93build fixes
94
95usbutils 0.84
96=============
97Sync up usb.ids file from upstream
98
99usbutils 0.83
100=============
101HID descriptor bugfixes
102usb-devices script to emulate the /proc/bus/usb/devices file
103new device ids
104
105usbutils 0.82
106=============
107Wireless USB device support
108better autoconf support.
109automatic handling for usb.ids
110bugfixes
111
112usbutils 0.81
113=============
114fixed '-t' option if usbfs is not mounted
115added DFU parsing
116updated the man page
117
118usbutils 0.80
119=============
120Updated usb.ids.
121Updated autotools logic.
122Removed obsolete usbmodules.
123
124usbutils 0.73 (and older)
125=============
126Thanks to a patch from Aurelien Jarno, usbutils now uses the system's
127libusb to access USB devices, not a private (old) copy of that library.
128
129The "usbmodules" program is now deprecated, and no longer built by default.
130If your Linux 2.4 based system needs it to handle the "coldplug" processing
131(handling devices that exist before the OS is fully operational), you
132can "configure --enable-usbmodules".
133
134