From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 20:35:42 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58574106566C; Tue, 14 Sep 2010 20:35:42 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id A8D748FC13; Tue, 14 Sep 2010 20:35:41 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=jHKO6T/s/g0/tj1flS9K4XjsjqG9cc42MmspchX31fg= c=1 sm=1 a=r3edfxhs0h0A:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6J4m5fgsAAAA:8 a=Vt2AcnKqAAAA:8 a=6I5d2MoRAAAA:8 a=MqTSEpIgjKX_xgxV_ScA:9 a=T8xUqCHLTgN4kn6N8lrGHNpw7nQA:4 a=wPNLvfGTeEIA:10 a=Ok6pYJjOeekA:10 a=SV7veod9ZcQA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 21110284; Tue, 14 Sep 2010 22:35:09 +0200 From: Hans Petter Selasky To: Alexander Best Date: Tue, 14 Sep 2010 22:31:41 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <20100914002017.GA97489@freebsd.org> <201009141400.00427.hselasky@c2i.net> <20100914202546.GA80216@freebsd.org> In-Reply-To: <20100914202546.GA80216@freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009142231.41221.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB_VERBOSE and vendor-/productnames X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 20:35:42 -0000 On Tuesday 14 September 2010 22:25:46 Alexander Best wrote: > also i've been wondering why freebsd keeps its own set of a usb device db? > the databse at http://www.linux-usb.org/usb-ids.html seems very active. > can't we just use a script to create usbdevs from that db? that's how pci > ids are mapped to vendors/products on freebsd (see > http://www.mail-archive.com/freebsd-current@freebsd.org/msg124948.html). If we don't have to GPL the resulting .h and .c files. --HPS