diff options
author | Matthew Garrett <mjg59@srcf.ucam.org> | 2009-01-09 20:17:11 +0000 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-03 22:54:50 -0400 |
commit | 0b3f6109f0c9ff926b5ffc80dc1cebb24f192b35 (patch) | |
tree | 01a5a5076735492e55d590525d1fd774b23165a6 /drivers/platform/x86/Makefile | |
parent | 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84 (diff) | |
download | kernel_samsung_espresso10-0b3f6109f0c9ff926b5ffc80dc1cebb24f192b35.zip kernel_samsung_espresso10-0b3f6109f0c9ff926b5ffc80dc1cebb24f192b35.tar.gz kernel_samsung_espresso10-0b3f6109f0c9ff926b5ffc80dc1cebb24f192b35.tar.bz2 |
dell-wmi: new driver for hotkey control
Add a WMI driver for Dell laptops. Currently it does nothing but send a
generic input event when a button with a picture of a battery on it is
pressed, but maybe other uses will appear over time.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r-- | drivers/platform/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile index e290651..e40c7bd 100644 --- a/drivers/platform/x86/Makefile +++ b/drivers/platform/x86/Makefile @@ -7,6 +7,7 @@ obj-$(CONFIG_EEEPC_LAPTOP) += eeepc-laptop.o obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o obj-$(CONFIG_COMPAL_LAPTOP) += compal-laptop.o obj-$(CONFIG_DELL_LAPTOP) += dell-laptop.o +obj-$(CONFIG_DELL_WMI) += dell-wmi.o obj-$(CONFIG_ACER_WMI) += acer-wmi.o obj-$(CONFIG_HP_WMI) += hp-wmi.o obj-$(CONFIG_TC1100_WMI) += tc1100-wmi.o |