From owner-freebsd-usb@FreeBSD.ORG Mon Mar 22 16:38:17 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBD501065670; Mon, 22 Mar 2010 16:38:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3C78FC08; Mon, 22 Mar 2010 16:38:16 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=DyMvu_kyN-YA:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=tK4cpXu5gehoNYQijT8A:9 a=3WQZAh549X5CPbX5os3RADl0ULQA:4 a=wPNLvfGTeEIA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 993949622; Mon, 22 Mar 2010 17:38:15 +0100 From: Hans Petter Selasky To: Martin Laabs Date: Mon, 22 Mar 2010 17:36:27 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <4BA52239.8000300@martinlaabs.de> <201003211415.03564.hselasky@c2i.net> <4BA734D5.4040904@martinlaabs.de> In-Reply-To: <4BA734D5.4040904@martinlaabs.de> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201003221736.27828.hselasky@c2i.net> Cc: kwm@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Find Vendor/Product ID from uhid device X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 16:38:17 -0000 On Monday 22 March 2010 10:13:57 Martin Laabs wrote: > Hi Hans, > > > That is not true. Search Google for cuse4bsd :-) > > > >> If that is not desirable, we > > Looks promising. When will cuse4bsd be in the ports/8.0 release base > system? If it is not already there, it should reach the ports tree soon. > > > Just an idea: > > > > Maybe we can import the linux-js driver into the webcamd framework? Could > > you have a look at it. Then the code changes will be minimal! > > Well - the name is a bit missleading. linux-js is a native bsd driver which > creates a device that behaves like a linux joystick device. > But maybe the original linux joystick driver could be ported with the > webcamd framework. At least this would support much more devices and maybe > also force feedback. > Is there some documentation about webcamd or can you give me a short > overview what the basic steps are to port a linux driver with the > framework? man cuse4bsd No other man-pages yet. What you do is to add the path and filename to the ulinux/Makefile. Then run "make" and resolve any leftover issues. --HPS