From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 18:25:27 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E050106564A; Tue, 11 Oct 2011 18:25:27 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 194F68FC15; Tue, 11 Oct 2011 18:25:26 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 286C21E00213; Tue, 11 Oct 2011 20:25:26 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p9BILJCQ007120; Tue, 11 Oct 2011 20:21:19 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p9BILIhY007119; Tue, 11 Oct 2011 20:21:18 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 11 Oct 2011 20:21:18 +0200 To: Jason Hellenthal Message-ID: <20111011182118.GA6923@triton8.kn-bremen.de> References: <20111011162341.GA3048@triton8.kn-bremen.de> <20111011164716.GA4166@triton8.kn-bremen.de> <20111011175414.GA91188@DataIX.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111011175414.GA91188@DataIX.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org, Juergen Lock , freebsd-usb@freebsd.org Subject: Re: Testing Wacom usb tablet with webcamd svn (and mypaint) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 18:25:27 -0000 On Tue, Oct 11, 2011 at 01:54:14PM -0400, Jason Hellenthal wrote: > > > On Tue, Oct 11, 2011 at 06:47:16PM +0200, Juergen Lock wrote: > > On Tue, Oct 11, 2011 at 06:23:41PM +0200, Juergen Lock wrote: > > > Hi! > > > > > > My dad likes to paint a bit so I got him a Wacom tablet as a present > > > (Bamboo Pen & Touch), and I thought I could help getting it working > > > on FreeBSD while I was at it... [...] > > > > I guess I should have said getting it working on 8.x and later, I > > suppose the input-wacom port currently in ports still can be made > > to work with the old usb stack in 7.x. > > > > I might be missing something but does this tablet have a webcam built > into it ? this is me not understanding the use of webcamd. No. webcamd has become kind of a misnomer, it's in fact just a `wrapper' for several kinds of Linux usb kernel drivers to run them in FreeBSD userland. (We have now at least webcams, dvb tuners, IR transceivers, and usb tablets. :) HTH, Juergen