From owner-cvs-src-old@FreeBSD.ORG Fri Jan 29 02:44:15 2010 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 9276810656A6 for ; Fri, 29 Jan 2010 02:44:15 +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 7F89C8FC13 for ; Fri, 29 Jan 2010 02:44:15 +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 o0T2iFv9058794 for ; Fri, 29 Jan 2010 02:44:15 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0T2iFXp058793 for cvs-src-old@freebsd.org; Fri, 29 Jan 2010 02:44:15 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201001290244.o0T2iFXp058793@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 29 Jan 2010 02:44:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libusb libusb20.3 libusb20.c libusb20.h libusb20_int.h libusb20_ugen20.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, 29 Jan 2010 02:44:15 -0000 thompsa 2010-01-29 02:44:06 UTC FreeBSD src repository Modified files: lib/libusb libusb20.3 libusb20.c libusb20.h libusb20_int.h libusb20_ugen20.c Log: SVN rev 203147 on 2010-01-29 02:44:06Z by thompsa Add a function to check if the usb devices is still connected. Submitted by: Hans Petter Selasky Revision Changes Path 1.6 +11 -0 src/lib/libusb/libusb20.3 1.8 +10 -0 src/lib/libusb/libusb20.c 1.7 +1 -0 src/lib/libusb/libusb20.h 1.5 +2 -0 src/lib/libusb/libusb20_int.h 1.7 +20 -0 src/lib/libusb/libusb20_ugen20.c