From owner-svn-src-all@FreeBSD.ORG Fri Jan 24 15:30:14 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9291033F; Fri, 24 Jan 2014 15:30:14 +0000 (UTC) Received: from valery.van-laarhoven.org (unknown [IPv6:2a02:2308::216:3eff:fe79:3a6c]) by mx1.freebsd.org (Postfix) with ESMTP id 52E541850; Fri, 24 Jan 2014 15:30:14 +0000 (UTC) Received: from hitske.fritz.box (thuis.van-laarhoven.org [80.100.41.4]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by valery.van-laarhoven.org (Postfix) with ESMTPSA id CFA6F67ED43; Fri, 24 Jan 2014 16:30:10 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_C218300F-9AA9-46CD-AE0D-8C587BCDF7FA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: svn commit: r261115 - stable/10/sys/dev/usb/net From: Nick Hibma In-Reply-To: <201401240822.s0O8MTvp026870@svn.freebsd.org> Date: Fri, 24 Jan 2014 16:30:09 +0100 Message-Id: <1B976032-5B0E-488B-806F-E71FE2F04803@van-laarhoven.org> References: <201401240822.s0O8MTvp026870@svn.freebsd.org> To: Hans Petter Selasky X-Mailer: Apple Mail (2.1827) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 24 Jan 2014 15:30:14 -0000 --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 = 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--