Skip to content

Commit a561509

Browse files
CragWjwrdegoede
authored andcommitted
platform/x86: dell-sysman: add support for alienware products
Alienware supports firmware-attributes and has its own OEM string. Signed-off-by: Crag Wang <crag_wang@dell.com> Link: https://lore.kernel.org/r/20241004152826.93992-1-crag_wang@dell.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent e16f7ee commit a561509

File tree

1 file changed

+1
-0
lines changed
  • drivers/platform/x86/dell/dell-wmi-sysman

1 file changed

+1
-0
lines changed

drivers/platform/x86/dell/dell-wmi-sysman/sysman.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ static int __init sysman_init(void)
521521
int ret = 0;
522522

523523
if (!dmi_find_device(DMI_DEV_TYPE_OEM_STRING, "Dell System", NULL) &&
524+
!dmi_find_device(DMI_DEV_TYPE_OEM_STRING, "Alienware", NULL) &&
524525
!dmi_find_device(DMI_DEV_TYPE_OEM_STRING, "www.dell.com", NULL)) {
525526
pr_err("Unable to run on non-Dell system\n");
526527
return -ENODEV;

0 commit comments

Comments
 (0)