Message ID | 1235440403.32297.117.camel@rzhang-dt (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Index: linux-2.6/drivers/platform/x86/Kconfig =================================================================== --- linux-2.6.orig/drivers/platform/x86/Kconfig +++ linux-2.6/drivers/platform/x86/Kconfig @@ -301,6 +301,7 @@ config INTEL_MENLOW config EEEPC_LAPTOP tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" depends on ACPI + depends on INPUT depends on EXPERIMENTAL select BACKLIGHT_CLASS_DEVICE select HWMON
Fix a build error of the eeepc-laptop driver. http://bugzilla.kernel.org/show_bug.cgi?id=12501 http://lkml.org/lkml/2009/1/14/315 CC: Ingo Molnar <mingo@elte.hu> CC: Matthew Garrett <mjg59@srcf.ucam.org> CC: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Zhang Rui <rui.zhang@intel.com> --- drivers/platform/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html