From owner-cvs-src@FreeBSD.ORG Wed Feb 14 23:52:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56E7216A402; Wed, 14 Feb 2007 23:52:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 13A8B13C441; Wed, 14 Feb 2007 23:52:13 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l1ENo9DZ090113; Wed, 14 Feb 2007 16:50:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 14 Feb 2007 16:50:08 -0700 (MST) Message-Id: <20070214.165008.74659809.imp@bsdimp.com> To: ticso@cicely.de, ticso@cicely12.cicely.de From: Warner Losh In-Reply-To: <20070214233649.GD10995@cicely12.cicely.de> References: <200702140813.l1E8DsLo074756@repoman.freebsd.org> <20070214.160254.104122120.imp@bsdimp.com> <20070214233649.GD10995@cicely12.cicely.de> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 14 Feb 2007 16:50:09 -0700 (MST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, joerg@FreeBSD.org Subject: Re: cvs commit: src/etc devd.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 23:52:14 -0000 > On Wed, Feb 14, 2007 at 04:02:54PM -0700, Warner Losh wrote: > > > Some things appear to be completely missing though, like the USB vendor > > > and product strings. > > > > These strings are optional. If they are present, they will be > > presented. > > No - they aren't handled over to devd, at least not in my original > patch, since USB strings are allowed to be very long and could overflow > the static string limit. > A devd script should ask the device itself IMHO. I have in on of my p4 trees patches that return the strings safely. I did them so long ago that I could have sworn I merged them back into the base FreeBSD. Warner