This is a note to let you know that I've just added the patch titled

    acer-wmi: Fix capitalisation of GUID

to the 2.6.37-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     acer-wmi-fix-capitalisation-of-guid.patch
and it can be found in the queue-2.6.37 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <sta...@kernel.org> know about it.


>From bbb706079abe955a9e3f208f541de97d99449236 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <m...@redhat.com>
Date: Wed, 9 Feb 2011 16:39:40 -0500
Subject: acer-wmi: Fix capitalisation of GUID

From: Matthew Garrett <m...@redhat.com>

commit bbb706079abe955a9e3f208f541de97d99449236 upstream.

6AF4F258-B401-42fd-BE91-3D4AC2D7C0D3 needs to be
6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3 to match the hardware alias.

Signed-off-by: Matthew Garrett <m...@redhat.com>
Acked-by: Carlos Corbacho <car...@strangeworlds.co.uk>
Signed-off-by: Greg Kroah-Hartman <gre...@suse.de>

---
 drivers/platform/x86/acer-wmi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -80,7 +80,7 @@ MODULE_LICENSE("GPL");
  */
 #define AMW0_GUID1             "67C3371D-95A3-4C37-BB61-DD47B491DAAB"
 #define AMW0_GUID2             "431F16ED-0C2B-444C-B267-27DEB140CF9C"
-#define WMID_GUID1             "6AF4F258-B401-42fd-BE91-3D4AC2D7C0D3"
+#define WMID_GUID1             "6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3"
 #define WMID_GUID2             "95764E09-FB56-4e83-B31A-37761F60994A"
 
 MODULE_ALIAS("wmi:67C3371D-95A3-4C37-BB61-DD47B491DAAB");


Patches currently in stable-queue which might be from m...@redhat.com are

queue-2.6.37/platform-x86-asus_acpi-world-writable-procfs-files.patch
queue-2.6.37/platform-x86-tc1100-wmi-world-writable-sysfs-wireless-and-jogdial-files.patch
queue-2.6.37/platform-x86-acer-wmi-world-writable-sysfs-threeg-file.patch
queue-2.6.37/acer-wmi-fix-capitalisation-of-guid.patch

_______________________________________________
stable mailing list
stable@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to