From owner-freebsd-usb@FreeBSD.ORG Sun Jan 13 16:15:10 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 BE9B6584 for ; Sun, 13 Jan 2013 16:15:10 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 56B98C20 for ; Sun, 13 Jan 2013 16:15:09 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 370631735; Sun, 13 Jan 2013 17:15:07 +0100 From: Hans Petter Selasky To: Vitaly Magerya Subject: Re: Tablets with webcamd (was: wacom and x11 and webcamd) Date: Sun, 13 Jan 2013 17:16:34 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201301131535.45318.hselasky@c2i.net> In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, 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: Sun, 13 Jan 2013 16:15:10 -0000 On Sunday 13 January 2013 16:56:59 Vitaly Magerya wrote: > Hans Petter Selasky wrote: > >> Any plans for CONFIG_HID_KYE, CONFIG_HID_UCLOGIC and CONFIG_HID_WALTOP? > > > > It is just to edit the "config" in the root directory of webcamd, add > > those > > > > options and see if it compiles. > > It compiles, but webcamd wouldn't attach to the hardware those > drivers are supposed to support. It seems that webcamd doesn't > contain the needed sources at the moment. In particular > drivers/hid/hid-{kye,uclogic,waltop}.c are definitely needed, > as well as a bunch of other files (I don't really know which > though). > > Should I try just copying over those files? Is editing 'config' > file enough for the rest of the system to pick them up? > (I don't think it's that easy, but no harm in asking, right?) You need to copy those files and include the hid directory at the bottom of the main Makefile too. --HPS