From owner-freebsd-acpi@FreeBSD.ORG Tue Mar 12 22:08:00 2013 Return-Path: Delivered-To: freebsd-acpi@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7CE563D5 for ; Tue, 12 Mar 2013 22:08:00 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.bf1.yahoo.com (mrout2-b.corp.bf1.yahoo.com [98.139.253.105]) by mx1.freebsd.org (Postfix) with ESMTP id 3896CAF7 for ; Tue, 12 Mar 2013 22:07:59 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout2-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id r2CLvHt6081546 for ; Tue, 12 Mar 2013 14:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1363125439; bh=VXXzyDeeD2Mp9D/s0hZczObQylGl+3bXUNTydCJLSqE=; h=Subject:From:Reply-To:To:Content-Type:Date:Message-ID: Mime-Version:Content-Transfer-Encoding; b=A3mMsRT07j+9Mw6DBqUSsanFMFSs9R88xZcWDVNwZLaJ/1nNVQ1BLvmXsNLmQA1Ey qEJvBtfgMsrTi8NyRLJiJ/clKa+poKP4rNyYF15kbFFWmcT2ND9tBgcTxiAdXrwBNc scIJXULaxNBCjF/6J7l64yKuOI2/HInjD+WHEn08= Subject: thinkpad keys T520 From: Sean Bruno To: freebsd-acpi@FreeBSD.org Content-Type: text/plain; charset="us-ascii" Date: Wed, 13 Mar 2013 06:57:17 +0900 Message-ID: <1363125437.79135.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 125438000 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@FreeBSD.org List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 22:08:00 -0000 the Fn key seems to send the system the same key command as the power button *should* send. This leads to many problems on this machine. How can I start tracing code the key strokes for keys that are not the normal keyboard keys? e.g. the Fn key or vol up/down and the power button? If I load acpi_ibm(4), it doesn't seem to ever get used so I am confused as to where to start. Sean