Date: Tue, 14 Oct 2008 07:42:44 -0700 From: Andrew Thompson <thompsa@FreeBSD.org> To: Nick Hibma <n_hibma@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r183868 - head/sys/dev/usb Message-ID: <20081014144244.GA94595@citylink.fud.org.nz> In-Reply-To: <200810140745.m9E7jBai099067@svn.freebsd.org> References: <200810140745.m9E7jBai099067@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081014144244.GA94595>