aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Woithe2008-06-10 19:44:56 -0500
committerAndi Kleen2008-07-16 16:27:01 -0500
commit20b937343e55c16e37b1a4ad2176760b4a11002c (patch)
treefe79bea945e9fd2207c8c1d787019f68eb19efb2 /MAINTAINERS
parent706546d02384b64e083bd9130c56eaa599c66038 (diff)
downloadkernel-common-20b937343e55c16e37b1a4ad2176760b4a11002c.tar.gz
kernel-common-20b937343e55c16e37b1a4ad2176760b4a11002c.tar.xz
kernel-common-20b937343e55c16e37b1a4ad2176760b4a11002c.zip
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 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2bfde032630..ec5c8ee3090 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1792,6 +1792,12 @@ P: David Howells
1792M: dhowells@redhat.com 1792M: dhowells@redhat.com
1793S: Maintained 1793S: Maintained
1794 1794
1795FUJITSU LAPTOP EXTRAS
1796P: Jonathan Woithe
1797M: jwoithe@physics.adelaide.edu.au
1798L: linux-acpi@vger.kernel.org
1799S: Maintained
1800
1795FUSE: FILESYSTEM IN USERSPACE 1801FUSE: FILESYSTEM IN USERSPACE
1796P: Miklos Szeredi 1802P: Miklos Szeredi
1797M: miklos@szeredi.hu 1803M: miklos@szeredi.hu