From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 15 14:09:33 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E08B16A474 for ; Thu, 15 Jun 2006 14:09:33 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from mail48.e.nsc.no (mail48.e.nsc.no [193.213.115.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85EA643D46 for ; Thu, 15 Jun 2006 14:09:32 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from Unknown-00-c0-9f-49-78-d8.lan (ti131310a080-15519.bb.online.no [85.165.252.159]) by mail48.nsc.no (8.13.6/8.13.5) with ESMTP id k5FE9Tnk002285; Thu, 15 Jun 2006 16:09:30 +0200 (CEST) From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Thu, 15 Jun 2006 16:09:34 +0200 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606151609.35267.hselasky@c2i.net> Cc: Marcin Cylke Subject: Re: interfacing uhid devs from kernel module X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 14:09:33 -0000 On Thursday 15 June 2006 16:04, Marcin Cylke wrote: > Hello > Is it possible to use functions from libusbhid in kernel module? It > would really ease some things for me, but I realize it is a userland > library. Still, is there some way to do this? > What functions do you need? Have you looked at uhid.c under /sys/dev/usb ? --HPS