From owner-cvs-all@FreeBSD.ORG Wed Feb 7 00:45:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D572416A402; Wed, 7 Feb 2007 00:45:09 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9B51213C471; Wed, 7 Feb 2007 00:45:09 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l170j9EZ013770; Wed, 7 Feb 2007 00:45:09 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l170j9qA013769; Wed, 7 Feb 2007 00:45:09 GMT (envelope-from luigi) Message-Id: <200702070045.l170j9qA013769@repoman.freebsd.org> From: Luigi Rizzo Date: Wed, 7 Feb 2007 00:45:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pwlib/files patch-plugins-vidinput_v4l-vidinput_v4l.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 00:45:10 -0000 luigi 2007-02-07 00:45:08 UTC FreeBSD ports repository Added files: devel/pwlib/files patch-plugins-vidinput_v4l-vidinput_v4l.cxx Log: Enable proper detection of video4linux devices. The original code detects video devices using the major/minor numbers. On FreeBSD this does not work, so rely on the name /dev/video* instead. Approved by: Steve Ames Revision Changes Path 1.1 +26 -0 ports/devel/pwlib/files/patch-plugins-vidinput_v4l-vidinput_v4l.cxx (new)