From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 15 14:04:35 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 4406816A47C for ; Thu, 15 Jun 2006 14:04:35 +0000 (UTC) (envelope-from szyderca@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id A25EA43D46 for ; Thu, 15 Jun 2006 14:04:34 +0000 (GMT) (envelope-from szyderca@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so403682nzf for ; Thu, 15 Jun 2006 07:04:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=H6tLwTRLTDTndsyKlkKIUKNgKU+rb/o7GXwuQCRWzyunj+QFKyoftlSPffMUMUP9c/zir+Pmk4KKYUMiJWxz0WTZvlmGOEbujtVqYOls50lcaEjBp7MVGnSLggqGKeADqymLW8rxhBU3rpKTrUAxgVT647kdby3xzxzOewG5Ut0= Received: by 10.37.22.35 with SMTP id z35mr2641788nzi; Thu, 15 Jun 2006 07:04:34 -0700 (PDT) Received: by 10.36.96.13 with HTTP; Thu, 15 Jun 2006 07:04:34 -0700 (PDT) Message-ID: Date: Thu, 15 Jun 2006 16:04:34 +0200 From: "Marcin Cylke" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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:04:35 -0000 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? Bye Marcin Cylke