[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45235042.4090201@l4x.org>
Date: Wed, 04 Oct 2006 08:10:10 +0200
From: Jan Dittmer <jdi@....org>
To: Lennart Poettering <mzxreary@...inter.de>
CC: len.brown@...el.com, linux-kernel@...r.kernel.org,
linux-acpi@...r.kernel.org, dtor@...ightbb.com, akpm@...l.org
Subject: Re: [PATCH] misc,acpi,backlight: MSI S270 Laptop support, fifth try
Lennart Poettering wrote:
> This is the fifth version of this driver. Changes to the previous
> version are mostly cosmetics: on request of Andrew Morton I replaced
> indentation with spaces by tabs (by passing it through "unexpand").
> --- a/drivers/acpi/ec.c
> +++ b/drivers/acpi/ec.c
> @@ -384,6 +384,8 @@ extern int ec_transaction(u8 command,
> wdata_len, rdata, rdata_len);
> }
>
> +EXPORT_SYMBOL(ec_transaction);
> +
> static int acpi_ec_query(struct acpi_ec *ec, u8 *data)
> {
> int result;
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index 7fc692a..d25b0db 100644
> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -28,5 +28,24 @@ config IBM_ASM
>
> If unsure, say N.
>
> +config MSI_LAPTOP
> + tristate "MSI Laptop Extras"
> + depends on X86
> + depends on ACPI_EC
> + depends on BACKLIGHT_CLASS_DEVICE
> + ---help---
> + This is a driver for laptops built by MSI (MICRO-STAR
> + INTERNATIONAL):
> +
> + MSI MegaBook S270 (MS-1013)
> + Cytron/TCM/Medion/Tchibo MD96100/SAM2000
> +
> + It adds support for Bluetooth, WLAN and LCD brightness control.
> +
> + More information about this driver is available at
> + <http://0pointer.de/lennart/tchibo.html>.
> +
> + If you have an MSI S270 laptop, say Y or M here.
> +
> endmenu
This part is still spaces only. The help text should be indented
by tab + 2 spaces.
Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists