From 717d7ba70897c76148fcf402790a614b720561cd Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Tue, 8 May 2007 18:51:40 +0000 Subject: o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices. PR: usb/95803 Submitted by: Jindrich Fucik Tested by: R.Mahmatkhanov MFC after: 2 weeks --- sys/dev/usb/ubsa.c | 2 ++ sys/dev/usb/usbdevs | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'sys/dev/usb') 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 -- cgit v1.3