From owner-freebsd-multimedia@FreeBSD.ORG Fri Nov 16 13:59:10 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 27038A0E for ; Fri, 16 Nov 2012 13:59:10 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9E0F78FC08 for ; Fri, 16 Nov 2012 13:59:09 +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 mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 346569627; Fri, 16 Nov 2012 14:59:01 +0100 From: Hans Petter Selasky To: Jan Beich Subject: Re: linux joystick Date: Fri, 16 Nov 2012 15:00:41 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <1TZ2UN-0007lV-2Q@internal.tormail.org> <201211161040.39454.hselasky@c2i.net> <1TZLm8-000Osa-0r@internal.tormail.org> In-Reply-To: <1TZLm8-000Osa-0r@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: <201211161500.41578.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 13:59:10 -0000 On Friday 16 November 2012 14:14:40 Jan Beich wrote: > Hans Petter Selasky writes: > > On Friday 16 November 2012 10:29:12 Jan Beich wrote: > >> Hans Petter Selasky writes: Hi, > $ dmesg | fgrep Shank > linux: pid 51084 (Shank): ioctl fd=23, cmd=0x4520 ('E',32) is not > implemented (EVIOCGBIT) linux: pid 51084 (Shank): ioctl fd=23, cmd=0x4521 > ('E',33) is not implemented (EVIOCGBIT) linux: pid 51084 (Shank): ioctl > fd=23, cmd=0x6a11 ('j',17) is not implemented (JSIOCGAXES) linux: pid > 51084 (Shank): ioctl fd=23, cmd=0x6a12 ('j',18) is not implemented > (JSIOCGBUTTONS) linux: pid 51084 (Shank): ioctl fd=24, cmd=0x4506 ('E',6) > is not implemented (EVIOCGNAME) linux: pid 51084 (Shank): ioctl fd=24, > cmd=0x6a13 ('j',19) is not implemented (JSIOCGNAME) These IOCTL's should go through the linux.ko or something like that. If Shank is a native Linux APP, the IOCTL numbers are a bit different. Else progress looks good. You should submit the USB ID/VENDOR addition to the relevant Linux guys, so I don't have to keep track of that patch. --HPS