UBUNTU: SAUCE: Dell All-In-One: Remove need for Dell module alias
On 02/14/2011 08:04 AM, Colin King wrote:
From: Colin Ian King<colin.king@canonical.com>
The driver originally used a workaround to load the All-In-One
module based on a Dell DMI module alias. Since the WMI sys interface
supports the WMI GUIDs listed in the driver we can remove this
unneccessary work around. Also, fix GUIDs to have no lower case hex
characters.
http://bugs.launchpad.net/bugs/718775
Signed-off-by: Colin Ian King<colin.king@canonical.com>
---
drivers/platform/x86/dell-wmi-aio.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
-/* Temporary workaround until the WMI sysfs interface goes in.
- Borrowed from acer-wmi */
-MODULE_ALIAS("dmi:*:*Dell*:*:");
-
MODULE_ALIAS("wmi:"EVENT_GUID1);
MODULE_ALIAS("wmi:"EVENT_GUID2);
Acked-by: Tim Gardner <tim.gardner@canonical.com>
applied to Natty.
--
Tim Gardner tim.gardner@canonical.com
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
02-14-2011, 05:15 PM
Brad Figg
UBUNTU: SAUCE: Dell All-In-One: Remove need for Dell module alias
On 02/14/2011 07:04 AM, Colin King wrote:
From: Colin Ian King<colin.king@canonical.com>
The driver originally used a workaround to load the All-In-One
module based on a Dell DMI module alias. Since the WMI sys interface
supports the WMI GUIDs listed in the driver we can remove this
unneccessary work around. Also, fix GUIDs to have no lower case hex
characters.
http://bugs.launchpad.net/bugs/718775
Signed-off-by: Colin Ian King<colin.king@canonical.com>
---
drivers/platform/x86/dell-wmi-aio.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
-/* Temporary workaround until the WMI sysfs interface goes in.
- Borrowed from acer-wmi */
-MODULE_ALIAS("dmi:*:*Dell*:*:");
-
MODULE_ALIAS("wmi:"EVENT_GUID1);
MODULE_ALIAS("wmi:"EVENT_GUID2);