svn commit: r261115 - stable/10/sys/dev/usb/net

Nick Hibma nick at van-laarhoven.org
Fri Jan 24 15:30:14 UTC 2014


It’s 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 at FreeBSD.org> wrote:

> Author: hselasky
> Date: Fri Jan 24 08:22:29 2014
> New Revision: 261115
> URL: http://svnweb.freebsd.org/changeset/base/261115
> 
> Log:
>  MFC r260534:
>  Move USB ID from u3g driver to uhso driver.
> 
> Modified:
>  stable/10/sys/dev/usb/net/uhso.c
> Directory Properties:
>  stable/10/   (props changed)
> 
> Modified: stable/10/sys/dev/usb/net/uhso.c
> ==============================================================================
> --- 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 243 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-stable/attachments/20140124/459b2869/attachment.sig>


More information about the svn-src-stable mailing list