[PR #164] [MERGED] Develop #293

Closed
opened 2026-03-07 19:17:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/007revad/Synology_HDD_db/pull/164
Author: @007revad
Created: 12/2/2023
Status: Merged
Merged: 12/2/2023
Merged by: @007revad

Base: mainHead: develop


📝 Commits (10+)

📊 Changes

17 files changed (+490 additions, -397 deletions)

View changed files

📝 CHANGES.txt (+13 -0)
📝 README.md (+15 -27)
bin/dtbpatch (+0 -0)
dtb/DS1520+_model.dtb (+0 -0)
dtb/DS1621+_model.dtb (+0 -0)
dtb/DS1821+_model.dtb (+0 -0)
dtb/DS1823+_model.dtb (+0 -0)
dtb/DS2422+_model.dtb (+0 -0)
dtb/RS1221+_model.dtb (+0 -0)
dtb/RS1221RP+_model.dtb (+0 -0)
dtb/RS2421+_model.dtb (+0 -0)
dtb/RS2421RP+_model.dtb (+0 -0)
dtb/RS2423+_model.dtb (+0 -0)
dtb/RS2821RP+_model.dtb (+0 -0)
dtb/RS822+_model.dtb (+0 -0)
dtb/RS822RP+_model.dtb (+0 -0)
📝 syno_hdd_db.sh (+462 -370)

📄 Description

v3.2.68

  • Updated so E10M20-T1, M2D20, M2D18 and M2D17 now work in models that use device tree and are using:
    • DSM 7.2 Update 2 and 3, 7.2.1, 7.2.1 Update 1, 2 and 3.
    • Fix Issue #132
    • Fix Issue #148
  • Now edits model.dtb instead of downloading a pre-edited version.
  • Improvements to --restore option.
  • Fix for Unknown vendor causing "Unsupported firmware version" warning.
  • Now supports NVMe drives that show as Unknown brand in storage manager:
    • ADATA, Corsair, Gigabyte, HS/MAXIO, MSI, Netac, Phison, PNY
    • SK Hynix, Solidigm, SPCC/Lexar, TEAMGROUP, UMIS, ZHITAI
    • Fix Issue #161
  • Fixed bug where memory was shown in MB but with GB unit.
  • Removed -i, --immutable option.
  • Minor bug fixes.

🔄 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/007revad/Synology_HDD_db/pull/164 **Author:** [@007revad](https://github.com/007revad) **Created:** 12/2/2023 **Status:** ✅ Merged **Merged:** 12/2/2023 **Merged by:** [@007revad](https://github.com/007revad) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`8600d35`](https://github.com/007revad/Synology_HDD_db/commit/8600d3520c8917c24c1481fac37614c8f8ef26de) Add files via upload - [`9fb2f16`](https://github.com/007revad/Synology_HDD_db/commit/9fb2f162c23e484116ec68105789c0ac2ff0275f) Create temp.txt - [`eff49cb`](https://github.com/007revad/Synology_HDD_db/commit/eff49cba3dbe0a6feefef24a846b44320680bb15) Add files via upload - [`60cb16f`](https://github.com/007revad/Synology_HDD_db/commit/60cb16ff7d22bd1a4934e7d90416d9bd11af71ec) Delete lib/temp.txt - [`fad8d82`](https://github.com/007revad/Synology_HDD_db/commit/fad8d826d4fd6323d909fea0c78137027017bacd) Merge pull request #155 from 007revad/main - [`59b8c27`](https://github.com/007revad/Synology_HDD_db/commit/59b8c273be28787ccca443d01a099436b575f57f) Update README.md - [`d07dbba`](https://github.com/007revad/Synology_HDD_db/commit/d07dbba7fb2d5b47402abb60a03d2647bf957621) Update README.md - [`37a4300`](https://github.com/007revad/Synology_HDD_db/commit/37a430014ffc33e9e9f4fa8d679655a292d5ea4f) Add files via upload - [`619d29b`](https://github.com/007revad/Synology_HDD_db/commit/619d29b5e56752c0b60054e61916555595d6127d) Add files via upload - [`3a6b3d4`](https://github.com/007revad/Synology_HDD_db/commit/3a6b3d40ee2b49a8665a4b35f99e8aca6045980d) Delete bin/dtbpatch ### 📊 Changes **17 files changed** (+490 additions, -397 deletions) <details> <summary>View changed files</summary> 📝 `CHANGES.txt` (+13 -0) 📝 `README.md` (+15 -27) ➖ `bin/dtbpatch` (+0 -0) ➖ `dtb/DS1520+_model.dtb` (+0 -0) ➖ `dtb/DS1621+_model.dtb` (+0 -0) ➖ `dtb/DS1821+_model.dtb` (+0 -0) ➖ `dtb/DS1823+_model.dtb` (+0 -0) ➖ `dtb/DS2422+_model.dtb` (+0 -0) ➖ `dtb/RS1221+_model.dtb` (+0 -0) ➖ `dtb/RS1221RP+_model.dtb` (+0 -0) ➖ `dtb/RS2421+_model.dtb` (+0 -0) ➖ `dtb/RS2421RP+_model.dtb` (+0 -0) ➖ `dtb/RS2423+_model.dtb` (+0 -0) ➖ `dtb/RS2821RP+_model.dtb` (+0 -0) ➖ `dtb/RS822+_model.dtb` (+0 -0) ➖ `dtb/RS822RP+_model.dtb` (+0 -0) 📝 `syno_hdd_db.sh` (+462 -370) </details> ### 📄 Description v3.2.68 - Updated so E10M20-T1, M2D20, M2D18 and M2D17 now work in models that use device tree and are using: - DSM 7.2 Update 2 and 3, 7.2.1, 7.2.1 Update 1, 2 and 3. - Fix Issue #132 - Fix Issue #148 - Now edits model.dtb instead of downloading a pre-edited version. - Improvements to --restore option. - Fix for Unknown vendor causing "Unsupported firmware version" warning. - Fix Issue #161 - Now supports NVMe drives that show as Unknown brand in storage manager: - ADATA, Corsair, Gigabyte, HS/MAXIO, MSI, Netac, Phison, PNY - SK Hynix, Solidigm, SPCC/Lexar, TEAMGROUP, UMIS, ZHITAI - Fix Issue #161 - Fixed bug where memory was shown in MB but with GB unit. - Removed -i, --immutable option. - Minor bug fixes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 19:17:36 +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/Synology_HDD_db#293
No description provided.