Dave Russell
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
7 additions and
0 deletions
-
CHANGES.txt
-
my-other-scripts.md
-
syno_hdd_db.sh
|
|
@ -1,3 +1,6 @@ |
|
|
|
|
|
v3.2.69 |
|
|
|
|
|
- Added KIOXIA vendor id. |
|
|
|
|
|
|
|
|
v3.2.68 |
|
|
v3.2.68 |
|
|
- Updated so E10M20-T1, M2D20, M2D18 and M2D17 now work in models that use device tree and are using: |
|
|
- 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 |
|
|
- DSM 7.2 Update 2 and 3, 7.2.1, 7.2.1 Update 1, 2 and 3. Issue #132, #148 |
|
|
|
|
|
@ -13,6 +13,9 @@ ## All my Synology Scripts |
|
|
- **<a href="https://github.com/007revad/Synology_enable_M2_card">Synology_enable_M2_card</a>** |
|
|
- **<a href="https://github.com/007revad/Synology_enable_M2_card">Synology_enable_M2_card</a>** |
|
|
- Enable Synology M.2 PCIe cards in Synology NAS that don't officially support them. |
|
|
- Enable Synology M.2 PCIe cards in Synology NAS that don't officially support them. |
|
|
|
|
|
|
|
|
|
|
|
- **<a href="https://github.com/007revad/Synology_enable_eunit">Synology_enable_eunit</a>** |
|
|
|
|
|
- Enable an unsupported Synology eSATA Expansion Unit models. |
|
|
|
|
|
|
|
|
- **<a href="https://github.com/007revad/Synology_enable_Deduplication">Synology_enable_Deduplication</a>** |
|
|
- **<a href="https://github.com/007revad/Synology_enable_Deduplication">Synology_enable_Deduplication</a>** |
|
|
- Enable deduplication with non-Synology SSDs and unsupported NAS models. |
|
|
- Enable deduplication with non-Synology SSDs and unsupported NAS models. |
|
|
|
|
|
|
|
|
|
|
|
@ -604,6 +604,7 @@ vendor_from_id(){ |
|
|
0x1cfa) vendor=Corsair ;; # Memory only? |
|
|
0x1cfa) vendor=Corsair ;; # Memory only? |
|
|
0x1d97) vendor=SPCC/Lexar ;; # 2 brands with same vid |
|
|
0x1d97) vendor=SPCC/Lexar ;; # 2 brands with same vid |
|
|
0x1dbe) vendor=ADATA ;; |
|
|
0x1dbe) vendor=ADATA ;; |
|
|
|
|
|
0x1e0f) vendor=KIOXIA ;; |
|
|
0x1e49) vendor=ZHITAI ;; |
|
|
0x1e49) vendor=ZHITAI ;; |
|
|
0x1e4b) vendor=HS/MAXIO ;; # 2 brands with same vid |
|
|
0x1e4b) vendor=HS/MAXIO ;; # 2 brands with same vid |
|
|
0x1f40) vendor=Netac ;; |
|
|
0x1f40) vendor=Netac ;; |
|
|
|