Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hwmon: Fix device name path for some devices. #1627

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

benkibbey
Copy link
Contributor

Checklist

  • [ X] I have described the changes
  • [ X] I have linked to any relevant GitHub issues, if applicable
  • [ X] Documentation in doc/ has been updated
  • [ X] All new code is licensed under GPLv3

Description

I recently obtained a different motherboard that has the f71889a hwmon chipset but doesn't include /sys/class/hwmon/hwmonN/name but rather needs hwmonN/device/name when I refer to it as f71889a in the config. This commit checks for hwmonN/name first and if it fails tries hwmonN/device/name.

@netlify
Copy link

netlify bot commented Sep 27, 2023

Deploy Preview for conkyweb canceled.

Name Link
🔨 Latest commit e5bf2ee
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/6513aca26331720008a68974

@github-actions github-actions bot added the sources PR modifies project sources label Sep 27, 2023
@brndnmtthws brndnmtthws merged commit 5397340 into brndnmtthws:main Sep 27, 2023
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sources PR modifies project sources
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants