diff options
author | pav <pav@FreeBSD.org> | 2010-02-07 23:20:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-02-07 23:20:54 +0800 |
commit | 1219c5451d9545c379d7027bedbf489615093c42 (patch) | |
tree | dc5e7cc01b95cb02c34fd58854d05318a3d0fa87 /comms/Makefile | |
parent | 32eb0d8c2bb72d2278636ffd25b44335df1ddd42 (diff) | |
download | freebsd-ports-gnome-1219c5451d9545c379d7027bedbf489615093c42.tar.gz freebsd-ports-gnome-1219c5451d9545c379d7027bedbf489615093c42.tar.zst freebsd-ports-gnome-1219c5451d9545c379d7027bedbf489615093c42.zip |
FreeBSD driver for newer Option HSDPA USB dongles.
The driver have been tested with the following devices
* Option GlobeSurfer iCON 7.2 (2.4.6Hd firmware)
* Option GlobeSurfer iCON 225
* Option iCON 505
Older cards should work just fine with ubsa(4) or any similar
USB-over-serial driver.
Note that this driver should be considered beta and will
work with FreeBSD 8.0 (with USB2) or superior only.
Please use comms/hso-kmod for previous versions of FreeBSD.
WWW: http://www.shapeshifter.se/code/hso/
PR: ports/142159
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 02a7d559c703..0809a21492bd 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -143,6 +143,7 @@ SUBDIR += tlf SUBDIR += trustedqsl SUBDIR += twpsk + SUBDIR += uhso-kmod SUBDIR += uird SUBDIR += unixcw SUBDIR += uticom |