mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 03:36:59 +07:00
platform/x86: dell-wmi: Do not match on descriptor GUID modalias
The descriptor GUID is not used to indicate that WMI notifications in the dell-wmi driver work properly. As such a modalias should not be present that causes this driver to load on systems with this GUID. Signed-off-by: Mario Limonciello <mario.limonciello@dell.com> Reviewed-by: Pali Pohar <pali.rohar@gmail.com> Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
This commit is contained in:
parent
72e83204b7
commit
9808f3628c
@ -51,7 +51,6 @@ MODULE_LICENSE("GPL");
|
|||||||
static bool wmi_requires_smbios_request;
|
static bool wmi_requires_smbios_request;
|
||||||
|
|
||||||
MODULE_ALIAS("wmi:"DELL_EVENT_GUID);
|
MODULE_ALIAS("wmi:"DELL_EVENT_GUID);
|
||||||
MODULE_ALIAS("wmi:"DELL_DESCRIPTOR_GUID);
|
|
||||||
|
|
||||||
struct dell_wmi_priv {
|
struct dell_wmi_priv {
|
||||||
struct input_dev *input_dev;
|
struct input_dev *input_dev;
|
||||||
|
Loading…
Reference in New Issue
Block a user