Module Name: src
Committed By: riz
Date: Mon Feb 11 21:44:22 UTC 2013
Modified Files:
src/sys/dev/usb [netbsd-6]: u3g.c
Log Message:
Pull up following revision(s) (requested by khorben in ticket #816):
sys/dev/usb/u3g.c: revision 1.26
Added the device id for the Huawei EM770W 3G modem to u3g(4)
Confirmed to work on a WeTab
ok christos@
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.2.1 src/sys/dev/usb/u3g.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/u3g.c
diff -u src/sys/dev/usb/u3g.c:1.24 src/sys/dev/usb/u3g.c:1.24.2.1
--- src/sys/dev/usb/u3g.c:1.24 Fri Dec 23 00:51:44 2011
+++ src/sys/dev/usb/u3g.c Mon Feb 11 21:44:22 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: u3g.c,v 1.24 2011/12/23 00:51:44 jakllsch Exp $ */
+/* $NetBSD: u3g.c,v 1.24.2.1 2013/02/11 21:44:22 riz Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.24 2011/12/23 00:51:44 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.24.2.1 2013/02/11 21:44:22 riz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -185,6 +185,7 @@ static const struct usb_devno u3g_devs[]
{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E1750 },
{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E1820 },
{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220 },
+ { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_EM770W },
{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_K3765 },
{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
/* OEM: Merlin */