* [PATCH] acer-wmi: Fix capitalisation of GUID
@ 2011-02-09 21:41 Matthew Garrett
2011-02-09 21:47 ` Carlos Corbacho
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Garrett @ 2011-02-09 21:41 UTC (permalink / raw)
To: platform-driver-x86; +Cc: Matthew Garrett, Carlos Corbacho
6AF4F258-B401-42fd-BE91-3D4AC2D7C0D3 needs to be
6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3 to match the hardware alias.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: Carlos Corbacho <carlos@strangeworlds.co.uk>
---
drivers/platform/x86/acer-wmi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index c5c4b8c..d82b0f0 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -84,7 +84,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"
#define WMID_GUID3 "61EF69EA-865C-4BC3-A502-A0DEBA0CB531"
--
1.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] acer-wmi: Fix capitalisation of GUID
2011-02-09 21:41 [PATCH] acer-wmi: Fix capitalisation of GUID Matthew Garrett
@ 2011-02-09 21:47 ` Carlos Corbacho
0 siblings, 0 replies; 2+ messages in thread
From: Carlos Corbacho @ 2011-02-09 21:47 UTC (permalink / raw)
To: Matthew Garrett; +Cc: platform-driver-x86
On Wednesday 09 Feb 2011 21:41:52 Matthew Garrett wrote:
> 6AF4F258-B401-42fd-BE91-3D4AC2D7C0D3 needs to be
> 6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3 to match the hardware alias.
>
> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
> ---
> drivers/platform/x86/acer-wmi.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/platform/x86/acer-wmi.c
> b/drivers/platform/x86/acer-wmi.c index c5c4b8c..d82b0f0 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -84,7 +84,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"
> #define WMID_GUID3 "61EF69EA-865C-4BC3-A502-A0DEBA0CB531"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-09 21:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 21:41 [PATCH] acer-wmi: Fix capitalisation of GUID Matthew Garrett
2011-02-09 21:47 ` Carlos Corbacho
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox