summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-10-16 21:27:28 +0000
committerle <le@FreeBSD.org>2004-10-16 21:27:28 +0000
commit5c9ce88de137415b53016c14b8873842e04ba9ce (patch)
treef25e8369956b94d832c7a38ec7791ed512128ab7 /sys/dev
parent145e7daa7c54f9e90bbb37a86f321410241cb4d1 (diff)
downloadFreeBSD-src-5c9ce88de137415b53016c14b8873842e04ba9ce.zip
FreeBSD-src-5c9ce88de137415b53016c14b8873842e04ba9ce.tar.gz
Add support for the Vodafone Mobile Connect 3G datacard.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ubsa.c2
-rw-r--r--sys/dev/usb/usbdevs4
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c
index 6fe6dc8..0efc577 100644
--- a/sys/dev/usb/ubsa.c
+++ b/sys/dev/usb/ubsa.c
@@ -224,6 +224,8 @@ Static const struct ubsa_product {
{ USB_VENDOR_GOHUBS, USB_PRODUCT_GOHUBS_GOCOM232 },
/* Peracom */
{ USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 },
+ /* Vodafone */
+ { USB_VENDOR_VODAFONE, USB_PRODUCT_VODAFONE_MC3G },
{ 0, 0 }
};
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index e9633fc..d51e7e0 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -412,6 +412,7 @@ vendor BROADCOM 0x0a5c Broadcom
vendor GREENHOUSE 0x0a6b GREENHOUSE
vendor GEOCAST 0x0a79 Geocast Network Systems
vendor NEODIO 0x0aec Neodio
+vendor VODAFONE 0x0af0 Vodafone
vendor TODOS 0x0b0c Todos Data System
vendor SIIG2 0x0b39 SIIG
vendor HAL 0x0b41 HAL Corporation
@@ -1417,6 +1418,9 @@ product VISIONEER 6200 0x0311 OneTouch 6200
product VISIONEER 8100 0x0321 OneTouch 8100
product VISIONEER 8600 0x0331 OneTouch 8600
+/* Vodafone products */
+product VODAFONE MC3G 0x5000 Mobile Connect 3G datacard
+
/* Wacom products */
product WACOM CT0405U 0x0000 CT-0405-U Tablet
product WACOM GRAPHIRE 0x0010 Graphire
OpenPOWER on IntegriCloud