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

* Re: [PATCH 19/22] Swap W3V and W5A
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2006-12-19 21:46 UTC (permalink / raw)
  To: corentincj; +Cc: len.brown, linux-acpi

On Tue, 19 Dec 2006 22:20:35 +0100 Corentin CHARY wrote:

> 
> Signed-off-by: Corentin Chary <corentincj@iksaif.net>
> ---

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

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

* Re: [PATCH 19/22] Swap W3V and W5A
  2006-12-19 21:46 ` Randy Dunlap
@ 2006-12-19 22:20   ` Corentin CHARY
  0 siblings, 0 replies; 3+ messages in thread
From: Corentin CHARY @ 2006-12-19 22:20 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: len.brown, linux-acpi

Sorry, I forget .. It's just because 5 comes after 3, and the list is ordered.

Le mardi 19 décembre 2006 22:46, vous avez écrit :
> On Tue, 19 Dec 2006 22:20:35 +0100 Corentin CHARY wrote:
> > Signed-off-by: Corentin Chary <corentincj@iksaif.net>
> > ---
>
> 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

-- 
CHARY 'Iksaif' Corentin
http://xf.iksaif.net
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ 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.