diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2007-05-08 18:51:40 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2007-05-08 18:51:40 +0000 |
| commit | 717d7ba70897c76148fcf402790a614b720561cd (patch) | |
| tree | a826f35f227ab6c1b4d810cf12ccb7e9949807c3 /sys | |
| parent | e0501fd040d10d06abae97230db923a4cc33d304 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 585336706cf0..78123290456e 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -214,6 +214,8 @@ static const struct ubsa_product { uint16_t vendor; uint16_t product; } ubsa_products [] = { + /* AnyData ADU-E100A/H */ + { USB_VENDOR_ANYDATA, USB_PRODUCT_ANYDATA_ADU_E100X }, /* BELKIN F5U103 */ { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U103 }, /* BELKIN F5U120 */ diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 35b2771852e5..0fc02c8bd447 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -543,6 +543,7 @@ vendor ACTIONTEC 0x1668 Actiontec vendor ATHEROS 0x168c Atheros Communications vendor GIGASET 0x1690 Gigaset vendor GLOBALSUN 0x16ab Global Sun Technology +vendor ANYDATA 0x16d5 AnyData Corporation vendor CMOTECH 0x16d8 CMOTECH CO., LTD. vendor AMIT 0x18c5 AMIT vendor QCOM 0x18e8 Qcom @@ -694,6 +695,9 @@ product AMIT CGWLUSB2GO 0x0002 CG-WLUSB2GO product ANCHOR EZUSB 0x2131 EZUSB product ANCHOR EZLINK 0x2720 EZLINK +/* AnyData products */ +product ANYDATA ADU_E100X 0x6501 CDMA 2000 1xRTT/EV-DO USB Modem + /* AOX, Inc. products */ product AOX USB101 0x0008 Ethernet |
