All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklist
@ 2021-01-24  2:46 Thomas Hebb
  2021-01-24 16:46 ` Guenter Roeck
  2021-01-25 10:05 ` Pali Rohár
  0 siblings, 2 replies; 14+ messages in thread
From: Thomas Hebb @ 2021-01-24  2:46 UTC (permalink / raw)
  To: linux-kernel
  Cc: Thomas Hebb, stable, Bob Hepple, Guenter Roeck, Jean Delvare,
	Pali Rohár, linux-hwmon

It has been reported[0] that the Dell XPS 15 L502X exhibits similar
freezing behavior to the other systems[1] on this blacklist. The issue
was exposed by a prior change of mine to automatically load
dell_smm_hwmon on a wider set of XPS models. To fix the regression, add
this model to the blacklist.

[0] https://bugzilla.kernel.org/show_bug.cgi?id=211081
[1] https://bugzilla.kernel.org/show_bug.cgi?id=195751

Fixes: b8a13e5e8f37 ("hwmon: (dell-smm) Use one DMI match for all XPS models")
Cc: stable@vger.kernel.org
Reported-by: Bob Hepple <bob.hepple@gmail.com>
Tested-by: Bob Hepple <bob.hepple@gmail.com>
Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
---

 drivers/hwmon/dell-smm-hwmon.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c
index ec448f5f2dc3..73b9db9e3aab 100644
--- a/drivers/hwmon/dell-smm-hwmon.c
+++ b/drivers/hwmon/dell-smm-hwmon.c
@@ -1159,6 +1159,13 @@ static struct dmi_system_id i8k_blacklist_fan_support_dmi_table[] __initdata = {
 			DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "XPS13 9333"),
 		},
 	},
+	{
+		.ident = "Dell XPS 15 L502X",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Dell System XPS L502X"),
+		},
+	},
 	{ }
 };
 
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-01-28  5:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24  2:46 [PATCH] hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklist Thomas Hebb
2021-01-24 16:46 ` Guenter Roeck
2021-01-25 10:05 ` Pali Rohár
2021-01-25 18:05   ` Tom Hebb
     [not found]     ` <CAHzpm2hk4+0FyFrcGYN-JJfx5Ka8yoM8mTsYZA_4WHfWYGa4yQ@mail.gmail.com>
     [not found]       ` <CAHzpm2h2X8ZKEtRxnD-mwyEv=B8J+tH_spFGD2VzfwGdRAaHMw@mail.gmail.com>
2021-01-26  8:15         ` Tom Hebb
2021-01-27  9:19           ` Pali Rohár
2021-01-27 22:40             ` Bob Hepple
2021-01-27 22:58               ` Pali Rohár
2021-01-28  0:35                 ` Tom Hebb
2021-01-25 20:19   ` Guenter Roeck
2021-01-25 20:21     ` Pali Rohár
2021-01-27 23:00       ` Pali Rohár
2021-01-28  1:46         ` Guenter Roeck
2021-01-28  5:08           ` Bob Hepple

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.