From owner-cvs-src-old@FreeBSD.ORG Fri Jul 10 14:16:14 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 5C6B5106566C for ; Fri, 10 Jul 2009 14:16:14 +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 48D7C8FC22 for ; Fri, 10 Jul 2009 14:16:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6AEGEKM031909 for ; Fri, 10 Jul 2009 14:16:14 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6AEGEte031908 for cvs-src-old@freebsd.org; Fri, 10 Jul 2009 14:16:14 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200907101416.n6AEGEte031908@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 10 Jul 2009 14:15:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libusb libusb.h libusb10.c libusb10.h libusb10_desc.c libusb10_io.c 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, 10 Jul 2009 14:16:14 -0000 thompsa 2009-07-10 14:15:53 UTC FreeBSD src repository Modified files: lib/libusb libusb.h libusb10.c libusb10.h libusb10_desc.c libusb10_io.c Log: SVN rev 195560 on 2009-07-10 14:15:53Z by thompsa Sync the libusb 1.0 exported api to the latest GSoC code. - Fix possible uninitialised variables and null derefs - Support big transfers - Various bug fixes and style changes Submitted by: Sylvestre Gallon Sponsored by: Google Summer of Code 2009 Approved by: re (kib) Revision Changes Path 1.8 +40 -18 src/lib/libusb/libusb.h 1.2 +252 -210 src/lib/libusb/libusb10.c 1.2 +18 -193 src/lib/libusb/libusb10.h 1.2 +12 -13 src/lib/libusb/libusb10_desc.c 1.2 +187 -71 src/lib/libusb/libusb10_io.c