From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 29 15:10:17 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F79816A4D0 for ; Mon, 29 Nov 2004 15:10:17 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3871C43D5C for ; Mon, 29 Nov 2004 15:10:16 +0000 (GMT) (envelope-from marcov@stack.nl) Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132]) by mailhost.stack.nl (Postfix) with ESMTP id EC9201F08F; Mon, 29 Nov 2004 16:10:14 +0100 (CET) Received: by turtle.stack.nl (Postfix, from userid 816) id DF86A1CDDD; Mon, 29 Nov 2004 16:10:14 +0100 (CET) In-Reply-To: <20041123153706.GA44745@nowhere> To: Craig Boston Date: Mon, 29 Nov 2004 16:10:14 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL118 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20041129151014.DF86A1CDDD@turtle.stack.nl> From: marcov@stack.nl (Marco van de Voort) cc: freebsd-hackers@freebsd.org cc: epilogue Subject: Re: USB developer please look at cdce driver -- (Was: Driver for Yopy PDA) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:10:17 -0000 > On Tue, Nov 23, 2004 at 11:09:59AM +0100, Marco van de Voort wrote: > > I'm also in need for a cdce device. > > > > I had the below URL running with 5.2 (and some currents from mid-summer), > > but it fails to compile with 5.3 > > > > http://www.gank.org/freebsd/cdce.tar.gz > > When did you pull down that tarball? I updated the driver at that > location a few days ago to make it compile on 5.3 (though I haven't > tested it with a real device yet). > > Thanks to Dave Smith for pointing out to me last week that it wasn't > working. I tested it in RC1 times. Thanks for fixing!