diff mbox series

hwmom/applesmc: add imacpro

Message ID 20250121123114.3393-1-evepolonium@gmail.com (mailing list archive)
State Superseded
Headers show
Series hwmom/applesmc: add imacpro | expand

Commit Message

Atharva Tiwari Jan. 21, 2025, 12:31 p.m. UTC
this patch adds the iMacPro to the whitelist
as one iMacPro has been released (iMacPro 1,1)

thanks

Signed-off-by: Atharva Tiwari <evepolonium@gmail.com>
---
 drivers/hwmon/applesmc.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Guenter Roeck Jan. 23, 2025, 4:14 a.m. UTC | #1
On 1/21/25 04:31, Atharva Tiwari wrote:
> this patch adds the iMacPro to the whitelist
> as one iMacPro has been released (iMacPro 1,1)
> 
> thanks
> 

 From Documentation/process/submitting-patches.rst:

"Describe your changes in imperative mood, e.g. "make xyzzy do frotz"
  instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy
  to do frotz", as if you are giving orders to the codebase to change
  its behaviour.
"

Also, "thanks" is not part of a patch description. For details on how
to write a patch description please see "Describe your changes" in above
referenced document.

Guenter

> Signed-off-by: Atharva Tiwari <evepolonium@gmail.com>
> ---
>   drivers/hwmon/applesmc.c | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/hwmon/applesmc.c b/drivers/hwmon/applesmc.c
> index 7964b0e0c5e8..20e390d595e0 100644
> --- a/drivers/hwmon/applesmc.c
> +++ b/drivers/hwmon/applesmc.c
> @@ -1373,6 +1373,10 @@ static const struct dmi_system_id applesmc_whitelist[] __initconst = {
>   	  DMI_MATCH(DMI_BOARD_VENDOR, "Apple"),
>   	  DMI_MATCH(DMI_PRODUCT_NAME, "iMac") },
>   	},
> +	{ applesmc_dmi_match, "Apple iMacPro", {
> +	  DMI_MATCH(DMI_BOARD_VENDOR, "Apple"),
> +	  DMI_MATCH(DMI_PRODUCT_NAME, "iMacPro") },
> +	},
>   	{ applesmc_dmi_match, "Apple Xserve", {
>   	  DMI_MATCH(DMI_BOARD_VENDOR, "Apple"),
>   	  DMI_MATCH(DMI_PRODUCT_NAME, "Xserve") },
diff mbox series

Patch

diff --git a/drivers/hwmon/applesmc.c b/drivers/hwmon/applesmc.c
index 7964b0e0c5e8..20e390d595e0 100644
--- a/drivers/hwmon/applesmc.c
+++ b/drivers/hwmon/applesmc.c
@@ -1373,6 +1373,10 @@  static const struct dmi_system_id applesmc_whitelist[] __initconst = {
 	  DMI_MATCH(DMI_BOARD_VENDOR, "Apple"),
 	  DMI_MATCH(DMI_PRODUCT_NAME, "iMac") },
 	},
+	{ applesmc_dmi_match, "Apple iMacPro", {
+	  DMI_MATCH(DMI_BOARD_VENDOR, "Apple"),
+	  DMI_MATCH(DMI_PRODUCT_NAME, "iMacPro") },
+	},
 	{ applesmc_dmi_match, "Apple Xserve", {
 	  DMI_MATCH(DMI_BOARD_VENDOR, "Apple"),
 	  DMI_MATCH(DMI_PRODUCT_NAME, "Xserve") },