summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubsa.c
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-02-26 18:12:32 +0000
committerpav <pav@FreeBSD.org>2008-02-26 18:12:32 +0000
commit5e8a691ad818580adfc663e17190d2bb7f8b39d7 (patch)
treec1108bd684c0e88aba8219d635b3cbd57dd37539 /sys/dev/usb/ubsa.c
parent0f6d386ab040ef54aae3b31491563ce4d847e79b (diff)
downloadFreeBSD-src-5e8a691ad818580adfc663e17190d2bb7f8b39d7.zip
FreeBSD-src-5e8a691ad818580adfc663e17190d2bb7f8b39d7.tar.gz
- Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ
Diffstat (limited to 'sys/dev/usb/ubsa.c')
-rw-r--r--sys/dev/usb/ubsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c
index e65b922..44713ae 100644
--- a/sys/dev/usb/ubsa.c
+++ b/sys/dev/usb/ubsa.c
@@ -212,6 +212,8 @@ static const struct ubsa_product {
} ubsa_products [] = {
/* AnyData ADU-E100A/H */
{ USB_VENDOR_ANYDATA, USB_PRODUCT_ANYDATA_ADU_E100X },
+ /* Axesstel MV100H */
+ { USB_VENDOR_AXESSTEL, USB_PRODUCT_AXESSTEL_DATAMODEM },
/* BELKIN F5U103 */
{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U103 },
/* BELKIN F5U120 */
OpenPOWER on IntegriCloud