From owner-freebsd-multimedia@FreeBSD.ORG Fri Nov 16 16:12:24 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C94BD556 for ; Fri, 16 Nov 2012 16:12:24 +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 4D5CC8FC12 for ; Fri, 16 Nov 2012 16:12:23 +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 mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 348346858; Fri, 16 Nov 2012 17:12:22 +0100 From: Hans Petter Selasky To: Jan Beich Subject: Re: linux joystick Date: Fri, 16 Nov 2012 17:14:02 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <1TZ2UN-0007lV-2Q@internal.tormail.org> <201211152119.29494.hselasky@c2i.net> <1TZFkh-00091p-22@internal.tormail.org> In-Reply-To: <1TZFkh-00091p-22@internal.tormail.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201211161714.02587.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 16:12:24 -0000 On Friday 16 November 2012 07:44:20 Jan Beich wrote: > Hans Petter Selasky writes: > > On Thursday 15 November 2012 17:37:37 Jan Beich wrote: > >> Many linux games and wine provide support only for linux joystick. > >> emulators/joytran helps but some games do not even support more than one > >> keyboard player e.g., Shank. > >> > >> As devel/linux-js is nowadays broken I've tried to comile webcamd with > >> CONFIG_INPUT_JOYDEV but it still fails to attach to my usb gamepad. > >> OTOH, webcamd has no trouble attaching to my wacom tablet. Any clue > >> what may be missing? Hi, I've committed some of your configure patches to the webcamd's SVN. If you checkout the SVN today, it should be possible to build staging/for_v3.8 of the media tree. See: http://www.selasky.org/hans_petter/video4bsd I've just added a couple of patches for that. Some work remains before the hid-core.c will compile, but not too much. --HPS