From 62cc7920e42d629fec6433c6471aadf614f1229b Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:10:57 +1100 Subject: [PATCH 1/3] Update syno_hdd_db.sh Added KIOXIA vendor id --- syno_hdd_db.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index c9e5a62..de1eaa7 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -604,6 +604,7 @@ vendor_from_id(){ 0x1cfa) vendor=Corsair ;; # Memory only? 0x1d97) vendor=SPCC/Lexar ;; # 2 brands with same vid 0x1dbe) vendor=ADATA ;; + 0x1e0f) vendor=KIOXIA ;; 0x1e49) vendor=ZHITAI ;; 0x1e4b) vendor=HS/MAXIO ;; # 2 brands with same vid 0x1f40) vendor=Netac ;; From abe7bc694e6942d1eecd6b8b3abcd76e77849015 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:12:19 +1100 Subject: [PATCH 2/3] Update CHANGES.txt Added KIOXIA vendor id. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index e6ee8d2..bc5c813 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +v3.2.69 +- Added KIOXIA vendor id. + 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. Issue #132, #148 From 17ad9904536b0ae86302dd0e0291d71d8cb0115e Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:14:26 +1100 Subject: [PATCH 3/3] Update my-other-scripts.md --- my-other-scripts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/my-other-scripts.md b/my-other-scripts.md index a4bb068..877bb6f 100644 --- a/my-other-scripts.md +++ b/my-other-scripts.md @@ -13,6 +13,9 @@ ## All my Synology Scripts - **Synology_enable_M2_card** - Enable Synology M.2 PCIe cards in Synology NAS that don't officially support them. +- **Synology_enable_eunit** + - Enable an unsupported Synology eSATA Expansion Unit models. + - **Synology_enable_Deduplication** - Enable deduplication with non-Synology SSDs and unsupported NAS models.