From owner-freebsd-questions@FreeBSD.ORG Fri May 22 18:37:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F7DC1065673 for ; Fri, 22 May 2009 18:37:44 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id 21FCA8FC0C for ; Fri, 22 May 2009 18:37:44 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id AE5C56A16; Fri, 22 May 2009 13:37:43 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SHhzc4TFqEsy; Fri, 22 May 2009 13:37:41 -0500 (CDT) Received: from athena.localnet (athena.daycos.com [IPv6:2001:470:c054:1:221:9bff:fe00:de3f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id 382636A0F; Fri, 22 May 2009 13:37:41 -0500 (CDT) From: Kirk Strauser To: Warren Block Date: Fri, 22 May 2009 13:37:38 -0500 User-Agent: KMail/1.11.3 (Linux/2.6.28-11-generic; KDE/4.2.3; x86_64; ; ) References: <4A16BDE5.4000903@sebster.com> <200905221250.28960.kirk@strauser.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905221337.38780.kirk@strauser.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD as USB joystick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 18:37:44 -0000 On Friday 22 May 2009 01:05:57 pm Warren Block wrote: > Seems like it'd be less work to have the FreeBSD system close the > switches of a real USB joystick. Think so? I had an Arduino writing messages to my kids on a 7-segment display in about an hour. I would think that finding the right USB codes would be reasonably do-able.