From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 24 07:10:13 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FAB0106564A for ; Fri, 24 Jun 2011 07:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2F6A28FC27 for ; Fri, 24 Jun 2011 07:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5O7AD9R035746 for ; Fri, 24 Jun 2011 07:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5O7AC3B035745; Fri, 24 Jun 2011 07:10:13 GMT (envelope-from gnats) Date: Fri, 24 Jun 2011 07:10:13 GMT Message-Id: <201106240710.p5O7AC3B035745@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Robert Millan Cc: Subject: Re: misc/157903: automated kldload for USB class devices X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Millan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 07:10:13 -0000 The following reply was made to PR conf/157903; it has been noted by GNATS. From: Robert Millan To: Warner Losh Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org, freebsd-hackers@freebsd.org, freebsd-usb@freebsd.org Subject: Re: misc/157903: automated kldload for USB class devices Date: Fri, 24 Jun 2011 09:08:00 +0200 2011/6/23 Warner Losh : > How'd you go about generating all these .conf files? I have to admit it was quite boring, lots of grep & sed, different regex for each file, then some manual editting. But I see that someone has found a better way. I'll look into testing that= :-) > I don't see where you defined USB_* as variables in them either. =C2=A0Ma= ybe you could point me at it? Autogenerated from usbdevs, see: # USB vendor ids and product ids. usb_ids.conf: genusbdevs.sh ../../sys/dev/usb/usbdevs sh genusbdevs.sh > $@ --=20 Robert Millan