diff options
| author | Lukas Ertl <le@FreeBSD.org> | 2004-10-16 21:27:28 +0000 |
|---|---|---|
| committer | Lukas Ertl <le@FreeBSD.org> | 2004-10-16 21:27:28 +0000 |
| commit | fb8867293729b720569ed7e09fbbe79701b3ca87 (patch) | |
| tree | f25e8369956b94d832c7a38ec7791ed512128ab7 /sys/dev | |
| parent | 21874342d6d783c30baf0c4dd223937e91a3697d (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/ubsa.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 6fe6dc878a341..0efc57773712c 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 e9633fca8283b..d51e7e07b6d98 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 |
