Skip to content

Commit

Permalink
Reverted TrustedBSD policy default mode. It did not help with the iss…
Browse files Browse the repository at this point in the history
…ues, and according to the reports may cause some negative effect.
  • Loading branch information
vit9696 committed Mar 17, 2016
1 parent eb22856 commit 492b1fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion AppleALC/kern_start.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AppleALC : public IOService {
/**
* Enabler start mode
*/
StartMode mode {StartMode::Policy};
StartMode mode {StartMode::IOKit};

/**
* TrustedBSD Policy handle
Expand Down
1 change: 0 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ AppleALC Changelog
- Fixed AAPL,ig-platform-id naming
- Added preliminary start modes support
- Added TrustedBSD start via -alcpolicy and IOService::start via -alciokit arguments
- Switched to TrustedBSD start by default
- Allowed kext patches with 0 count replacing all entries (use this with a reason)
- Fixed ALC270 regressions
- Added ALC889, layout-id 12 codec support (by Sergey_Galan)
Expand Down

0 comments on commit 492b1fd

Please sign in to comment.