From owner-freebsd-usb@FreeBSD.ORG Sun Jan 13 12:00:40 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B56C8A50 for ; Sun, 13 Jan 2013 12:00:40 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 52F6F1A4 for ; Sun, 13 Jan 2013 12:00:39 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 365993190; Sun, 13 Jan 2013 13:00:31 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Subject: Re: Tablets with webcamd (was: wacom and x11 and webcamd) Date: Sun, 13 Jan 2013 13:01:58 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: Vitaly Magerya 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: Sun, 13 Jan 2013 12:00:40 -0000 On Sunday 13 January 2013 02:38:40 Vitaly Magerya wrote: > Hans Petter Selasky wrote: > > I've created a Wiki Page for Wacom Tablets: > > > > https://wiki.freebsd.org/WacomTablet > > I have a more general question: does webcamd contain Linux code > for non-Wacom tablets (there's quite a few in drivers/hid), i.e. > will it create /dev/input/* devices for them too? If so, is my > understanding correct that we'll need xf86-input-evdev to make > use of that? If not so, is there a plan to add those drivers too, > and is it at all possible? > > > Feel free to suggest more information which might be added there. > > Do add a note that UQ_UMS_IGNORE is only available on 9-STABLE > and 10-CURRENT. Hi, The following tables are supported in the latest version of webcamd: CONFIG_TABLET_USB_ACECAD=y CONFIG_TABLET_USB_AIPTEK=y CONFIG_TABLET_USB_GTCO=y CONFIG_TABLET_USB_HANWANG=y CONFIG_TABLET_USB_KBTAB=y CONFIG_TABLET_USB_WACOM=y --HPS