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

Small improvments for README and list of supported devices #177

Merged
merged 7 commits into from
Jan 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve README.md
1- added mention of MControlCenter because it acts as a good replacement for the graphical interfaces found on windows
2- removed mention of the wiki article to avoid confusoin because it was unfinished and not very helpful when there is already a guide to make things easy to understand
  • Loading branch information
mutchiko authored Dec 7, 2024
commit 75ae250651c25dfa0540317f3a98c776edb14479
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

This driver might not work on other laptops produced by MSI. Use it at your own risk, we are not responsible for any damage suffered.

Also, and until future enhancements, no DMI data is used to identify your laptop model. In the meantime, check the msi-ec.c file before using.
Also, and until future enhancements, no DMI data is used to identify your laptop model. In the meantime, check the list of supported devices and the msi-ec.c file before using.

There is a graphical interface that uses this driver: [MControlCenter](https://github.com/dmitry-s93/MControlCenter). however, current version doesn't use this driver; so you need to build the app from source to control the driver through it.


## Supported devices
Expand All @@ -15,8 +17,7 @@ Can't find your device in the list? Check the contribution guides and open a new

## Contribute
Eager to support the project? Your help is always welcome to keep the project alive and going!
- Read how to add support for your device and get the necessary information on Windows and Linux in [this guide](docs/device_support_guide.md)
- Check out the relevant [wiki article](https://github.com/BeardOverflow/msi-ec/wiki/Contributing).
- Read how to add support for your device and get the necessary information on Windows and Linux in [this guide](docs/device_support_guide.md).
- If you want to go deeper: [read into this discussion regarding EC firmware naming patterns](https://github.com/BeardOverflow/msi-ec/discussions/98).


Expand Down