summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/dell-wmi.c
diff options
context:
space:
mode:
authorIslam Amer <pharon@gmail.com>2010-06-24 19:39:47 +0200
committerMatthew Garrett <mjg@redhat.com>2010-08-03 15:48:50 +0200
commitd5164dbf1f651d1e955b158fb70a9c844cc91cd1 (patch)
tree06e76bd14cbe09e8d33972ded4fc5ad80aac4428 /drivers/platform/x86/dell-wmi.c
parentrar: Move the RAR driver into the right place as its now clean (diff)
downloadlinux-d5164dbf1f651d1e955b158fb70a9c844cc91cd1.tar.xz
linux-d5164dbf1f651d1e955b158fb70a9c844cc91cd1.zip
dell-wmi: Add support for eject key on Dell Studio 1555
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@gmail.com>
Diffstat (limited to 'drivers/platform/x86/dell-wmi.c')
-rw-r--r--drivers/platform/x86/dell-wmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/dell-wmi.c b/drivers/platform/x86/dell-wmi.c
index 66f53c3c35e8..12a8e6fa1d56 100644
--- a/drivers/platform/x86/dell-wmi.c
+++ b/drivers/platform/x86/dell-wmi.c
@@ -221,7 +221,7 @@ static void dell_wmi_notify(u32 value, void *context)
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;