From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Senozhatsky Subject: Re: [PATCH] acer-wmi: ignore missing Aspire 5741G keys Date: Thu, 29 Mar 2012 12:57:44 +0300 Message-ID: <20120329095744.GB3576@swordfish.minsk.epam.com> References: <20120306123355.GA3904@swordfish.minsk.epam.com> <1331266669.10557.107.camel@linux-s257.site> <20120312101956.GA8522@swordfish.minsk.epam.com> <1331607878.10557.145.camel@linux-s257.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-bk0-f46.google.com ([209.85.214.46]:59719 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752734Ab2C2J5u (ORCPT ); Thu, 29 Mar 2012 05:57:50 -0400 Content-Disposition: inline In-Reply-To: <1331607878.10557.145.camel@linux-s257.site> Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: joeyli Cc: Matthew Garrett , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org On (03/13/12 11:04), joeyli wrote: > > Appreciate for your acpidump and dmidecode log, I keep it for regression > check. > > Sorry to buther, somehow I missed 0x85 KEY_TOUCHPAD_TOGGLE while preparing original patch. Probably it got lost in atkbd error lines [ 5593.029779] atkbd serio0: Unknown key pressed (translated set 2, code 0x93 on isa0060/serio0). [ 5593.029788] atkbd serio0: Use 'setkeycodes e013 ' to make it known. [ 5593.043166] atkbd serio0: Unknown key released (translated set 2, code 0x93 on isa0060/serio0). [ 5593.043174] atkbd serio0: Use 'setkeycodes e013 ' to make it known. Sent it to you titled `acer-wmi: add Aspire 5741G touchpad toggle key'. -ss