[PR #1164] Fixed malformed configuration file #1420

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

📋 Pull Request Information

Original PR: https://github.com/hirschmann/nbfc/pull/1164
Author: @braph
Created: 7/28/2021
Status: 🔄 Open

Base: masterHead: master


📝 Commits (10+)

  • 06a8e74 Add HP ENVY dv6-7000 and dv7-7000 series config
  • 765f263 Create HP Spectre x360 Convertible 15t-df1xx.xml
  • c101789 Add HP EliteBook 830 G6 config
  • 243e308 Add Acer Aspire VN7-593G V15 Nitro BE config
  • 9a5f12f add: HP ENVY x360 Convertible 15-bq1xx Config
  • d5c505a Addded HP ENVY x360 15-w104ne support in config.
  • c2aee1d Add config for HP EliteBook 745 G5 (AMD Ryzen 2700U).
  • f083efe Improve config for HP EliteBook 745 G5.
  • 51dc38d Added HP ProBook 640 G1 Config
  • dd3a219 Update HP ProBook 640 G1.xml

📊 Changes

56 files changed (+4059 additions, -43 deletions)

View changed files

.github/ISSUE_TEMPLATE/config_request.md (+11 -0)
📝 Common/CommonAssemblyInfo.cs (+1 -1)
📝 Common/CommonAssemblyVersion.cs (+3 -3)
Configs/ASUS VivoBook X505ZA_X505ZA.xml (+75 -0)
Configs/Acer Aspire 4750G.xml (+52 -0)
Configs/Acer Aspire One AO721.xml (+59 -0)
Configs/Acer Aspire V5-472PG.xml (+121 -0)
Configs/Acer Aspire VN7-593G V15 Nitro BE.xml (+126 -0)
Configs/Acer Predator PH315-52.xml (+113 -0)
Configs/Acer Predator PH315-53.xml (+243 -0)
Configs/Acer Swift SF314-54G.xml (+77 -0)
📝 Configs/Asus K501UX.xml (+19 -24)
Configs/Asus TP301UJ.xml (+70 -0)
Configs/Asus Vivobook R540U.xml (+75 -0)
Configs/Asus Vivobook S15 K3502.xml (+56 -0)
Configs/Asus X756UX.xml (+70 -0)
Configs/Asus Zenbook UX391U.xml (+77 -0)
Configs/Gigabyte Aero16.xml (+142 -0)
Configs/HP 245 G7 Notebook PC.xml (+67 -0)
Configs/HP ENVY dv6-7xxx.xml (+36 -0)

...and 36 more files

📄 Description

This commit adds a missing RegisterWriteConfiguration tag


🔄 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/1164 **Author:** [@braph](https://github.com/braph) **Created:** 7/28/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`06a8e74`](https://github.com/hirschmann/nbfc/commit/06a8e7428203b49f218d0f33f8461b711d413ee4) Add HP ENVY dv6-7000 and dv7-7000 series config - [`765f263`](https://github.com/hirschmann/nbfc/commit/765f2631adb0678c07a38230d4d5dae8df8ff38e) Create HP Spectre x360 Convertible 15t-df1xx.xml - [`c101789`](https://github.com/hirschmann/nbfc/commit/c101789b6efb261b95046c6b65b25ddde12b3516) Add HP EliteBook 830 G6 config - [`243e308`](https://github.com/hirschmann/nbfc/commit/243e30884ec0d73cfffcd68e2b8b35ccd926012a) Add Acer Aspire VN7-593G V15 Nitro BE config - [`9a5f12f`](https://github.com/hirschmann/nbfc/commit/9a5f12feb266d7fca41ed7d0d158efa72ff086fa) add: HP ENVY x360 Convertible 15-bq1xx Config - [`d5c505a`](https://github.com/hirschmann/nbfc/commit/d5c505a5bbc90fe6bc05ff9ab43840cc878d5556) Addded HP ENVY x360 15-w104ne support in config. - [`c2aee1d`](https://github.com/hirschmann/nbfc/commit/c2aee1d7c8e5cc4262ae9934ed0ad8aba474600f) Add config for HP EliteBook 745 G5 (AMD Ryzen 2700U). - [`f083efe`](https://github.com/hirschmann/nbfc/commit/f083efe32e620b5426e2b6315e0d37bbdcb7ad57) Improve config for HP EliteBook 745 G5. - [`51dc38d`](https://github.com/hirschmann/nbfc/commit/51dc38d4c44df0bd25773622dbcba3cae490d1c9) Added HP ProBook 640 G1 Config - [`dd3a219`](https://github.com/hirschmann/nbfc/commit/dd3a219abdc5941a9340143ad919cf028712af60) Update HP ProBook 640 G1.xml ### 📊 Changes **56 files changed** (+4059 additions, -43 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/config_request.md` (+11 -0) 📝 `Common/CommonAssemblyInfo.cs` (+1 -1) 📝 `Common/CommonAssemblyVersion.cs` (+3 -3) ➕ `Configs/ASUS VivoBook X505ZA_X505ZA.xml` (+75 -0) ➕ `Configs/Acer Aspire 4750G.xml` (+52 -0) ➕ `Configs/Acer Aspire One AO721.xml` (+59 -0) ➕ `Configs/Acer Aspire V5-472PG.xml` (+121 -0) ➕ `Configs/Acer Aspire VN7-593G V15 Nitro BE.xml` (+126 -0) ➕ `Configs/Acer Predator PH315-52.xml` (+113 -0) ➕ `Configs/Acer Predator PH315-53.xml` (+243 -0) ➕ `Configs/Acer Swift SF314-54G.xml` (+77 -0) 📝 `Configs/Asus K501UX.xml` (+19 -24) ➕ `Configs/Asus TP301UJ.xml` (+70 -0) ➕ `Configs/Asus Vivobook R540U.xml` (+75 -0) ➕ `Configs/Asus Vivobook S15 K3502.xml` (+56 -0) ➕ `Configs/Asus X756UX.xml` (+70 -0) ➕ `Configs/Asus Zenbook UX391U.xml` (+77 -0) ➕ `Configs/Gigabyte Aero16.xml` (+142 -0) ➕ `Configs/HP 245 G7 Notebook PC.xml` (+67 -0) ➕ `Configs/HP ENVY dv6-7xxx.xml` (+36 -0) _...and 36 more files_ </details> ### 📄 Description This commit adds a missing RegisterWriteConfiguration tag --- <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#1420
No description provided.