From: "Pali Rohár" <pali@kernel.org>
To: Kurt Borja <kuurtb@gmail.com>
Cc: ilpo.jarvinen@linux.intel.com, hdegoede@redhat.com,
w_armin@gmx.de, platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org, Dell.Client.Kernel@dell.com
Subject: Re: [PATCH 1/2] dell-smbios-base: Extends support to Alienware products
Date: Wed, 30 Oct 2024 19:26:13 +0100 [thread overview]
Message-ID: <20241030182613.xn3tl2khzuhft4sr@pali> (raw)
In-Reply-To: <20241030181244.3272-2-kuurtb@gmail.com>
On Wednesday 30 October 2024 15:12:45 Kurt Borja wrote:
> 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 adds dell-wmi and dell-smbios support to Alienware
> products.
>
> Signed-off-by: Kurt Borja <kuurtb@gmail.com>
> ---
> drivers/platform/x86/dell/dell-smbios-base.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/platform/x86/dell/dell-smbios-base.c b/drivers/platform/x86/dell/dell-smbios-base.c
> index 73e41eb69..01c72b91a 100644
> --- a/drivers/platform/x86/dell/dell-smbios-base.c
> +++ b/drivers/platform/x86/dell/dell-smbios-base.c
> @@ -576,6 +576,7 @@ static int __init dell_smbios_init(void)
> int ret, wmi, smm;
>
> if (!dmi_find_device(DMI_DEV_TYPE_OEM_STRING, "Dell System", NULL) &&
> + !dmi_find_device(DMI_DEV_TYPE_OEM_STRING, "Alienware", NULL) &&
Are we sure that all devices with "Alienware" OEM string supports this SMBIOS API?
> !dmi_find_device(DMI_DEV_TYPE_OEM_STRING, "www.dell.com", NULL)) {
> pr_err("Unable to run on non-Dell system\n");
> return -ENODEV;
> --
> 2.47.0
>
next prev parent reply other threads:[~2024-10-30 18:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 18:12 Kurt Borja
2024-10-30 18:15 ` [PATCH 2/2] dell-wmi-base: Handle Win-key Lock/Unlock events Kurt Borja
2024-10-30 18:34 ` Pali Rohár
2024-10-30 20:11 ` Kurt Borja
2024-10-30 20:20 ` Pali Rohár
2024-10-30 20:37 ` Kurt Borja
2024-10-30 20:40 ` Pali Rohár
2024-10-30 18:26 ` Pali Rohár [this message]
2024-10-30 20:01 ` [PATCH 1/2] dell-smbios-base: Extends support to Alienware products Kurt Borja
2024-10-30 20:07 ` Pali Rohár
2024-10-30 20:33 ` Kurt Borja
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241030182613.xn3tl2khzuhft4sr@pali \
--to=pali@kernel.org \
--cc=Dell.Client.Kernel@dell.com \
--cc=hdegoede@redhat.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=kuurtb@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=w_armin@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®