From owner-freebsd-usb@FreeBSD.ORG Sat Feb 7 19:42:29 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96BAF1065679 for ; Sat, 7 Feb 2009 19:42:29 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.swipnet.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id 2C8D98FC19 for ; Sat, 7 Feb 2009 19:42:28 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=ar-1rcyr13IA:10 a=IuMy2udGao7JwHTUT9UA:9 a=MK9Omb-VYbpxf_r1nV9anEi1GHwA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.198] (account mc467741@c2i.net HELO [10.0.0.186]) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 449867920; Sat, 07 Feb 2009 20:42:27 +0100 From: Hans Petter Selasky To: "M. Warner Losh" Date: Sat, 7 Feb 2009 20:44:52 +0100 User-Agent: KMail/1.9.7 References: <200902071303.53394.hselasky@c2i.net> <200902071808.48709.hselasky@c2i.net> <20090207.113850.454687644.imp@bsdimp.com> In-Reply-To: <20090207.113850.454687644.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902072044.53830.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: eToken and USB2 (ugen issue?) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 19:42:30 -0000 On Saturday 07 February 2009, M. Warner Losh wrote: Hi, > : > : Applications that use /dev/ugen, needs to be recompiled at least and > : modified to open /dev/ugenX.Y.A.B instead of /dev/ugenY.B . > > Any reason not to provide the old name as an alias to the new? Technically it will complicate the ugen kernel code. > > : I recommend people using the libusb or libusb20 API. Using a library > : makes porting much easier! > > That's true. And very cool that it helps enable more technology... --HPS