diff options
author | Frederick van der Wyck <fvanderwyck@gmail.com> | 2011-07-07 23:05:25 +0200 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-08-05 20:46:17 +0200 |
commit | 78542e18335e35136c2dcb6c904f3f554241ae97 (patch) | |
tree | 4eba8ac4ed4985e023cb8473782ce380b6ed9bab /drivers/platform/x86/Makefile | |
parent | platform-drivers-x86: intel_scu_ipc: convert to DEFINE_PCI_DEVICE_TABLE (diff) | |
download | linux-78542e18335e35136c2dcb6c904f3f554241ae97.tar.xz linux-78542e18335e35136c2dcb6c904f3f554241ae97.zip |
Platform: Samsung Q10 backlight driver
This adds backlight control on the Samsung Q10 laptop, which does not support
the SABI interface. Also tested successfully on the Dell Latitude X200.
Signed-off-by: Frederick van der Wyck <fvanderwyck@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.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 afc1f832aa67..293a320d9faa 100644 --- a/drivers/platform/x86/Makefile +++ b/drivers/platform/x86/Makefile @@ -44,3 +44,4 @@ obj-$(CONFIG_SAMSUNG_LAPTOP) += samsung-laptop.o obj-$(CONFIG_MXM_WMI) += mxm-wmi.o obj-$(CONFIG_INTEL_MID_POWER_BUTTON) += intel_mid_powerbtn.o obj-$(CONFIG_INTEL_OAKTRAIL) += intel_oaktrail.o +obj-$(CONFIG_SAMSUNG_Q10) += samsung-q10.o |