From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seth Forshee Subject: Re: [PATCH v3 2/3] eeepc-wmi: Add support for T101MT Home/Express Gate key Date: Tue, 29 Mar 2011 08:42:05 -0500 Message-ID: <20110329134205.GA16557@thinkpad-t410> References: <1301337224-3293-1-git-send-email-seth.forshee@canonical.com> <1301337224-3293-3-git-send-email-seth.forshee@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from adelie.canonical.com ([91.189.90.139]:51849 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752185Ab1C2NmP (ORCPT ); Tue, 29 Mar 2011 09:42:15 -0400 Content-Disposition: inline In-Reply-To: Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: Corentin Chary Cc: Dmitry Torokhov , Chris Bagwell , Matthew Garrett , acpi4asus-user@lists.sourceforge.net, platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, Mar 29, 2011 at 12:29:11PM +0000, Corentin Chary wrote: > > + =C2=A0 =C2=A0 =C2=A0 { KE_KEY, HOME_PRESS, { KEY_CONFIG } }, >=20 > What X11 key is mapped to KEY_CONFIG ? XF86Tools. I'm still not 100% confident in that choice though. It's one of the two suggested by Dmitry. The other (KEY_DASHBOARD) only seems to be used fo= r the key on Mac keyboards that displays the OS X dashboard, which is som= e kind of widget overlay on top of the desktop. The other option I considered was KEY_CYCLEWINDOWS, which maps to XF86RotateWindows. No one seemed to know for sure what its intended purpose is, but in some cases at least it appears to be used to rotate the desktop. Seth