Skip to content

Commit a766a72

Browse files
authored
Update README.md
1 parent 0261986 commit a766a72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Device (SMCD)
1818
}
1919
```
2020

21-
You may already have SMCD device in your DSDT, then please ensure one of your _HID or _CID is "MON0000" or "MON00000" and add WMIB method into it.
21+
You may already have SMCD device in your DSDT, then please ensure one of your \_HID or \_CID is "MON0000" or "MON00000" and add WMIB method into it.
2222

2323
After you edit your DSDT, install ClevoControl.kext and use ClevoKBFanControl (a small command-line program) to control settings.
2424

2525
Show usage by `ClevoKBFanControl -h`.
2626

27+
This project uses [args](https://github.com/Taywee/args) for parsing command-line arguments. And the WMI operate codes used in this project comes from [clover-xsm-wmi](https://github.com/sonnym/clevo-xsm-wmi) and reverse engineering Clevo Control Center by myself.
28+
2729
# Some Extra information
2830
## Fan Speed
2931
Edit DSDT, for my laptop with 3 fans, add these to SMCD device (it uses B1B2 method, add it if you don't have it in your DSDT):

0 commit comments

Comments
 (0)