]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
dell-wmi: mask off upper bytes of event response
authorMario Limonciello <mario_limonciello@dell.com>
Wed, 10 Jun 2009 19:40:46 +0000 (19:40 +0000)
committerLen Brown <len.brown@intel.com>
Thu, 18 Jun 2009 03:44:07 +0000 (23:44 -0400)
commit75d71c40dde5a9474c09ee291df22d50a1215bef
treee4ed056b2f6add618a3eeb8410ab9b8cf8143a7d
parent07a2039b8eb0af4ff464efd3dfd95de5c02648c6
dell-wmi: mask off upper bytes of event response

In debugging with some future machines that actually contain BIOS level
support for dell-wmi, I've determined that the upper half of the data that
comes back from wmi_get_event_data may sometimes contain extra information
that isn't currently relevant when pulling scan codes out of the data.
This causes dell-wmi to improperly respond to these events.

Signed-off-by: Mario Limonciello <mario_limonciello@dell.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/platform/x86/dell-wmi.c