Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Dec 2012 00:38 +0200
From:      Artyom Mirgorodskiy <artyom@ijminteractive.net>
To:        freebsd-usb@freebsd.org
Subject:   Add support for 3G modem WeTelecom WM-D200 patch
Message-ID:  <1380386.26o2pb6rWo@home.alkar.net>

next in thread | raw e-mail | index | archive | help
#svn diff u3g.c 
Index: u3g.c
===================================================================
--- u3g.c       (revision 244039)
+++ u3g.c       (working copy)
@@ -553,6 +553,7 @@
        U3G_DEV(TOSHIBA, G450, 0),
        U3G_DEV(TOSHIBA, HSDPA, 0),
        U3G_DEV(YISO, C893, 0),
+       U3G_DEV(WETELECOM, WM_D200, 0),
        /* Autoinstallers */
        U3G_DEV(NOVATEL, ZEROCD, U3GINIT_SCSIEJECT),
        U3G_DEV(OPTION, GTICON322, U3GINIT_REZERO),



#svn diff usbdevs 
Index: usbdevs
===================================================================
--- usbdevs     (revision 244039)
+++ usbdevs     (working copy)
@@ -760,6 +760,7 @@
 vendor HP2             0xf003  Hewlett Packard
 vendor LOGILINK                0xfc08  LogiLink
 vendor USRP            0xfffe  GNU Radio USRP
+vendor WETELECOM   0x22de   WeTelecom
 
 /*
  * List of known products.  Grouped by vendor.
@@ -4288,3 +4289,6 @@
 product ZYXEL G202             0x3410  G-202
 product ZYXEL RT2870_1         0x3416  RT2870
 product ZYXEL RT2870_2         0x341a  RT2870
+
+/* WeTelecom products */
+product WETELECOM WM_D200   0X6801   WM-D200

-- 
This message is for the person(s) named above only and may contain privileged, proprietary, or otherwise private information. If you received this transmission in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1380386.26o2pb6rWo>