[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTin7FA4H5PX1yu6N6IVw8hm0-ROwdnZbRVZDTwZp@mail.gmail.com>
Date: Thu, 24 Jun 2010 20:14:41 +0300
From: Islam Amer <pharon@...il.com>
To: Matthew Garrett <mjg59@...f.ucam.org>
Cc: linux-kernel@...r.kernel.org, platform-driver-x86@...r.kernel.org,
akpm@...ux-foundation.org
Subject: [ patch ] dell-wmi : Dell studio eject key
Fixes pressing the eject key on Dell Studio 1555 does not work and
produces message :
dell-wmi: Unknown key 0 pressed
Signed-off-by: Islam Amer <pharon@...il.com>
---
--- linux-sidux-2.6-2.6.34/drivers/platform/x86/dell-wmi.c.orig 2010-06-03
00:02:17.418824168 +0300
+++ linux-sidux-2.6-2.6.34/drivers/platform/x86/dell-wmi.c 2010-06-03
00:01:40.641833249 +0300
@@ -221,7 +221,7 @@ static void dell_wmi_notify(u32 value, v
return;
}
- if (dell_new_hk_type)
+ if (dell_new_hk_type || buffer_entry[1] == 0x0)
reported_key = (int)buffer_entry[2];
else
reported_key = (int)buffer_entry[1] & 0xffff;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists