aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorJonathan Woithe <jwoithe@physics.adelaide.edu.au>2008-06-10 20:44:56 -0400
committerAndi Kleen <andi@basil.nowhere.org>2008-07-16 17:27:01 -0400
commit20b937343e55c16e37b1a4ad2176760b4a11002c (patch)
treefe79bea945e9fd2207c8c1d787019f68eb19efb2 /drivers/misc/Kconfig
parent706546d02384b64e083bd9130c56eaa599c66038 (diff)
Fujitsu-laptop update
Add additional capabilities to the Fujitsu-laptop driver. * Brightness hotkey actions are sent to userspace. This can be disabled using a module parameter if it causes issues with models which handle these keys transparently in the BIOS. * Actions of additional hotkeys found on some Fujitsu models (eg: the suspend key and the dedicated "power on passphrase" keys) are broadcast to userspace. * An alternative brightness control method used by some Fujitsu models (for example, the S6410) is now supported, enabling software brightness controls on models using this method. * DMI-based module aliases are configured for the S6410 and S7020. * The current LCD brightness after booting should now be reflected in the standard backlight interface sysfs file (previously it was always set to 0). The platform brightness sysfs interface has always been fine. Thanks go to Peter Gruber who provided a significant portion of this code and tested various iterations of the patch on his S6410. Signed-off-by: Peter Gruber <nokos@gmx.net> Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> Signed-off-by: Len Brown <len.brown@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 7fce0da86548..0551d95a749a 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -185,11 +185,22 @@ config FUJITSU_LAPTOP
185 185
186 * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 186 * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
187 * Possibly other Fujitsu laptop models 187 * Possibly other Fujitsu laptop models
188 * Tested with S6410 and S7020
188 189
189 It adds support for LCD brightness control. 190 It adds support for LCD brightness control and some hotkeys.
190 191
191 If you have a Fujitsu laptop, say Y or M here. 192 If you have a Fujitsu laptop, say Y or M here.
192 193
194config FUJITSU_LAPTOP_DEBUG
195 bool "Verbose debug mode for Fujitsu Laptop Extras"
196 depends on FUJITSU_LAPTOP
197 default n
198 ---help---
199 Enables extra debug output from the fujitsu extras driver, at the
200 expense of a slight increase in driver size.
201
202 If you are not sure, say N here.
203
193config TC1100_WMI 204config TC1100_WMI
194 tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)" 205 tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
195 depends on X86 && !X86_64 206 depends on X86 && !X86_64