From owner-freebsd-current@FreeBSD.ORG Thu Sep 11 13:48:57 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1F5DB2F for ; Thu, 11 Sep 2014 13:48:57 +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 6019BDD5 for ; Thu, 11 Sep 2014 13:48:57 +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 429921FE027; Thu, 11 Sep 2014 15:48:49 +0200 (CEST) Message-ID: <5411A837.1010208@selasky.org> Date: Thu, 11 Sep 2014 15:48:39 +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: Nick Hibma , freebsd-current@FreeBSD.ORG Subject: Re: CDC-WDM driver (4G modems) References: <2D4CF978-B2C2-4253-93C7-595DABAC00DD@van-laarhoven.org> In-Reply-To: <2D4CF978-B2C2-4253-93C7-595DABAC00DD@van-laarhoven.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 13:48:57 -0000 On 09/11/14 15:23, Nick Hibma wrote: > Folks, Hans-Petter, > > Is anyone aware of an effort to create support for QMI based 4G modems? The following parts need to be implemented I think: > > - CDC-WDM support > - Wrapper driver to access QMI devices as WDM? > - libqmi port to FreeBSD > > This would support any modem from Telit, Sierra Wireless, Option, etc. that works with the Qualcomm chipsets. If you look in the cdc-wdm qmi driver in Linux, it is a long list. > > I could not find any mention of FreeBSD and QMI on the same page, so I assume no one is working on it. > Hi, I'm not aware of any projects in that area. --HPS