Skip to content

Commit a36b8b8

Browse files
kuu-rtjwrdegoede
authored andcommitted
platform/x86: dell-smbios-base: Extends support to Alienware products
Fixes the following error: dell_smbios: Unable to run on non-Dell system Which is triggered after dell-wmi driver fails to initialize on Alienware systems, as it depends on dell-smbios. This effectively extends dell-wmi, dell-smbios and dcdbas support to Alienware devices, that might share some features of the SMBIOS intereface calling interface with other Dell products. Tested on an Alienware X15 R1. Signed-off-by: Kurt Borja <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Acked-by: Pali Rohár <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent bceec87 commit a36b8b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/x86/dell/dell-smbios-base.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ static int __init dell_smbios_init(void)
576576
int ret, wmi, smm;
577577

578578
if (!dmi_find_device(DMI_DEV_TYPE_OEM_STRING, "Dell System", NULL) &&
579+
!dmi_find_device(DMI_DEV_TYPE_OEM_STRING, "Alienware", NULL) &&
579580
!dmi_find_device(DMI_DEV_TYPE_OEM_STRING, "www.dell.com", NULL)) {
580581
pr_err("Unable to run on non-Dell system\n");
581582
return -ENODEV;

0 commit comments

Comments
 (0)