From owner-cvs-all@FreeBSD.ORG Wed Feb 7 20:31:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29B8216A400; Wed, 7 Feb 2007 20:31:47 +0000 (UTC) (envelope-from le@freebsd.org) Received: from grace.univie.ac.at (grace.univie.ac.at [131.130.3.115]) by mx1.freebsd.org (Postfix) with ESMTP id D84D513C4AC; Wed, 7 Feb 2007 20:31:46 +0000 (UTC) (envelope-from le@freebsd.org) Received: from joan.univie.ac.at ([131.130.3.110] helo=joan.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.66) (envelope-from ) id 1HEtD4-0007W9-Ao; Wed, 07 Feb 2007 21:16:06 +0100 Received: from le.vpn.univie.ac.at ([131.130.222.177]) by joan.univie.ac.at with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1HEtD2-0000uY-VH; Wed, 07 Feb 2007 21:16:06 +0100 Message-ID: <45CA337B.7000508@freebsd.org> Date: Wed, 07 Feb 2007 21:15:55 +0100 From: Lukas Ertl User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: "Bruce M. Simpson" References: <200702071952.l17JqXkV064376@repoman.freebsd.org> <45CA31A2.2050204@FreeBSD.org> In-Reply-To: <45CA31A2.2050204@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ubsa.c usbdevs src/share/man/man4 ubsa.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 20:31:47 -0000 Bruce M. Simpson wrote: > Lukas Ertl wrote: >> MFC: >> >> Add support for various 3G datacards. >> > > Oooh. I really like the sound of this. > > BMS Unfortunately, the newest Option cards (aka Globetrotter 3G+, or whatever they call it these days - the ones which have HSDPA connectivity) are not supported, as they don't show up as USB devices. There's a Linux driver (www.pharscape.org), but trying to port it made my head ache. cheers, le