mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Add support for another 3G card and update man page accordingly.
The patch from the PR was a little outdated w/regards to the Vodafone vendor string. PR: kern/106033 Submitted by: Volker Werth <volker_AT_vwsoft.com> MFC in: 3 days
This commit is contained in:
parent
3181f5556f
commit
92fb2d84f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166505
@ -35,7 +35,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd November 22, 2006
|
.Dd February 4, 2007
|
||||||
.Dt UBSA 4
|
.Dt UBSA 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -83,8 +83,20 @@ GoHubs GoCOM232
|
|||||||
.It
|
.It
|
||||||
Peracom single port serial adapter
|
Peracom single port serial adapter
|
||||||
.It
|
.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
|
.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
|
.Sh SEE ALSO
|
||||||
.Xr tty 4 ,
|
.Xr tty 4 ,
|
||||||
.Xr ucom 4 ,
|
.Xr ucom 4 ,
|
||||||
|
@ -224,6 +224,8 @@ static const struct ubsa_product {
|
|||||||
{ USB_VENDOR_GOHUBS, USB_PRODUCT_GOHUBS_GOCOM232 },
|
{ USB_VENDOR_GOHUBS, USB_PRODUCT_GOHUBS_GOCOM232 },
|
||||||
/* Peracom */
|
/* Peracom */
|
||||||
{ USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 },
|
{ USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 },
|
||||||
|
/* Novatel Wireless Merlin cards */
|
||||||
|
{ USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_U740 },
|
||||||
/* Option Vodafone MC3G */
|
/* Option Vodafone MC3G */
|
||||||
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_VODAFONEMC3G },
|
{ USB_VENDOR_OPTION, USB_PRODUCT_OPTION_VODAFONEMC3G },
|
||||||
/* Option GlobeTrotter 3G */
|
/* Option GlobeTrotter 3G */
|
||||||
|
@ -517,6 +517,7 @@ vendor AINCOMM 0x12fd Aincomm
|
|||||||
vendor MOBILITY 0x1342 Mobility
|
vendor MOBILITY 0x1342 Mobility
|
||||||
vendor LINKSYS4 0x13b1 Linksys
|
vendor LINKSYS4 0x13b1 Linksys
|
||||||
vendor SHARK 0x13d2 Shark
|
vendor SHARK 0x13d2 Shark
|
||||||
|
vendor NOVATEL 0x1410 Novatel Wireless
|
||||||
vendor RADIOSHACK 0x1453 Radio Shack
|
vendor RADIOSHACK 0x1453 Radio Shack
|
||||||
vendor SILICOM 0x1485 Silicom
|
vendor SILICOM 0x1485 Silicom
|
||||||
vendor RALINK 0x148f Ralink Technology
|
vendor RALINK 0x148f Ralink Technology
|
||||||
@ -1403,6 +1404,9 @@ product NIKON LS40 0x4000 CoolScan LS40 ED
|
|||||||
/* NovaTech Products */
|
/* NovaTech Products */
|
||||||
product NOVATECH NV902 0x9020 NovaTech NV-902W
|
product NOVATECH NV902 0x9020 NovaTech NV-902W
|
||||||
|
|
||||||
|
/* Novatel Wireless products */
|
||||||
|
product NOVATEL U740 0x1400 Merlin U740
|
||||||
|
|
||||||
/* Olympus products */
|
/* Olympus products */
|
||||||
product OLYMPUS C1 0x0102 C-1 Digital Camera
|
product OLYMPUS C1 0x0102 C-1 Digital Camera
|
||||||
product OLYMPUS C700 0x0105 C-700 Ultra Zoom
|
product OLYMPUS C700 0x0105 C-700 Ultra Zoom
|
||||||
|
Loading…
Reference in New Issue
Block a user