From 865dd60a8316ebc830f5bf95351c616fd341c693 Mon Sep 17 00:00:00 2001 From: Yu Leng Date: Thu, 11 Dec 2025 13:18:00 +0800 Subject: [PATCH] Update expect.txt terms and fix NCP spelling in PnpIdHelper Updated expect.txt with new and modified terms. Corrected the manufacturer name for "NCP" in PnpIdHelper.cs from "Najing CEC Panda" to "Nanjing CEC Panda" to fix a spelling error. --- .github/actions/spell-check/expect.txt | 16 ++++++++++++++++ .../PowerDisplay.Lib/Helpers/PnpIdHelper.cs | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index a461cce02d..81b8d9837a 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -11,6 +11,7 @@ ACCESSDENIED ACCESSTOKEN acfs ACIE +ACR AClient AColumn acrt @@ -103,6 +104,7 @@ ATRIOX ATX aumid authenticode +AUO AUTOBUDDY AUTOCHECKBOX AUTOHIDE @@ -217,6 +219,7 @@ changecursor CHILDACTIVATE CHILDWINDOW CHOOSEFONT +Chunghwa cidl CIELCh cim @@ -240,6 +243,7 @@ CLSCTX clsids Clusion cmder +CMN CMDNOTFOUNDMODULEINTERFACE cmdpal CMIC @@ -318,6 +322,7 @@ csdevkit CSearch CSettings cso +CSOT CSRW CStyle cswin @@ -662,6 +667,7 @@ gwl GWLP GWLSTYLE hangeul +Hann Hantai Hanzi Hardlines @@ -759,6 +765,7 @@ HVal HValue Hvci hwb +HWP HWHEEL HWINEVENTHOOK hwnd @@ -815,6 +822,7 @@ INITTOLOGFONTSTRUCT INLINEPREFIX inlines Inno +Innolux INPC inproc INPUTHARDWARE @@ -856,6 +864,7 @@ istep ith ITHUMBNAIL IUI +IVO IUWP IWIC jfif @@ -908,6 +917,8 @@ LEFTTEXT LError LEVELID LExit +Lenovo +LGD lhwnd LIBFUZZER LIBID @@ -1121,6 +1132,7 @@ MVVMTK MWBEx MYICON NAMECHANGE +Nanjing Notavailable namespaceanddescendants nao @@ -1267,6 +1279,7 @@ openrdp opensource openxmlformats OPTIMIZEFORINVOKE +Optronics ORPHANEDDIALOGTITLE ORSCANS oss @@ -1340,6 +1353,7 @@ pguid phbm phbmp phicon +PHL Photoshop phwnd pici @@ -1461,6 +1475,7 @@ pwsz pwtd QDC qdc +QDS qit QITAB QITABENT @@ -1845,6 +1860,7 @@ THH THICKFRAME Thickframe THISCOMPONENT +Tianma throughs TILEDWINDOW TILLSON diff --git a/src/modules/powerdisplay/PowerDisplay.Lib/Helpers/PnpIdHelper.cs b/src/modules/powerdisplay/PowerDisplay.Lib/Helpers/PnpIdHelper.cs index 7bfba133e4..786521206b 100644 --- a/src/modules/powerdisplay/PowerDisplay.Lib/Helpers/PnpIdHelper.cs +++ b/src/modules/powerdisplay/PowerDisplay.Lib/Helpers/PnpIdHelper.cs @@ -31,7 +31,7 @@ public static class PnpIdHelper { "IVO", "InfoVision" }, { "LEN", "Lenovo" }, { "LGD", "LG Display" }, - { "NCP", "Najing CEC Panda" }, + { "NCP", "Nanjing CEC Panda" }, { "SAM", "Samsung" }, { "SDC", "Samsung Display" }, { "SEC", "Samsung Electronics" },