From e4f5403e1931af6612f29f138dd5604a64594128 Mon Sep 17 00:00:00 2001 From: lmepisowifi Date: Thu, 30 Jul 2026 15:09:06 +0800 Subject: [PATCH 1/2] Fix formatting for vendor names in vendor.md --- _gpon/vendor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_gpon/vendor.md b/_gpon/vendor.md index 8705c1f4..b6c970b9 100644 --- a/_gpon/vendor.md +++ b/_gpon/vendor.md @@ -14,7 +14,7 @@ Here is a list of the most popular Vendor IDs: | ID | HEX ID | Vendor Name | | ------ | ---------- | -------------------- | -| `ADTN` | `4144544e` | Adtran | +| `ADTN` | `4144544e` | Adtran | | `ALCL` | `414c434c` | Nokia/Alcatel-Lucent | | `ALLG` | `414c4c47` | ALLNET | | `AVMG` | `41564d47` | AVM (FRITZ!Box) | @@ -45,7 +45,7 @@ Here is a list of the most popular Vendor IDs: | `LQDE` | `4c514445` | Lantiq | | `NOKG` | `4e4f4b47` | Nokia (GemTek ODM) | | `NOKW` | `4e4f4b57` | Nokia (GemTek ODM) | -| `MSTC` | `4d535443` | Mitrastar | +| `PRLN` | `50524c4e` | Prolink | | `PTIN` | `5054494e` | Altice/PT Inovação | | `RTKG` | `52544b47` | Realtek | | `SCOM` | `53434f4d` | Sercomm | From fe58817ab76f4b67295905f8d25a6b2b6740c277 Mon Sep 17 00:00:00 2001 From: lmepisowifi Date: Thu, 30 Jul 2026 15:13:14 +0800 Subject: [PATCH 2/2] re-add mstc as it was accidentally deleted --- _gpon/vendor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_gpon/vendor.md b/_gpon/vendor.md index b6c970b9..54b0e763 100644 --- a/_gpon/vendor.md +++ b/_gpon/vendor.md @@ -43,6 +43,7 @@ Here is a list of the most popular Vendor IDs: | `KAON` | `4b414f4e` | KAONMEDIA | | `LEOX` | `4c454f58` | LEOX | | `LQDE` | `4c514445` | Lantiq | +| `MSTC` | `4d535443` | Mitrastar | | `NOKG` | `4e4f4b47` | Nokia (GemTek ODM) | | `NOKW` | `4e4f4b57` | Nokia (GemTek ODM) | | `PRLN` | `50524c4e` | Prolink |