mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[PR #895] [CLOSED] Add a new plugin for acpi_ec #1372
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#1372
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hirschmann/nbfc/pull/895
Author: @saidsay-so
Created: 5/19/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
154e34aAdd a new plugin for the EC kernel module (Linux)📊 Changes
4 files changed (+245 additions, -1 deletions)
View changed files
➕
Core/Plugins/StagWare.Plugins.ECModuleLinux/ECModuleLinux.cs(+178 -0)➕
Core/Plugins/StagWare.Plugins.ECModuleLinux/Properties/AssemblyInfo.cs(+15 -0)➕
Core/Plugins/StagWare.Plugins.ECModuleLinux/StagWare.Plugins.ECModuleLinux.csproj(+49 -0)📝
NoteBookFanControl.sln(+3 -1)📄 Description
This pull request follows the issue #800.
It adds a new plugin for access to the EC, using the
acpi_eckernel module. This plugin is especially useful when the Secure Boot is enabled, since it introduce "kernel lockdown" (https://github.com/hirschmann/nbfc/issues/472#issuecomment-388073176).The code is mostly taken from the
ec_sysplugin, with some modifications to make it work with the module.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.