Module Name:    src
Committed By:   scw
Date:           Thu Mar 10 00:13:56 UTC 2011

Modified Files:
        src/sys/dev/usb: u3g.c

Log Message:
Match a Toshiba-branded version of Novatel's EU870D 3G/HSDPA WWAN Card.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/sys/dev/usb/u3g.c:1.17
--- src/sys/dev/usb/u3g.c:1.16	Sat Aug  7 20:43:46 2010
+++ src/sys/dev/usb/u3g.c	Thu Mar 10 00:13:56 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: u3g.c,v 1.16 2010/08/07 20:43:46 christos Exp $	*/
+/*	$NetBSD: u3g.c,v 1.17 2011/03/10 00:13:56 scw Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.16 2010/08/07 20:43:46 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.17 2011/03/10 00:13:56 scw Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -241,6 +241,9 @@
 	{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8781 },
 	{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MINI5725 },
 	{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_USB305 },
+
+	/* Toshiba */
+	{ USB_VENDOR_TOSHIBA, USB_PRODUCT_TOSHIBA_HSDPA_MODEM_EU870DT1 },
 };
 
 static int

Reply via email to