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

2014-01-24 Thread Nick Hibma
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  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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"



signature.asc
Description: Message signed with OpenPGP using GPGMail


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

2014-01-24 Thread Hans Petter Selasky
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.cFri Jan 24 08:19:50 2014
(r261114)
+++ stable/10/sys/dev/usb/net/uhso.cFri 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-unsubscr...@freebsd.org"