Bug 123680 - New port: comms/hso-kmod - Driver for Option HSDPA modem
Summary: New port: comms/hso-kmod - Driver for Option HSDPA modem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-14 20:00 UTC by Ganael LAPLANCHE
Modified: 2008-05-18 16:50 UTC (History)
0 users

See Also:


Attachments
file.shar (6.59 KB, text/plain)
2008-05-14 20:00 UTC, Ganael LAPLANCHE
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE 2008-05-14 20:00:12 UTC
Here is a port of Fredrik Lindberg's FreeBSD driver for Option HSDPA modem.

- It currently supports FreeBSD 7.x and 8.x and the following devices :
    * Option GlobeSurfer iCON 7.2 (2.4.6Hd firmware)
    * Option iCON 225

- A devd configuration file may optionally be installed with the kernel module
  (hso(4)). It provides automatic switching from CD-mode to modem-mode when the
  key is plugged in.

- The port also includes the hsoctl utility that may optionally be built.
  It can be used along with the kernel module to connect to your provider
  (see hsoctl(1)).

- Since the driver is quite new, DEBUG symbols are generated by default.
  This can be avoided using the 'make config' screen.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-05-18 16:44:58 UTC
miwi        2008-05-18 15:44:54 UTC

  FreeBSD ports repository

  Modified files:
    comms                Makefile 
  Added files:
    comms/hso-kmod       Makefile distinfo pkg-descr pkg-plist 
    comms/hso-kmod/files HSO-DEBUG-patch-Makefile 
                         HSOCTL-DEBUG-patch-Makefile 
                         option-icon.conf.sample patch-if_hso.c 
                         pkg-message.in 
  Log:
  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>
  
  Revision  Changes    Path
  1.191     +1 -0      ports/comms/Makefile
  1.1       +82 -0     ports/comms/hso-kmod/Makefile (new)
  1.1       +6 -0      ports/comms/hso-kmod/distinfo (new)
  1.1       +11 -0     ports/comms/hso-kmod/files/HSO-DEBUG-patch-Makefile (new)
  1.1       +9 -0      ports/comms/hso-kmod/files/HSOCTL-DEBUG-patch-Makefile (new)
  1.1       +7 -0      ports/comms/hso-kmod/files/option-icon.conf.sample (new)
  1.1       +20 -0     ports/comms/hso-kmod/files/patch-if_hso.c (new)
  1.1       +20 -0     ports/comms/hso-kmod/files/pkg-message.in (new)
  1.1       +13 -0     ports/comms/hso-kmod/pkg-descr (new)
  1.1       +9 -0      ports/comms/hso-kmod/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-05-18 16:47:42 UTC
State Changed
From-To: open->closed

New port added. Thanks!