Author: hselasky
Date: Sat Aug 27 14:03:27 2011
New Revision: 225213
URL: http://svn.freebsd.org/changeset/base/225213

Log:
  MFC r225037 and r225041:
  Add new USB IDs.
  
  PR:   usb/159919, usb/159836

Modified:
  stable/8/share/man/man4/uhso.4
  stable/8/sys/dev/usb/net/uhso.c
  stable/8/sys/dev/usb/serial/u3g.c
  stable/8/sys/dev/usb/usbdevs
Directory Properties:
  stable/8/share/man/man4/   (props changed)
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/share/man/man4/uhso.4
==============================================================================
--- stable/8/share/man/man4/uhso.4      Sat Aug 27 13:05:38 2011        
(r225212)
+++ stable/8/share/man/man4/uhso.4      Sat Aug 27 14:03:27 2011        
(r225213)
@@ -79,6 +79,8 @@ The following devices have been verified
 .It
 Option GlobeSurfer iCON 7.2 (new firmware)
 .It
+Option GlobeTrotter Max 7.2 (new firmware)
+.It
 Option iCON 225
 .It
 Option iCON 452

Modified: stable/8/sys/dev/usb/net/uhso.c
==============================================================================
--- stable/8/sys/dev/usb/net/uhso.c     Sat Aug 27 13:05:38 2011        
(r225212)
+++ stable/8/sys/dev/usb/net/uhso.c     Sat Aug 27 14:03:27 2011        
(r225213)
@@ -249,6 +249,8 @@ static struct unrhdr *uhso_ifnet_unit = 
 
 static const STRUCT_USB_HOST_ID uhso_devs[] = {
 #define        UHSO_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, 
USB_PRODUCT_##v##_##p, i) }
+       /* Option GlobeTrotter MAX 7.2 with upgraded firmware */
+       UHSO_DEV(OPTION, GTMAX72, UHSO_STATIC_IFACE),
        /* Option GlobeSurfer iCON 7.2 */
        UHSO_DEV(OPTION, GSICON72, UHSO_STATIC_IFACE),
        /* Option iCON 225 */

Modified: stable/8/sys/dev/usb/serial/u3g.c
==============================================================================
--- stable/8/sys/dev/usb/serial/u3g.c   Sat Aug 27 13:05:38 2011        
(r225212)
+++ stable/8/sys/dev/usb/serial/u3g.c   Sat Aug 27 14:03:27 2011        
(r225213)
@@ -280,6 +280,8 @@ static const STRUCT_USB_HOST_ID u3g_devs
        U3G_DEV(HUAWEI, E143D, U3GINIT_HUAWEI),
        U3G_DEV(HUAWEI, E143E, U3GINIT_HUAWEI),
        U3G_DEV(HUAWEI, E143F, U3GINIT_HUAWEI),
+       U3G_DEV(HUAWEI, E173, 0),
+       U3G_DEV(HUAWEI, E173_INIT, U3GINIT_HUAWEISCSI),
        U3G_DEV(HUAWEI, E180V, U3GINIT_HUAWEI),
        U3G_DEV(HUAWEI, E220, U3GINIT_HUAWEI),
        U3G_DEV(HUAWEI, E220BIS, U3GINIT_HUAWEI),

Modified: stable/8/sys/dev/usb/usbdevs
==============================================================================
--- stable/8/sys/dev/usb/usbdevs        Sat Aug 27 13:05:38 2011        
(r225212)
+++ stable/8/sys/dev/usb/usbdevs        Sat Aug 27 14:03:27 2011        
(r225213)
@@ -1872,6 +1872,8 @@ product HUAWEI E1752              0x1446  3G modem
 product HUAWEI K3765           0x1465  3G modem
 product HUAWEI E1820           0x14ac  E1820 HSPA+ USB Slider
 product HUAWEI K3765_INIT      0x1520  K3765 Initial
+product HUAWEI E173            0x1c05  3G modem
+product HUAWEI E173_INIT       0x1c0b  3G modem initial
 
 /* HUAWEI 3com products */
 product HUAWEI3COM WUB320G     0x0009  Aolynk WUB320g
@@ -2445,6 +2447,7 @@ product OPTION GT3GQUAD           0x6300  GlobeTro
 product OPTION GT3GPLUS                0x6600  GlobeTrotter 3G+ datacard
 product OPTION GTICON322       0xd033  GlobeTrotter Icon322 storage
 product OPTION GTMAX36         0x6701  GlobeTrotter Max 3.6 Modem
+product OPTION GTMAX72         0x6711  GlobeTrotter Max 7.2 HSDPA
 product OPTION GTHSDPA         0x6971  GlobeTrotter HSDPA
 product OPTION GTMAXHSUPA      0x7001  GlobeTrotter HSUPA
 product OPTION GTMAXHSUPAE     0x6901  GlobeTrotter HSUPA PCIe
_______________________________________________
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"

Reply via email to