Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Make u3g driver recognise Huawei E1820.



details:   https://anonhg.NetBSD.org/src/rev/7628c58a5c12
branches:  trunk
changeset: 767508:7628c58a5c12
user:      apb <apb%NetBSD.org@localhost>
date:      Wed Jul 20 14:41:39 2011 +0000

description:
Make u3g driver recognise Huawei E1820.
(u3ginit already recognised it.)

diffstat:

 sys/dev/usb/u3g.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 01215c31a740 -r 7628c58a5c12 sys/dev/usb/u3g.c
--- a/sys/dev/usb/u3g.c Wed Jul 20 14:40:22 2011 +0000
+++ b/sys/dev/usb/u3g.c Wed Jul 20 14:41:39 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: u3g.c,v 1.17 2011/03/10 00:13:56 scw Exp $     */
+/*     $NetBSD: u3g.c,v 1.18 2011/07/20 14:41:39 apb Exp $     */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.17 2011/03/10 00:13:56 scw Exp $");
+__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.18 2011/07/20 14:41:39 apb 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_E1820 },
        { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220 },
        { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_K3765 },
        { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },



Home | Main Index | Thread Index | Old Index