Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1592337
| From | Pali Rohár <pali.rohar@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list |
| Date | 2017-03-04 00:20 +0100 |
| Message-ID | <th4Ep-8eD-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
It was reported that dell-smm-hwmon is working fine on Dell XPS 15 9560.
Link: http://www.spinics.net/lists/platform-driver-x86/msg10751.html
Reported-by: Vasile Dumitrescu <vasile.dumitrescu@undeva.eu>
Signed-off-by: Pali Rohár <pali.rohar@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 34704b0..3189246 100644
--- a/drivers/hwmon/dell-smm-hwmon.c
+++ b/drivers/hwmon/dell-smm-hwmon.c
@@ -995,6 +995,13 @@ enum i8k_configs {
},
.driver_data = (void *)&i8k_config_data[DELL_XPS],
},
+ {
+ .ident = "Dell XPS 15 9560",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "XPS 15 9560"),
+ },
+ },
{ }
};
--
1.7.9.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Pali Rohár <pali.rohar@gmail.com> - 2017-03-04 00:20 +0100
Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-04 18:50 +0100
Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Vasile Dumitrescu <vasile.dumitrescu@undeva.eu> - 2017-03-04 23:00 +0100
Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Jean Delvare <jdelvare@suse.de> - 2017-03-06 12:40 +0100
Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Vasile Dumitrescu <vasile.dumitrescu@undeva.eu> - 2017-03-08 20:30 +0100
Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Jean Delvare <jdelvare@suse.de> - 2017-03-09 00:20 +0100
Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Guenter Roeck <linux@roeck-us.net> - 2017-03-09 03:10 +0100
csiph-web