UBUNTU: SAUCE: Dell All-In-One: Remove need for Dell module alias
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);
--
1.7.0.4
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team