From owner-cvs-src-old@FreeBSD.ORG Sun Dec 20 18:57:55 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 90B8710656CD for ; Sun, 20 Dec 2009 18:57:55 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 660938FC22 for ; Sun, 20 Dec 2009 18:57:55 +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 nBKIvtXJ032867 for ; Sun, 20 Dec 2009 18:57:55 GMT (envelope-from scf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBKIvt0i032866 for cvs-src-old@freebsd.org; Sun, 20 Dec 2009 18:57:55 GMT (envelope-from scf@repoman.freebsd.org) Message-Id: <200912201857.nBKIvt0i032866@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to scf@repoman.freebsd.org using -f From: Sean Farley Date: Sun, 20 Dec 2009 18:57:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libusb libusb10.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: Sun, 20 Dec 2009 18:57:55 -0000 scf 2009-12-20 18:57:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libusb libusb10.c Log: SVN rev 200757 on 2009-12-20 18:57:43Z by scf Merge from head to stable/8: r200424: Fix libusb_open_device_with_vid_pid() to return a NULL if no device is found instead of the last device in its search list. Reviewed by: thompsa Revision Changes Path 1.3.2.4 +2 -2 src/lib/libusb/libusb10.c