usbutils/NEWS

134 lines
3.6 KiB
Plaintext
Raw Normal View History

2010-10-23 07:38:09 +08:00
usbutils 0.91
=============
Greg Kroah-Hartman (3):
add usbhid-dump to the autogen.sh script
usb.ids: add new device id for qemu audio device
Minor fixes
Laurent Pinchart (1):
usbutils: Fix the UVC bmInterlaceFlags field decoding
Mike Frysinger (2):
usbutils.pc: use datarootdir
fix building on non-Linux systems (e.g. BSD)
Nikolai Kondrashov (1):
Integrate usbhid-dump
Sarah Sharp (5):
usbutils: Fix Wireless USB descriptor fetching.
usbutils: Support USB 3.0 hub descriptor output.
usbutils: Print MaxStreams and Mult for USB 3.0 devices.
usbutils: Print Binary Object Store descriptor.
usbutils: Fix bug in link state description printing.
2010-08-13 07:37:55 +08:00
usbutils 0.90
=============
Aurelien Jarno (1):
fix bcdDFUVersion endianness
Chris Clayton (1):
Patch to add additional devices to usb.ids
Daniel Mack (7):
dump_audiostreaming_interface(): fix ac-3 decoder
parse USB audio class 2 control interface types
parse USB audio class 2 streaming interfaces
parse USB audio class 2 endpoints
dump_audio_bmcontrols(): tell users about faulty bmControl bits
dump_audiostreaming_interface(): drop audio class 2 FORMAT_TYPE length check
lsusb: fix iFeature position calculation for UAC2 feature units
Greg Kroah-Hartman (8):
reserve a USB Ethernet Gadget driver device id.
fix up wording of NCM Ethernet gadget device id
fix up some signed/unsigned warnings in lsusb.c
move #defines around a bit to make it more orderly.
Merge git://github.com/zonque/usbutils into work
more gadget device ids reserved for the Linux Foundation vendor id
Merge branch 'master' of git://github.com/zonque/usbutils into test
Fix up a lot of memory leaks
Ludovic Rousseau (1):
Update Gemplus id
Matthew Wilcox (1):
Decode USB 3 Endpoint Companion Descriptors
Nix (1):
Include config.h before everything else.
2010-03-18 08:53:23 +08:00
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
2009-08-18 06:30:18 +08:00
usbutils 0.86
=============
HID device robust fix
2009-08-18 06:26:19 +08:00
usbutils 0.85
=============
usb-devices bugfixes
build fixes
2009-06-26 01:09:11 +08:00
usbutils 0.84
=============
Sync up usb.ids file from upstream
2009-06-26 00:39:15 +08:00
usbutils 0.83
=============
HID descriptor bugfixes
usb-devices script to emulate the /proc/bus/usb/devices file
new device ids
2009-05-07 06:14:54 +08:00
usbutils 0.82
=============
Wireless USB device support
better autoconf support.
automatic handling for usb.ids
bugfixes
2009-04-28 01:31:03 +08:00
usbutils 0.81
=============
fixed '-t' option if usbfs is not mounted
added DFU parsing
updated the man page
2009-04-27 07:37:01 +08:00
usbutils 0.80
=============
2009-04-27 08:04:18 +08:00
Updated usb.ids.
Updated autotools logic.
Removed obsolete usbmodules.
2009-04-27 07:37:01 +08:00
usbutils 0.73 (and older)
=============
2005-01-23 06:31:37 +08:00
Thanks to a patch from Aurelien Jarno, usbutils now uses the system's
libusb to access USB devices, not a private (old) copy of that library.
The "usbmodules" program is now deprecated, and no longer built by default.
If your Linux 2.4 based system needs it to handle the "coldplug" processing
(handling devices that exist before the OS is fully operational), you
can "configure --enable-usbmodules".