thanks for your great work.
- test results : works perfect
- fan number : 2
- DMI_BOARD_NAME : N15_17RD
There are two problems mainly related to the manufacturer.
- my laptop is produced by a Chinese company called Hasee, so the “DMI_BOARD_VENDOR” can't match "CLEVO CO.". Thus i comment lines 322 and 323.
- the DMI_BOARD_NAME read by the program and dmidecode contains extra spaces at the end the string. Then hwmon interface can't register successfully, so i manually pass the string.
thanks for your great work.
There are two problems mainly related to the manufacturer.