usbutils/NEWS
Greg Kroah-Hartman de90db6615 0.81 release
2009-04-27 10:31:03 -07:00

23 lines
653 B
Plaintext

usbutils 0.81
=============
fixed '-t' option if usbfs is not mounted
added DFU parsing
updated the man page
usbutils 0.80
=============
Updated usb.ids.
Updated autotools logic.
Removed obsolete usbmodules.
usbutils 0.73 (and older)
=============
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".