Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list

2017-03-08 Thread Vasile Dumitrescu
Wow, that was easy :-). so I did: download the driver source and makefile make => several new files show up including a .ko - WOHOOO sudo rmmod dell-smm-hwmon lsmod | grep hwmo => nothing sudo insmod ./dell-smm-hwmon.ko => nothing lsmod | grep hwmo => dell_smm_hwmon 16384 0 sudo sensors

Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list

2017-03-04 Thread Vasile Dumitrescu
; >> Link: http://www.spinics.net/lists/platform-driver-x86/msg10751.html >> Reported-by: Vasile Dumitrescu >> Signed-off-by: Pali Rohár >> --- > > Vasile, can you test this fix? > >> drivers/hwmon/dell-smm-hwmon.c |7 +++ >> 1 file change