[PR #895] [CLOSED] Add a new plugin for acpi_ec #1372

Closed
opened 2026-02-26 00:35:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hirschmann/nbfc/pull/895
Author: @saidsay-so
Created: 5/19/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 154e34a Add 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_ec kernel 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_sys plugin, 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hirschmann/nbfc/pull/895 **Author:** [@saidsay-so](https://github.com/saidsay-so) **Created:** 5/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`154e34a`](https://github.com/hirschmann/nbfc/commit/154e34a81ca4f497dc6a715ec4f8929cda14a884) Add a new plugin for the EC kernel module (Linux) ### 📊 Changes **4 files changed** (+245 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description This pull request follows the issue #800. It adds a new plugin for access to the EC, using the `acpi_ec` kernel 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_sys` plugin, with some modifications to make it work with the module. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:35:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#1372
No description provided.