On Wed, 25 Apr 2007 22:06:56 +0800 Luming Yu wrote: > The update patch: > > Add output switch sysfs class support for ACPI video driver. > > signed-off-by: Luming Yu <Luming.yu@xxxxxxxxx> > --- > acpi/Kconfig | 2 +- > acpi/video.c | 40 ++++++++++++++++++++++++++++++++++++++++ > video/Kconfig | 7 +++++++ > video/Makefile | 3 +++ > 4 files changed, 51 insertions(+), 1 deletion(-) > > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig > index 8372ace..8f2c02b 100644 > --- a/drivers/video/Kconfig > +++ b/drivers/video/Kconfig > @@ -6,6 +6,13 @@ menu "Graphics support" > > source "drivers/video/backlight/Kconfig" > > +config VIDEO_OUTPUT_CONTROL > + tristate "Lowlevel video output switch controls" > + default m > + help > + This framework adds support for low-level control of the video > + output switch. Please indent the 2 lines of help text (only) with <tab><space><space>. >From Documentation/CodingStyle: Help text is indented with 2 spaces. (meaning 2 spaces more than the word "help" :) > + > config FB > tristate "Support for frame buffer devices" > ---help--- --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html