MFC:
Add support for various 3G datacards.
This commit is contained in:
parent
6d43a729b0
commit
192003d9cc
@ -35,7 +35,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 22, 2006
|
||||
.Dd February 4, 2007
|
||||
.Dt UBSA 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -83,8 +83,20 @@ GoHubs GoCOM232
|
||||
.It
|
||||
Peracom single port serial adapter
|
||||
.It
|
||||
Vodafone Mobile Connect 3G datacard
|
||||
Novatel Wireless Merlin U740 (only basic modem port supported)
|
||||
.It
|
||||
Option Globetrotter 3G (aka Vodafone Mobile Connect Card 3G)
|
||||
.It
|
||||
Option Globetrotter 3G Quad
|
||||
.It
|
||||
Option Globetrotter 3G Fusion (no WLAN support, only basic 3G modem port)
|
||||
.It
|
||||
Option Globetrotter 3G Fusion Quad (no WLAN support)
|
||||
.El
|
||||
.Pp
|
||||
The supported 3G cards provide the necessary modem port for ppp,
|
||||
pppd, or mpd connections; other functions of these cards (diagnostic port,
|
||||
SIM toolkit port, WLAN) are not supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr tty 4 ,
|
||||
.Xr ucom 4 ,
|
||||
|
@ -224,8 +224,12 @@ 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 },
|
||||
/* Option Vodafone MC3G */
|
||||
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_VODAFONEMC3G },
|
||||
/* Option GlobeTrotter 3G */
|
||||
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3G },
|
||||
/* Option GlobeTrotter 3G QUAD */
|
||||
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
@ -453,7 +453,7 @@ vendor BROADCOM 0x0a5c Broadcom
|
||||
vendor GREENHOUSE 0x0a6b GREENHOUSE
|
||||
vendor GEOCAST 0x0a79 Geocast
|
||||
vendor NEODIO 0x0aec Neodio
|
||||
vendor VODAFONE 0x0af0 Vodafone
|
||||
vendor OPTION 0x0af0 Option
|
||||
vendor ASUS 0x0b05 ASUS
|
||||
vendor TODOS 0x0b0c Todos Data System
|
||||
vendor SIIG2 0x0b39 SIIG
|
||||
@ -510,6 +510,7 @@ vendor AINCOMM 0x12fd Aincomm
|
||||
vendor MOBILITY 0x1342 Mobility
|
||||
vendor LINKSYS4 0x13b1 Linksys
|
||||
vendor SHARK 0x13d2 Shark
|
||||
vendor NOVATEL 0x1410 Novatel Wireless
|
||||
vendor RADIOSHACK 0x1453 Radio Shack
|
||||
vendor SILICOM 0x1485 Silicom
|
||||
vendor RALINK 0x148f Ralink Technology
|
||||
@ -1340,6 +1341,9 @@ product NIKON LS40 0x4000 CoolScan LS40 ED
|
||||
/* NovaTech Products */
|
||||
product NOVATECH NV902 0x9020 NovaTech NV-902W
|
||||
|
||||
/* Novatel Wireless products */
|
||||
product NOVATEL U740 0x1400 Merlin U740
|
||||
|
||||
/* Olympus products */
|
||||
product OLYMPUS C1 0x0102 C-1 Digital Camera
|
||||
product OLYMPUS C700 0x0105 C-700 Ultra Zoom
|
||||
@ -1674,8 +1678,10 @@ 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
|
||||
/* Option products */
|
||||
product OPTION VODAFONEMC3G 0x5000 Vodafone Mobile Connect 3G datacard
|
||||
product OPTION GT3G 0x6000 GlobeTrotter 3G datacard
|
||||
product OPTION GT3GQUAD 0x6300 GlobeTrotter 3G QUAD datacard
|
||||
|
||||
/* VTech products */
|
||||
product VTECH RT2570 0x3012 RT2570
|
||||
|
Loading…
x
Reference in New Issue
Block a user