From owner-freebsd-usb@FreeBSD.ORG Sat Dec 8 22:38:25 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8827195 for ; Sat, 8 Dec 2012 22:38:25 +0000 (UTC) (envelope-from artyom@ijminteractive.net) Received: from qs3206.pair.com (qs3206.pair.com [216.92.131.43]) by mx1.freebsd.org (Postfix) with ESMTP id 4E35B8FC08 for ; Sat, 8 Dec 2012 22:38:24 +0000 (UTC) Received: from home.alkar.net (nat1.id-telecom.net [178.215.171.16]) by qs3206.pair.com (Postfix) with ESMTPSA id 84531E604A for ; Sat, 8 Dec 2012 17:38:23 -0500 (EST) From: Artyom Mirgorodskiy To: freebsd-usb@freebsd.org Subject: Add support for 3G modem WeTelecom WM-D200 patch Date: Sun, 09 Dec 2012 00:38 +0200 Message-ID: <1380386.26o2pb6rWo@home.alkar.net> User-Agent: KMail/4.8.4 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2012 22:38:25 -0000 #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.