From owner-svn-src-all@FreeBSD.ORG Tue Oct 14 15:08:25 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF4C0106568B; Tue, 14 Oct 2008 15:08:25 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8D18FC1F; Tue, 14 Oct 2008 15:08:25 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 01CE52BC52; Wed, 15 Oct 2008 03:42:50 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ebfih1FxfW+w; Wed, 15 Oct 2008 03:42:45 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 15 Oct 2008 03:42:45 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id CB48811430; Wed, 15 Oct 2008 03:42:44 +1300 (NZDT) Date: Tue, 14 Oct 2008 07:42:44 -0700 From: Andrew Thompson To: Nick Hibma Message-ID: <20081014144244.GA94595@citylink.fud.org.nz> References: <200810140745.m9E7jBai099067@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200810140745.m9E7jBai099067@svn.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r183868 - head/sys/dev/usb X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 15:08:25 -0000 On Tue, Oct 14, 2008 at 07:45:11AM +0000, Nick Hibma wrote: > Author: n_hibma > Date: Tue Oct 14 07:45:11 2008 > New Revision: 183868 > URL: http://svn.freebsd.org/changeset/base/183868 > > Log: > - Fix the naming of the MC950D device. > - Remove the (unimplemented) U3GFL_EJECT quirk as this won't be implemented in > the u3g driver anyway (most probably as an entry in devd.conf) > > Modified: > head/sys/dev/usb/u3g.c > head/sys/dev/usb/usbdevs > > Modified: head/sys/dev/usb/usbdevs > ============================================================================== > --- head/sys/dev/usb/usbdevs Tue Oct 14 07:24:18 2008 (r183867) > +++ head/sys/dev/usb/usbdevs Tue Oct 14 07:45:11 2008 (r183868) > @@ -1839,7 +1839,7 @@ product NOVATEL X950D 0x1450 Merlin X95 > product NOVATEL ES620 0x2100 ES620 CDMA > product NOVATEL U720 0x2110 Merlin U720 > product NOVATEL U727 0x4100 Merlin U727 CDMA > -product NOVATEL U950D 0x4400 Novatel MC950D HSUPA > +product NOVATEL MC950D 0x4400 Novatel MC950D HSUPA > product NOVATEL ZEROCD 0x5010 Novatel ZeroCD > product NOVATEL2 FLEXPACKGPS 0x0100 NovAtel FlexPack GPS receiver Once an entry is in usbdevs please do _not_ change it, even if its not perfect. This will create conflicts for 3rd parties (me). cheers, Andrew