From owner-cvs-src-old@FreeBSD.ORG Fri Nov 20 08:57:41 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EAE71065758 for ; Fri, 20 Nov 2009 08:57:41 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C12F8FC1B for ; Fri, 20 Nov 2009 08:57:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nAK8vep0059596 for ; Fri, 20 Nov 2009 08:57:40 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nAK8veF1059595 for cvs-src-old@freebsd.org; Fri, 20 Nov 2009 08:57:40 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200911200857.nAK8veF1059595@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 20 Nov 2009 08:57:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libusb libusb10.c libusb10.h libusb20.3 libusb20.c libusb20.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 08:57:41 -0000 thompsa 2009-11-20 08:57:25 UTC FreeBSD src repository Modified files: lib/libusb libusb10.c libusb10.h libusb20.3 libusb20.c libusb20.h Log: SVN rev 199575 on 2009-11-20 08:57:25Z by thompsa Sync to P4 - fix a transfer cancelling bug/segfault [1] - correct a return code in the transfer cancel function. - add new API function, libusb20_tr_bulk_intr_sync(). Submitted by: HPS Reported by: Robert Jenssen [1] Revision Changes Path 1.5 +34 -7 src/lib/libusb/libusb10.c 1.4 +3 -1 src/lib/libusb/libusb10.h 1.5 +26 -1 src/lib/libusb/libusb20.3 1.6 +90 -1 src/lib/libusb/libusb20.c 1.6 +2 -1 src/lib/libusb/libusb20.h