feat: Add support for ROG MAXIMUS X HERO#89
Conversation
0da7353 to
20e9aff
Compare
This commit adds in support for the ROG MAXIMUS X HERO motherboard
20e9aff to
72999d2
Compare
|
Force pushes were to correct the matching order of the maximus_x_hero but the DMI table uses uppercase so the underscore sorts ("MAXIMUS X HERO") after the uppercase I so: MAXIMUS XI HERO Today I learned 😆 |
|
Please add the board name to the list in README.md |
Signed-off-by: reis <4367558+reisholmes@users.noreply.github.com>
Completed. |
|
Oops, sorry, one more thing is missing. Kernel needs a real name and email for the author and Signed-off-by fields. I can copy one to another while submitting the patch, of course. So, please give me your real name and email (not @users.noreply.github.com). If you don't want to share that here, you can send me an email. |
Name: Reis Holmes |
|
Thank you! |
I need to change the sorting check 🤔 |
This commit adds in support for the ROG MAXIMUS X HERO motherboard.
grep -e '' -n /sys/class/dmi/id/board_{name,vendor} to obtain the name:
Included the dsdt.dat as a zip
dsdt.dat.zip
Build works fine with the commands:
Here's the relevant sensors output section after running
sudo sensors-detect --autobuilt on CachyOS 6.17.9.2:Note the closed PR: #64
Discussion was raised in there as to why the "Water_Flow, Water_In, Water_Out" sensors have been omitted from this commit (TLDR: They are on a secondary EC we do not currently have the capability of accessing)
I don't have any CPU_OPT currently plugged in but this was previously tested to be working in the above mentioned PR.