diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-07 15:20:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-07 15:20:54 +0000 |
commit | 166127522b24addd9046897c2294fb281242b1fd (patch) | |
tree | 0afb0d9a8c90601249c4346921a7e8b20950cb9c /comms/Makefile | |
parent | - simplify dependency (diff) |
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>
Notes
Notes:
svn path=/head/; revision=249385
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 |