summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-03-28 14:20:06 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-03-28 14:20:06 +0000
commit4e702aed1674a83f2a6ba02390428442d0b2ea7a (patch)
treee90b667707277f28d0794e9ba1400a2566221ad5
parentb6fa73a7811a30bc8badfc1663cb0cee6b5c40b5 (diff)
downloadFreeBSD-src-4e702aed1674a83f2a6ba02390428442d0b2ea7a.zip
FreeBSD-src-4e702aed1674a83f2a6ba02390428442d0b2ea7a.tar.gz
Add Qualcomm ZTE CMDMA MSM modem to the list of supported modems.
MFC after: 1 week
-rw-r--r--sys/dev/usb/ubsa.c2
-rw-r--r--sys/dev/usb/usbdevs2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c
index 44713ae..8e9a026 100644
--- a/sys/dev/usb/ubsa.c
+++ b/sys/dev/usb/ubsa.c
@@ -236,6 +236,8 @@ static const struct ubsa_product {
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GPLUS },
/* Huawei Mobile */
{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
+ /* Qualcomm, Inc. ZTE CDMA */
+ { USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_CDMA_MSM },
{ 0, 0 }
};
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 47b720d3..63f6986 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -615,6 +615,7 @@ vendor METAGEEK 0x1781 MetaGeek
vendor AMIT 0x18c5 AMIT
vendor QCOM 0x18e8 Qcom
vendor LINKSYS3 0x1915 Linksys
+vendor QUALCOMMINC 0x19d2 Qualcomm, Incorporated
vendor DLINK 0x2001 D-Link
vendor PLANEX2 0x2019 Planex Communications
vendor ERICSSON 0x2282 Ericsson
@@ -1940,6 +1941,7 @@ product QCOM RT2573_2 0x6229 RT2573
product QUALCOMM CDMA_MSM 0x6000 CDMA Technologies MSM phone
product QUALCOMM2 RWT_FCT 0x3100 RWT FCT-CDMA 2000 1xRTT modem
product QUALCOMM2 CDMA_MSM 0x3196 CDMA Technologies MSM modem
+product QUALCOMMINC CDMA_MSM 0x0001 CDMA Technologies MSM modem
/* Qtronix products */
product QTRONIX 980N 0x2011 Scorpion-980N keyboard
OpenPOWER on IntegriCloud