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 ID for Qualcomminc AC8700 as found in "ZTE, ...
details: https://anonhg.NetBSD.org/src/rev/c9c7df5f2a04
branches: trunk
changeset: 749904:c9c7df5f2a04
user: cherry <cherry%NetBSD.org@localhost>
date: Sat Dec 12 14:18:27 2009 +0000
description:
Add ID for Qualcomminc AC8700 as found in "ZTE, Incorporated ZTE CDMA Tech, rev 1.10/0.00, Works with BSNL (http://www.bsnl.co.in) EVDO service
diffstat:
sys/dev/usb/ugensa.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r bec70cf40670 -r c9c7df5f2a04 sys/dev/usb/ugensa.c
--- a/sys/dev/usb/ugensa.c Sat Dec 12 14:15:25 2009 +0000
+++ b/sys/dev/usb/ugensa.c Sat Dec 12 14:18:27 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ugensa.c,v 1.24 2009/11/12 19:51:44 dyoung Exp $ */
+/* $NetBSD: ugensa.c,v 1.25 2009/12/12 14:18:27 cherry 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.24 2009/11/12 19:51:44 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ugensa.c,v 1.25 2009/12/12 14:18:27 cherry Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -96,6 +96,7 @@
{{ USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_FLEXPACKGPS }, 0 },
{{ 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 },
/*
* The following devices are untested, but they are purported to
Home |
Main Index |
Thread Index |
Old Index