Subject: CVS commit: pkgsrc/devel/libusb
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/03/2004 08:45:44
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon May  3 08:45:44 UTC 2004

Modified Files:
	pkgsrc/devel/libusb: Makefile PLIST distinfo
	pkgsrc/devel/libusb/patches: patch-aa

Log Message:
Changes 1.0.8:

New Features:
* Synchronous Interrupt read support.
* Added new usb_get_descriptor_by_endpoint() function. Properly prototyped
  existing usb_get_descriptor() function.
* (Linux) Check for usbdevfs in /sys/bus/usb (2.6 kernel).
* (Linux) Added usb_get_driver_np() function to get driver bound to interface.
* (Linux) Added usb_detach_kernel_driver_np() function to detach kernel driver
  from interface.

Bug Fixes:
* Many return values are starting to become normalized (consistent across ports)
* Various bug fixes in Darwin port.
* Fix usb_string() to fetch language index correctly.
* More documentation updates and fixes.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/libusb/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/libusb/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/libusb/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/libusb/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.