On Tue, 19 Dec 2006 22:20:35 +0100 Corentin CHARY wrote:
>
> Signed-off-by: Corentin Chary <[EMAIL PROTECTED]>
> ---
Please tell us _why_ you are making a change, not just what
the change is.
> asus_acpi.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
>
> --- a/drivers/acpi/asus_acpi.c 2006-12-15 16:19:24.000000000 +0100
> +++ b/drivers/acpi/asus_acpi.c 2006-12-15 16:19:08.000000000 +0100
> @@ -177,8 +177,8 @@
> V6J, //V6J
> V6V, //V6V
> W1N, //W1000N
> - W5A, //W5A
> W3V, //W3030V
> + W5A, //W5A
> xxN, //M2400N, M3700N, M5200N, M6800N, S1300N,
> S5200N
> //(Centrino)
> DEF, //Default values
> @@ -636,25 +636,25 @@
> .display_get = "\\ADVG"},
>
> {
> - .name = "W5A",
> - .bt_switch = "BLED",
> + .name = "W3V",
> + .mled_set = "MLED",
> .wled_set = "WLED",
> .lcd_switch = xxN_PREFIX "_Q10",
> + .lcd_status = "\\BKLT",
> .brightness_set = "SPLV",
> .brightness_get = "GPLV",
> .display_set = "SDSP",
> - .display_get = "\\ADVG"},
> + .display_get = "\\INFB"},
>
> {
> - .name = "W3V",
> - .mled_set = "MLED",
> + .name = "W5A",
> + .bt_switch = "BLED",
> .wled_set = "WLED",
> .lcd_switch = xxN_PREFIX "_Q10",
> - .lcd_status = "\\BKLT",
> .brightness_set = "SPLV",
> .brightness_get = "GPLV",
> .display_set = "SDSP",
> - .display_get = "\\INFB"},
> + .display_get = "\\ADVG"},
>
> {
> .name = "xxN",
>
> --
---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html