usbutils/NEWS

36 lines
904 B
Plaintext
Raw Normal View History

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".