From owner-freebsd-usb@FreeBSD.ORG Fri Sep 19 16:38:50 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D15CB6FE for ; Fri, 19 Sep 2014 16:38:50 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D391C07 for ; Fri, 19 Sep 2014 16:38:49 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 52C4C1FE027; Fri, 19 Sep 2014 18:38:47 +0200 (CEST) Message-ID: <541C5C0C.9080104@selasky.org> Date: Fri, 19 Sep 2014 18:38:36 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: CeDeROM , "freebsd-usb@FreeBSD.org" Subject: Re: [Bug 193775] [kernel/usb/u3g] GOBI2000/HP_UN2420 WWAN/GPS identification numbers References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 16:38:50 -0000 On 09/19/14 18:32, CeDeROM wrote: > On Fri, Sep 19, 2014 at 6:07 PM, wrote: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193775 > > I would also like to add "gobi_loader" application [1] that loads the > firmware to UN2420_QDL in order UN2420 to show up and work. Firmware > files are copyrighted and should be put in example to /boot/firmware. > There is no information on license nor author in the gobi_loader > sources [1]. > > I am wondering how to add this utility to the FreeBSD . It is > essential for device to work. Is it possible to add it to the core? > Should I prepare a man page? > > Any hints appreciated :-) > > Tomek > > [1] http://textuploader.com/orcw > Hi, Is this something which you can put into a port in ports? --HPS