Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb ugensa support for Sierra Wireless USB 305, from...



details:   https://anonhg.NetBSD.org/src/rev/b3dc1ad2c435
branches:  trunk
changeset: 755668:b3dc1ad2c435
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jun 14 19:05:24 2010 +0000

description:
ugensa support for Sierra Wireless USB 305, from Andy Wallis
in PR#43468 .

diffstat:

 sys/dev/usb/u3g.c    |  5 +++--
 sys/dev/usb/ugensa.c |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 5e5f1ee676b7 -r b3dc1ad2c435 sys/dev/usb/u3g.c
--- a/sys/dev/usb/u3g.c Mon Jun 14 19:02:06 2010 +0000
+++ b/sys/dev/usb/u3g.c Mon Jun 14 19:05:24 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: u3g.c,v 1.11 2010/02/19 15:10:02 pooka Exp $   */
+/*     $NetBSD: u3g.c,v 1.12 2010/06/14 19:05:24 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.11 2010/02/19 15:10:02 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.12 2010/06/14 19:05:24 riz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -238,6 +238,7 @@
        { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8775_2 },
        { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8780 },
        { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8781 },
+       { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_USB305 },
 };
 
 static int
diff -r 5e5f1ee676b7 -r b3dc1ad2c435 sys/dev/usb/ugensa.c
--- a/sys/dev/usb/ugensa.c      Mon Jun 14 19:02:06 2010 +0000
+++ b/sys/dev/usb/ugensa.c      Mon Jun 14 19:05:24 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ugensa.c,v 1.25 2009/12/12 14:18:27 cherry Exp $       */
+/*     $NetBSD: ugensa.c,v 1.26 2010/06/14 19:05:24 riz Exp $  */
 
 /*
  * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ugensa.c,v 1.25 2009/12/12 14:18:27 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ugensa.c,v 1.26 2010/06/14 19:05:24 riz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -97,6 +97,7 @@
        {{ USB_VENDOR_QUALCOMM_K, USB_PRODUCT_QUALCOMM_K_CDMA_MSM_K }, 0 },
        {{ USB_VENDOR_DELL, USB_PRODUCT_DELL_HSDPA }, 0 },
        {{ USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_AC8700 }, 0 },
+       {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_USB305 }, 0 },
 
        /*
         * The following devices are untested, but they are purported to



Home | Main Index | Thread Index | Old Index