From owner-freebsd-usb@FreeBSD.ORG Wed Nov 18 22:09:02 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 073F9106566C for ; Wed, 18 Nov 2009 22:09:02 +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 B828F8FC0C for ; Wed, 18 Nov 2009 22:09:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 5959C7CBFC; Thu, 19 Nov 2009 11:09:00 +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 JsQKgmAolXiM; Thu, 19 Nov 2009 11:08:55 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Thu, 19 Nov 2009 11:08:55 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 3D7AC11475; Thu, 19 Nov 2009 11:08:55 +1300 (NZDT) Date: Thu, 19 Nov 2009 11:08:55 +1300 From: Andrew Thompson To: Hans Petter Selasky , Torfinn Ingolfsen Message-ID: <20091118220855.GA91753@citylink.fud.org.nz> References: <20091118223223.8223a2c6.torfinn.ingolfsen@broadpark.no> <20091118224404.da498629.torfinn.ingolfsen@broadpark.no> <200911182247.21035.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200911182247.21035.hselasky@c2i.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-usb@freebsd.org Subject: Re: FreeBSD - support for DisplayLink devices? 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: Wed, 18 Nov 2009 22:09:02 -0000 On Wed, Nov 18, 2009 at 10:47:19PM +0100, Hans Petter Selasky wrote: > On Wednesday 18 November 2009 22:44:04 Torfinn Ingolfsen wrote: > > On Wed, 18 Nov 2009 22:32:23 +0100 > > > > Torfinn Ingolfsen wrote: > > > Today I got a UM-70[5] monitor made by Lilliput, this is > > > what /var/log/messages says when I connectd it to my 7.2-stable > > > machine: > > > > Oh, I forgot to tell the age of this -stable: > > tingo@kg-v2$ uname -a > > FreeBSD kg-v2.kg4.no 7.2-STABLE FreeBSD 7.2-STABLE #1: Fri Oct 30 > > 19:46:58 CET 2009 root@kg-v2.kg4.no:/usr/obj/usr/src/sys/V2 amd64 > > Is there are userland driver using libusb for your device? libdlo mentioned in the original email is a userland driver using libusb. It should just work. Note for FreeBSD 7 and below you will need to install the devel/libusb port. Andrew