From owner-cvs-all Wed Dec 12 1:58:42 2001 Delivered-To: cvs-all@freebsd.org Received: from btclick.com (mta01.btfusion.com [62.172.195.11]) by hub.freebsd.org (Postfix) with ESMTP id BAF6A37B416; Wed, 12 Dec 2001 01:58:37 -0800 (PST) Received: from heather.subatomica.com ([213.120.117.63]) by btclick.com (Netscape Messaging Server 4.05) with ESMTP id GO86DO05.205; Wed, 12 Dec 2001 09:58:36 +0000 Received: from localhost (localhost [127.0.0.1]) by heather.subatomica.com (8.11.6/8.11.6) with ESMTP id fBC9xSG01744; Wed, 12 Dec 2001 09:59:28 GMT (envelope-from n_hibma@webweaving.org) Date: Wed, 12 Dec 2001 09:59:28 +0000 (GMT) From: Nick Hibma X-X-Sender: To: "Erik H. Bakke" Cc: Sheldon Hearn , , Subject: Re: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h In-Reply-To: <001b01c182f3$7cbadf50$5b3bcbd5@breiflabb> Message-ID: <20011212095805.R1531-100000@heather.subatomica.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG A what? You mean, actually running through C code and parsing out the ids? In that case I'd rather stick with what we have, which is perhaps cumbersome, but at least logical: Add id there, then use it in a driver. Nick On Wed, 12 Dec 2001, Erik H. Bakke wrote: > > > > I'll accept anything that makes it more trivial to add an ID to a > > driver. Sharing IDs with NetBSD is not an issue, as they are a) trivial > > to convert, and b) the ids need to be added to the driver, which is the > > important bit. > > > > If the IDs were defined in the driver, using a USB framework supplied macro, > they could be easily extracted by a text processor tool, and this global > list > could be generated from that. > > I think that would give us the best of both worlds. > > --- > Erik H. Bakke > > Don't ask "Who invented time?", the real question is "When was time > invented?" > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message