]> xenbits.xen.org Git - xenclient/kernel.git/commit
OEM specific button/hotkey support within guest (patch 1/5).
authorKamala Narasimhan <kamala.narasimhan@citrix.com>
Mon, 9 Feb 2009 03:38:46 +0000 (22:38 -0500)
committerKamala Narasimhan <kamala.narasimhan@citrix.com>
Mon, 9 Feb 2009 03:38:46 +0000 (22:38 -0500)
commit22816de83234480baa43e88683f684efdc4afba0
tree48077df067ec25f02fe537fed571353098efa2b4
parent2e2ff55e5f79f2bfeda80b97d12c60d4e7f333c5
OEM specific button/hotkey support within guest (patch 1/5).

OSS WMI wrapper driver with following modifications to fit our usecase -
  a) Route WMI events to acpid.
  b) Remove exports not required for our usecase, remove notification
     installation/uninstallation code (as we now route events to acpid).
  c) Minor device id issue.
  d) Remove GUID parsing code as our usecase does not require supporting
     36 char guid input.
MAINTAINERS
drivers/acpi/Kconfig
drivers/acpi/Makefile
drivers/acpi/wmi.c [new file with mode: 0644]
include/linux/acpi.h