diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-18 15:44:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-18 15:44:54 +0000 |
commit | 57d6225b2bb8c7b181426fd9f887b195c0824730 (patch) | |
tree | 0dbd188d670cde0e353401bb6716e1e205104574 /comms/Makefile | |
parent | ef850abeba460cfad13b62ebe470b24342165c07 (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
Older cards should work just fine with ubsa(4) or any similar
USB-over-serial driver.
Note that this driver should be considered beta.
WWW: http://www.shapeshifter.se/code/hso/
PR: ports/123680
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
Notes
Notes:
svn path=/head/; revision=213278
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 2972e211b5e6..c6f9a68b91ce 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -45,6 +45,7 @@ SUBDIR += hcfmdm SUBDIR += hcidump SUBDIR += hf + SUBDIR += hso-kmod SUBDIR += hylafax SUBDIR += ib-kmod SUBDIR += java-commapi |