- Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ
This commit is contained in:
parent
0f6d386ab0
commit
5e8a691ad8
@ -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 */
|
||||
|
@ -607,6 +607,7 @@ vendor GLOBALSUN 0x16ab Global Sun Technology
|
||||
vendor ANYDATA 0x16d5 AnyDATA Corporation
|
||||
vendor JABLOTRON 0x16d6 Jablotron
|
||||
vendor CMOTECH 0x16d8 CMOTECH Co., Ltd.
|
||||
vendor AXESSTEL 0x1726 Axesstel Co., Ltd.
|
||||
vendor LINKSYS4 0x1737 Linksys
|
||||
vendor SENAO 0x1740 Senao
|
||||
vendor METAGEEK 0x1781 MetaGeek
|
||||
@ -900,6 +901,9 @@ product ATMEL AT76C505A 0x7614 AT76c505a Wireless Adapter
|
||||
/* Avision products */
|
||||
product AVISION 1200U 0x0268 1200U scanner
|
||||
|
||||
/* Axesstel products */
|
||||
product AXESSTEL DATAMODEM 0x1000 Data Modem
|
||||
|
||||
/* Baltech products */
|
||||
product BALTECH CARDREADER 0x9999 Card reader
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user