Date: Fri, 24 Jan 2014 16:30:09 +0100 From: Nick Hibma <nick@van-laarhoven.org> To: Hans Petter Selasky <hselasky@FreeBSD.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r261115 - stable/10/sys/dev/usb/net Message-ID: <1B976032-5B0E-488B-806F-E71FE2F04803@van-laarhoven.org> In-Reply-To: <201401240822.s0O8MTvp026870@svn.freebsd.org> References: <201401240822.s0O8MTvp026870@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_C218300F-9AA9-46CD-AE0D-8C587BCDF7FA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 It=92s not just the GTM661 that supports uhso, the GTM382 does so to I = think. Perhaps you want to move them all in that case? Or add them to both and let devd decide? Nick On 24 Jan 2014, at 09:22, Hans Petter Selasky <hselasky@FreeBSD.org> = wrote: > Author: hselasky > Date: Fri Jan 24 08:22:29 2014 > New Revision: 261115 > URL: http://svnweb.freebsd.org/changeset/base/261115 >=20 > Log: > MFC r260534: > Move USB ID from u3g driver to uhso driver. >=20 > Modified: > stable/10/sys/dev/usb/net/uhso.c > Directory Properties: > stable/10/ (props changed) >=20 > Modified: stable/10/sys/dev/usb/net/uhso.c > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- stable/10/sys/dev/usb/net/uhso.c Fri Jan 24 08:19:50 2014 = (r261114) > +++ stable/10/sys/dev/usb/net/uhso.c Fri Jan 24 08:22:29 2014 = (r261115) > @@ -268,6 +268,8 @@ static const STRUCT_USB_HOST_ID uhso_dev > UHSO_DEV(OPTION, ICON401, UHSO_AUTO_IFACE), > /* Option GlobeTrotter Module 382 */ > UHSO_DEV(OPTION, GMT382, UHSO_AUTO_IFACE), > + /* Option GTM661W */ > + UHSO_DEV(OPTION, GTM661W, UHSO_AUTO_IFACE), > /* Option iCON EDGE */ > UHSO_DEV(OPTION, ICONEDGE, UHSO_STATIC_IFACE), > /* Option Module HSxPA */ > _______________________________________________ > svn-src-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" --Apple-Mail=_C218300F-9AA9-46CD-AE0D-8C587BCDF7FA Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlLihwEACgkQBxE2H56uaYm/8wCfRgENDtTXND58TCQk3PChMXod xJMAoIZLG131JOp5dB10c13Yr44JKSWr =D2uX -----END PGP SIGNATURE----- --Apple-Mail=_C218300F-9AA9-46CD-AE0D-8C587BCDF7FA--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1B976032-5B0E-488B-806F-E71FE2F04803>