From owner-freebsd-drivers@FreeBSD.ORG Sun Aug 23 04:20:04 2009 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A89A106568F for ; Sun, 23 Aug 2009 04:20:04 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (pool-96-225-217-247.ptldor.fios.verizon.net [96.225.217.247]) by mx1.freebsd.org (Postfix) with ESMTP id 9BAED8FC0C for ; Sun, 23 Aug 2009 04:20:03 +0000 (UTC) Received: by sopwith.solgatos.com (Postfix, from userid 66) id 99B42B64F; Sat, 22 Aug 2009 20:27:02 -0700 (PDT) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id CAA12582; Sun, 23 Aug 2009 02:16:37 GMT Message-Id: <200908230216.CAA12582@sopwith.solgatos.com> To: freebsd-drivers@freebsd.org In-reply-to: Your message of "Sat, 22 Aug 2009 17:13:41 PDT." <5cd4c4cd0908221713y5d396946h5e4000ee11a48e0c@mail.gmail.com> Date: Sat, 22 Aug 2009 19:16:37 PDT From: Dieter Subject: Re: Dell USB keyboard X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2009 04:20:04 -0000 > My question is, how do I go about writing a userland application to > access the extra buttons? Would I have to use ioctl(2) to poll > /dev/ukbd0? I would like to write the userland application in order to > map them to: > XF86Back ... > XF86AudioRaiseVolume > > Any suggestions? Can xmodmap(1) do what you need? Appears to be in ports.