From owner-freebsd-usb@FreeBSD.ORG Tue Apr 16 07:07:06 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A277720A for ; Tue, 16 Apr 2013 07:07:06 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 6717111A for ; Tue, 16 Apr 2013 07:07:06 +0000 (UTC) Received: from mail.bitfrost.no (mail.bitfrost.no [46.29.221.36]) by mta.bitpro.no (Postfix) with ESMTP id 5FFED7A131; Tue, 16 Apr 2013 09:07:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at bitfrost.no Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanspetter) by mail.bitfrost.no (Postfix) with ESMTPSA id 726A720CCD; Tue, 16 Apr 2013 09:07:02 +0200 (CEST) Message-ID: <516CF8EF.1010004@bitfrost.no> Date: Tue, 16 Apr 2013 09:08:31 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S MIME-Version: 1.0 To: Tom Evans Subject: Re: Porting old FreeBSD USB driver to new stack References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 07:07:06 -0000 On 04/15/13 18:29, Tom Evans wrote: > On Mon, Apr 15, 2013 at 5:28 PM, Tom Evans wrote: >> Hi all >> >> I have a rare USB device - an imon integrated VFD/IR receiver - which >> fortunately has a FreeBSD driver. >> >> Less fortunately, the driver is for 6.2, and so is 'old usb': > > My mistake, the driver is for 7.0 and "should work" on 6.2. > > Cheers > > Tom Hi, Is this device supported by webcamd in ports? Maybe cuse4bsd and libusb is the correct way to do this? --HPS