From an user: I had to modify the bsd.c patch to get NUT (Network UPS tools) working correctly when I attach an UPS via USB to my FreeBSD machine. Without the patch the communication breaks every few seconds because of an full read buffer. NUT checks the input buffer too fast, so the kernel or something else blocks which will cause an communication break to the UPS. Fix: apply patch, tested with audio/ifp-line and an iRiver IFP-790 Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->stefan Take.
State Changed From-To: open->closed Committed, thanks!
stefan 2008-10-13 17:52:01 UTC FreeBSD ports repository Modified files: devel/libusb Makefile devel/libusb/files patch-bsd.c Log: Fix communication with UPS for NUT (Network UPS Tools). PR: 126922 Submitted by: maintainer Revision Changes Path 1.26 +1 -1 ports/devel/libusb/Makefile 1.10 +9 -0 ports/devel/libusb/files/patch-bsd.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"