From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Date: Tue, 26 Mar 2013 00:46:46 +0000 Subject: Re: Dell Latitude E6530 keymap Message-Id: <12404242.vZyCnnzvRk@dtor-d630.eng.vmware.com> List-Id: References: <20580.1364167284@owl> In-Reply-To: <20580.1364167284@owl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Sunday, March 24, 2013 04:21:24 PM Stephen Gildea wrote: > I have a Dell Latitude E6530 laptop > (system vendor "Dell Inc.", product name "Latitude E6530"). > A few of the keys are mapped incorrectly: > > Fn+F5, Touchpad Toggle > ---------------------- > > Fn+F5 is labeled on my keyboard with a "touchpad" icon, and in > udev 198, the line in /lib/udev/keymaps/dell for it is this: > > 0x9E f21 #touchpad toggle > > Since we know it is "touchpad toggle" (and I confirm it is), and there > is a key name for that, how about changing this line to read thusly: > > 0x9E touchpad_toggle # Fn+F5 > > In the same "dell" file, 0xD9 is mapped the same ("f21 # touchpad toggle"); > perhaps it also should be changed to send a real touchpad_toggle? Unfortunately X can't deal with keycodes above 255 :( -- Dmitry