[PR #1170] Add Lenovo IdeaPad-5-15ARE05 config #1422

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

📋 Pull Request Information

Original PR: https://github.com/hirschmann/nbfc/pull/1170
Author: @MuradB0
Created: 8/19/2021
Status: 🔄 Open

Base: betaHead: stable


📝 Commits (10+)

📊 Changes

34 files changed (+830 additions, -23 deletions)

View changed files

📝 Common/CommonAssemblyInfo.cs (+1 -5)
Common/CommonAssemblyVersion.cs (+5 -0)
Configs/Acer Aspire E5-575G.xml (+66 -0)
Configs/Acer Predator G3-572.xml (+242 -0)
Configs/Asus ROG G752VS.xml (+112 -0)
Configs/Dell Inspiron 7375.xml (+85 -0)
Configs/HP Compaq Presario CQ40 Turion X2 RM-74.xml (+81 -0)
Configs/HP Laptop 14-cm0xxx.xml (+67 -0)
📝 Configs/HP ProBook 4530s.xml (+29 -4)
📝 Configs/Lenovo ThinkPad 13.xml (+2 -2)
Configs/Lenovo ThinkPad x220i.xml (+46 -0)
📝 Core/NbfcCli/NbfcCli.csproj (+4 -1)
📝 Core/NbfcProbe/NbfcProbe.csproj (+4 -1)
📝 Core/NbfcService/NbfcService.csproj (+3 -0)
📝 Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj (+3 -0)
📝 Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj (+3 -0)
📝 Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj (+3 -0)
📝 Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj (+3 -0)
📝 Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj (+3 -0)
📝 Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj (+3 -0)

...and 14 more files

📄 Description

Add Lenovo IdeaPad-5-15ARE05 config


🔄 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/1170 **Author:** [@MuradB0](https://github.com/MuradB0) **Created:** 8/19/2021 **Status:** 🔄 Open **Base:** `beta` ← **Head:** `stable` --- ### 📝 Commits (10+) - [`4a3d004`](https://github.com/hirschmann/nbfc/commit/4a3d0041687edea5bc96717570c2a4e0f9e24453) Add Lenovo ThinkPad x220i config (#588) - [`79d36ed`](https://github.com/hirschmann/nbfc/commit/79d36ed914bb0440ac7cede39447ca9075ec2a15) Add Acer Predator G3-572 config (#586) - [`e4299e3`](https://github.com/hirschmann/nbfc/commit/e4299e3cb45d6174015368f2832bc08c25e76070) Fix reset value in Lenovo ThinkPad 13 config (#604) - [`8b19604`](https://github.com/hirschmann/nbfc/commit/8b19604116d650a7125817017f37751f2ce60f39) Add Asus ROG G752VS configuration (#610) - [`4354594`](https://github.com/hirschmann/nbfc/commit/4354594f65a756aee458ef4982c40de427225454) Add HP Laptop 14-cm0xxx config (#615) - [`c3dd9dc`](https://github.com/hirschmann/nbfc/commit/c3dd9dc6f94f2382428a65009c0f750cf0bc64f0) Improve config for HP ProBook 4530s (#618) - [`439c5f0`](https://github.com/hirschmann/nbfc/commit/439c5f0db991162e2eda4078dbc779d9f55d0178) Add Asus Zenbook UX330UA config (#620) - [`bd60b68`](https://github.com/hirschmann/nbfc/commit/bd60b6821b607bf7a12e517d206c61c090fe8616) Add HP Compaq Presario CQ40 Turion X2 RM-74 config (#643) - [`34134d4`](https://github.com/hirschmann/nbfc/commit/34134d42811117b34a04c7c1bc2b7cd9b94a4f46) Add config Acer Aspire E5-575G config (#651) - [`2c1fcfb`](https://github.com/hirschmann/nbfc/commit/2c1fcfb251a0c77259d7a889fe6f39e506996e18) Add Dell Inspiron 7375 config (#654) ### 📊 Changes **34 files changed** (+830 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `Common/CommonAssemblyInfo.cs` (+1 -5) ➕ `Common/CommonAssemblyVersion.cs` (+5 -0) ➕ `Configs/Acer Aspire E5-575G.xml` (+66 -0) ➕ `Configs/Acer Predator G3-572.xml` (+242 -0) ➕ `Configs/Asus ROG G752VS.xml` (+112 -0) ➕ `Configs/Dell Inspiron 7375.xml` (+85 -0) ➕ `Configs/HP Compaq Presario CQ40 Turion X2 RM-74.xml` (+81 -0) ➕ `Configs/HP Laptop 14-cm0xxx.xml` (+67 -0) 📝 `Configs/HP ProBook 4530s.xml` (+29 -4) 📝 `Configs/Lenovo ThinkPad 13.xml` (+2 -2) ➕ `Configs/Lenovo ThinkPad x220i.xml` (+46 -0) 📝 `Core/NbfcCli/NbfcCli.csproj` (+4 -1) 📝 `Core/NbfcProbe/NbfcProbe.csproj` (+4 -1) 📝 `Core/NbfcService/NbfcService.csproj` (+3 -0) 📝 `Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj` (+3 -0) 📝 `Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj` (+3 -0) 📝 `Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj` (+3 -0) 📝 `Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj` (+3 -0) 📝 `Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj` (+3 -0) 📝 `Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj` (+3 -0) _...and 14 more files_ </details> ### 📄 Description Add Lenovo IdeaPad-5-15ARE05 config --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1422
No description provided.