diff options
author | Mattia Dongili <malattia@linux.it> | 2007-02-08 14:16:41 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-13 03:07:27 -0500 |
commit | ab5bd20696485a3f8c2f27058ace1cc1d6b580b3 (patch) | |
tree | bedffd4d510c3c9c6b7e662b6a9fa1796a51a0ac /drivers/misc/Kconfig | |
parent | a02d1c1d2aa8ad4b2ed8da25e234c8962973f1b8 (diff) |
sony-laptop: Update docs
Update documentation to be consistent with current implementation
(backlight subsys and platform_device).
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 009aff82d06b..d7e8969fc319 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -93,14 +93,14 @@ config SONY_LAPTOP | |||
93 | depends on X86 && ACPI | 93 | depends on X86 && ACPI |
94 | select BACKLIGHT_CLASS_DEVICE | 94 | select BACKLIGHT_CLASS_DEVICE |
95 | ---help--- | 95 | ---help--- |
96 | This mini-driver drives the ACPI SNC device present in the | 96 | This mini-driver drives the SNC device present in the ACPI BIOS of |
97 | ACPI BIOS of the Sony Vaio laptops. | 97 | the Sony Vaio laptops. |
98 | 98 | ||
99 | It gives access to some extra laptop functionalities. In | 99 | It gives access to some extra laptop functionalities. In its current |
100 | its current form, the only thing this driver does is letting | 100 | form, this driver let the user set or query the screen brightness |
101 | the user set or query the screen brightness and remove/apply | 101 | through the backlight subsystem and remove/apply power to some |
102 | power to some devices. | 102 | devices. |
103 | 103 | ||
104 | Read <file:Documentation/acpi/sony_acpi.txt> for more information. | 104 | Read <file:Documentation/sony-laptop.txt> for more information. |
105 | 105 | ||
106 | endmenu | 106 | endmenu |