All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 19/22] Swap W3V and W5A
@ 2006-12-19 21:20 Corentin CHARY
  2006-12-19 21:46 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Corentin CHARY @ 2006-12-19 21:20 UTC (permalink / raw)
  To: len.brown; +Cc: linux-acpi


Signed-off-by: Corentin Chary <corentincj@iksaif.net>
---
 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",

-- 
CHARY 'Iksaif' Corentin
http://xf.iksaif.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-19 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-19 21:20 [PATCH 19/22] Swap W3V and W5A Corentin CHARY
2006-12-19 21:46 ` Randy Dunlap
2006-12-19 22:20   ` Corentin CHARY

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.