From owner-freebsd-current@FreeBSD.ORG Thu Feb 5 01:39:59 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44070106564A for ; Thu, 5 Feb 2009 01:39:59 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 06BAB8FC18 for ; Thu, 5 Feb 2009 01:39:58 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 150AAFFB0; Thu, 5 Feb 2009 14:39:58 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XEXDtlSEiGMl; Thu, 5 Feb 2009 14:39:54 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Thu, 5 Feb 2009 14:39:54 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 0114011428; Thu, 5 Feb 2009 14:39:51 +1300 (NZDT) Date: Wed, 4 Feb 2009 17:39:51 -0800 From: Andrew Thompson To: Michael Butler Message-ID: <20090205013951.GA80528@citylink.fud.org.nz> References: <498A426F.6030502@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <498A426F.6030502@protected-networks.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: current@freebsd.org Subject: Re: Silicon Labs bridge on USB2? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Feb 2009 01:39:59 -0000 On Wed, Feb 04, 2009 at 08:35:43PM -0500, Michael Butler wrote: > I have a GPS receiver which uses a USB->serial bridge. At present, I can > use it with the uslcom driver but I don't see a USB-2 equivalent - is > this supported? > > dmesg offers: > > ucom0: rev 1.10/1.00, addr 3> on uhub2 Hans has ported it over today, it may need other usb serial changes not in current quite yet but the code is here. http://perforce.freebsd.org/chv.cgi?CH=157154 Andrew