Hi Pali, æ æï2011-02-27 æ 12:06 +0100ïPali RohÃr æåï > This patch change WMI ID to upper characters. With this patch module > acer-wmi is automatically loaded when WMI ID is detected. > > Signed-off-by: Pali RohÃr <pali.rohar@xxxxxxxxx> > Tested-by: Pali RohÃr <pali.rohar@xxxxxxxxx> > > --- a/drivers/platform/x86/acer-wmi.c 2011-02-27 11:53:50.000000000 +0100 > +++ b/drivers/platform/x86/acer-wmi.c 2011-02-27 11:58:30.000000000 +0100 > @@ -84,8 +84,8 @@ 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_GUID2 "95764E09-FB56-4e83-B31A-37761F60994A" > +#define WMID_GUID1 "6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3" WMID_GUID1 already fixed by Matthew's patch, don't need fix again. > +#define WMID_GUID2 "95764E09-FB56-4E83-B31A-37761F60994A" > #define WMID_GUID3 "61EF69EA-865C-4BC3-A502-A0DEBA0CB531" > > /* > @@ -94,7 +94,7 @@ MODULE_LICENSE("GPL"); > #define ACERWMID_EVENT_GUID "676AA15E-6A47-4D9F-A2CC-1E6D18D14026" > > MODULE_ALIAS("wmi:67C3371D-95A3-4C37-BB61-DD47B491DAAB"); > -MODULE_ALIAS("wmi:6AF4F258-B401-42fd-BE91-3D4AC2D7C0D3"); > +MODULE_ALIAS("wmi:6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3"); The same, here. > MODULE_ALIAS("wmi:676AA15E-6A47-4D9F-A2CC-1E6D18D14026"); > > enum acer_wmi_event_ids { > > I am not sure miss your any patch, but looks like you still send out the same change. Please git pull your platform-drivers-x86/master repo, you will look the newest acer-wmi source code. Thank's a lot! Joey Lee -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html