From owner-cvs-all@FreeBSD.ORG Fri Jun 22 16:10:04 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 40E2216A400; Fri, 22 Jun 2007 16:10:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E9F5B13C448; Fri, 22 Jun 2007 16:10:03 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l5MG8mk5068660; Fri, 22 Jun 2007 10:08:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Jun 2007 10:08:47 -0600 (MDT) Message-Id: <20070622.100847.41701886.imp@bsdimp.com> To: simon@FreeBSD.org From: Warner Losh In-Reply-To: <20070622150133.GA977@zaphod.nitro.dk> References: <200706211755.l5LHtSZa045592@repoman.freebsd.org> <20070622150133.GA977@zaphod.nitro.dk> 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]); Fri, 22 Jun 2007 10:08:48 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb if_aue.c usbdevs uvisor.c 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: Fri, 22 Jun 2007 16:10:04 -0000 From: "Simon L. Nielsen" Subject: Re: cvs commit: src/sys/dev/usb if_aue.c usbdevs uvisor.c Date: Fri, 22 Jun 2007 17:01:34 +0200 > On 2007.06.21 17:55:28 +0000, Warner Losh wrote: > > imp 2007-06-21 17:55:28 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/usb if_aue.c usbdevs uvisor.c > > Log: > > Fix two PRs by adding vendor IDs: > > > > PR 108097: ADMtek 851X USB-to-LAN adapter > > PR 74849: Samsung SPH-i500 does not attach properly as usb modem/Palm device > > Could you update the relevant manual pages for these changes, or are > you planning on doing that later? It would be most helpful if someone else could do that. I'm planning another pass through the PR database to find device IDs, as well as looking at our sister projects as well. Once all of that is done, it would be good to audit all our man pages. One issue, however, is that so many different companies make identical adapters that it might get added as an I-O DATA device because a Japanese user had one, but also be a Linksys or a Buffalo device here in the US. Warner