Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Match a Toshiba-branded version of Novatel's EU8...
details: https://anonhg.NetBSD.org/src/rev/04a2e05dc68c
branches: trunk
changeset: 763089:04a2e05dc68c
user: scw <scw%NetBSD.org@localhost>
date: Thu Mar 10 00:13:56 2011 +0000
description:
Match a Toshiba-branded version of Novatel's EU870D 3G/HSDPA WWAN Card.
diffstat:
sys/dev/usb/u3g.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r a930f1ec4cb7 -r 04a2e05dc68c sys/dev/usb/u3g.c
--- a/sys/dev/usb/u3g.c Thu Mar 10 00:12:51 2011 +0000
+++ b/sys/dev/usb/u3g.c Thu Mar 10 00:13:56 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index