Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add the Huawei 1750 id so it change to the 3G mo...
details: https://anonhg.NetBSD.org/src/rev/2992dd528137
branches: trunk
changeset: 768681:2992dd528137
user: veego <veego%NetBSD.org@localhost>
date: Wed Aug 24 19:42:52 2011 +0000
description:
Add the Huawei 1750 id so it change to the 3G modem mode
diffstat:
sys/dev/usb/u3g.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 2a98790aec8b -r 2992dd528137 sys/dev/usb/u3g.c
--- a/sys/dev/usb/u3g.c Wed Aug 24 19:40:23 2011 +0000
+++ b/sys/dev/usb/u3g.c Wed Aug 24 19:42:52 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: u3g.c,v 1.18 2011/07/20 14:41:39 apb Exp $ */
+/* $NetBSD: u3g.c,v 1.19 2011/08/24 19:42:52 veego Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.18 2011/07/20 14:41:39 apb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.19 2011/08/24 19:42:52 veego Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -182,6 +182,7 @@
static const struct usb_devno u3g_devs[] = {
{ USB_VENDOR_DELL, USB_PRODUCT_DELL_W5500 },
/* OEM: Huawei */
+ { 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_K3765 },
Home |
Main Index |
Thread Index |
Old Index