-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed redundant match for plugin-type.
As of 1.1.4, support for ACPI_SMC_Plugin has been added, which takes plugin-type = 0, meaning that CPUFriend cannot even be loaded without removing the match for plugin-type. 1.1.6 will be released right now, please use it instead!
- Loading branch information
PMheart
committed
Jan 26, 2019
1 parent
bf5ace5
commit acdbf73
Showing
2 changed files
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acdbf73
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, there was a typo in the note above, where
As of 1.1.4
should be
As of 1.1.5
Sorry!