From owner-cvs-ports@FreeBSD.ORG Sun May 18 15:44:55 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EBCC106564A; Sun, 18 May 2008 15:44:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F21208FC0C; Sun, 18 May 2008 15:44:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4IFistr033481; Sun, 18 May 2008 15:44:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IFisAv033480; Sun, 18 May 2008 15:44:54 GMT (envelope-from miwi) Message-Id: <200805181544.m4IFisAv033480@repoman.freebsd.org> From: Martin Wilke Date: Sun, 18 May 2008 15:44:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms Makefile ports/comms/hso-kmod Makefile distinfo pkg-descr pkg-plist ports/comms/hso-kmod/files HSO-DEBUG-patch-Makefile HSOCTL-DEBUG-patch-Makefile option-icon.conf.sample patch-if_hso.c pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2008 15:44:55 -0000 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 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)