X86 platform drivers
 help / color / mirror / Atom feed
From: joeyli <jlee@suse.com>
To: "Nathanael D. Noblet" <nathanael@gnat.ca>
Cc: jlee@novell.com, platform-driver-x86@vger.kernel.org
Subject: Re: Acer-WMI disables touchpad and other issues
Date: Thu, 16 Aug 2012 11:33:57 +0800	[thread overview]
Message-ID: <1345088037.6459.144.camel@linux-s257.site> (raw)
In-Reply-To: <502BD214.6090700@gnat.ca>

Hi Nathanael

於 三,2012-08-15 於 10:45 -0600,Nathanael D. Noblet 提到:
> Hello,
> 
>    I recently purchased an Acer Aspire One (model A0275-0691). It has an 
> elantech touchpad. As detailed in this bug: 
> https://bugzilla.redhat.com/show_bug.cgi?id=848270 the acer-wmi driver 
> has two issues on this device.
> 
> #1) It is sending TOUCHPAD_TOGGLE and simultaneously changing state
> #2) It disables the touchpad at init
> 
> It should apparently be doing neither of those. If I boot with acer-wmi 
> blacklisted the touchpad works perfectly, all other Fn+key combos work 
> other than brightness control.
> 
> 

Please help to test this testing patch. And, please attach dmidecode on
bugzilla or here. 
If this testing patch can avoid problem on your machine, then I will
write code to parser the dmidecode information for grab the acpi code of
touchpad.


Thanks a lot!
Joey Lee


From 969d1c0bb4fc4b69ef9d037687b4591fbd9df24f Mon Sep 17 00:00:00 2001
From: Lee, Chun-Yi <jlee@suse.com>
Date: Thu, 16 Aug 2012 11:28:20 +0800
Subject: [PATCH] acer-wmi: test patch for remove 0x82 acpi event with KEY_TOUCHPAD_TOGGLE


Signed-off-by: Lee, Chun-Yi <jlee@suse.com>
---
 drivers/platform/x86/acer-wmi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index 3782e1c..db7376b 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -125,7 +125,7 @@ static const struct key_entry acer_wmi_keymap[] = {
 	{KE_IGNORE, 0x63, {KEY_BRIGHTNESSDOWN} },
 	{KE_KEY, 0x64, {KEY_SWITCHVIDEOMODE} },	/* Display Switch */
 	{KE_IGNORE, 0x81, {KEY_SLEEP} },
-	{KE_KEY, 0x82, {KEY_TOUCHPAD_TOGGLE} },	/* Touch Pad On/Off */
+//	{KE_KEY, 0x82, {KEY_TOUCHPAD_TOGGLE} },	/* Touch Pad On/Off */
 	{KE_IGNORE, 0x83, {KEY_TOUCHPAD_TOGGLE} },
 	{KE_END, 0}
 };
-- 
1.6.0.2

  reply	other threads:[~2012-08-16  3:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-15 16:45 Acer-WMI disables touchpad and other issues Nathanael D. Noblet
2012-08-16  3:33 ` joeyli [this message]
2012-09-13  4:35 ` Nathanael D. Noblet
2012-09-13 10:05   ` joeyli
2012-09-13 15:27     ` Nathanael D. Noblet
2012-09-13 19:25       ` joeyli
2012-09-13 15:47     ` Nathanael D. Noblet
2012-09-13 16:03       ` Matthew Garrett
2012-09-13 18:49         ` joeyli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1345088037.6459.144.camel@linux-s257.site \
    --to=jlee@suse.com \
    --cc=jlee@novell.com \
    --cc=nathanael@gnat.ca \
    --cc=platform-driver-x86@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox