Skip to content
Snippets Groups Projects
Commit 3a5c3c42 authored by chrfranke's avatar chrfranke
Browse files

drivedb.h:

- USB: Samsung Portable SSD T7 (0x04e8:0x4001) (GH pull/102)
- USB: Intrinsix (0x0578:0x0578)
- USB: Logitec LGB-4BNHUC (0x0789:0x0296) (GH pull/123)
- USB: Apricorn EZ-UP3 (0x0984:0x0320) (#1565)
- USB: ADATA ED600 (0x125f:0xa76a) (#1613)
- USB: ICY BOX IB-256WP (0x1e1d:0x20a0)
- USB: VIA VL700 (0x2109:0x0700)

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5385 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 54eefbca
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,15 @@ $Id$ ...@@ -2,6 +2,15 @@ $Id$
2022-05-22 Christian Franke <franke@computer.org> 2022-05-22 Christian Franke <franke@computer.org>
drivedb.h:
- USB: Samsung Portable SSD T7 (0x04e8:0x4001) (GH pull/102)
- USB: Intrinsix (0x0578:0x0578)
- USB: Logitec LGB-4BNHUC (0x0789:0x0296) (GH pull/123)
- USB: Apricorn EZ-UP3 (0x0984:0x0320) (#1565)
- USB: ADATA ED600 (0x125f:0xa76a) (#1613)
- USB: ICY BOX IB-256WP (0x1e1d:0x20a0)
- USB: VIA VL700 (0x2109:0x0700)
ataprint.cpp: Print Master Password ID if set to non-default value. ataprint.cpp: Print Master Password ID if set to non-default value.
2022-05-22 Eaton Zveare <eaton@eaton-works.com> 2022-05-22 Eaton Zveare <eaton@eaton-works.com>
......
...@@ -5126,7 +5126,7 @@ const drive_settings builtin_knowndrives[] = { ...@@ -5126,7 +5126,7 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d usbjmicron" "-d usbjmicron"
}, },
// Hitachi (?) // Hitachi / Renesas
{ "USB: ; Renesas uPD720231A", // USB2/3->SATA { "USB: ; Renesas uPD720231A", // USB2/3->SATA
// 0x0229: Pi-102 Raspberry Pi USB to mSATA Converter Board // 0x0229: Pi-102 Raspberry Pi USB to mSATA Converter Board
// 0x022a: DeLock 62652 converter SATA 6GB/s > USB 3.0 // 0x022a: DeLock 62652 converter SATA 6GB/s > USB 3.0
...@@ -5201,6 +5201,12 @@ const drive_settings builtin_knowndrives[] = { ...@@ -5201,6 +5201,12 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d usbjmicron" "-d usbjmicron"
}, },
{ "USB: Samsung Portable SSD T7; ASMedia ASM2362",
"0x04e8:0x4001",
"",
"",
"-d sntasmedia"
},
{ "USB: Samsung Story Station; ", { "USB: Samsung Story Station; ",
"0x04e8:0x5f0[56]", "0x04e8:0x5f0[56]",
"", "",
...@@ -5292,6 +5298,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -5292,6 +5298,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d usbsunplus" "-d usbsunplus"
}, },
// Intrinsix
{ "USB: ; Intrinsix",
"0x0578:0x0578",
"", // 0x0202
"",
"-d sat" // ATA output registers missing
},
// Iomega // Iomega
{ "USB: Iomega Prestige Desktop USB 3.0; ", { "USB: Iomega Prestige Desktop USB 3.0; ",
"0x059b:0x0070", "0x059b:0x0070",
...@@ -5523,6 +5536,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -5523,6 +5536,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d sat" "-d sat"
}, },
// Logitec
{ "USB: Logitec LGB-4BNHUC; ",
"0x0789:0x0296",
"",
"",
"-d sat"
},
// SanDisk // SanDisk
{ "USB: SanDisk SDCZ80 Flash Drive; Fujitsu", // ATA ID: SanDisk pSSD { "USB: SanDisk SDCZ80 Flash Drive; Fujitsu", // ATA ID: SanDisk pSSD
"0x0781:0x558[08]", "0x0781:0x558[08]",
...@@ -5579,7 +5599,7 @@ const drive_settings builtin_knowndrives[] = { ...@@ -5579,7 +5599,7 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d usbjmicron" "-d usbjmicron"
}, },
// Fast Point Technologies (?) // Fast Point Technologies
{ "USB: ; ", { "USB: ; ",
"0x0850:0x00(03|31)", "0x0850:0x00(03|31)",
"", // 0x0100 "", // 0x0100
...@@ -5657,10 +5677,10 @@ const drive_settings builtin_knowndrives[] = { ...@@ -5657,10 +5677,10 @@ const drive_settings builtin_knowndrives[] = {
"-d sat,12" "-d sat,12"
}, },
// Apricorn // Apricorn
{ "USB: Apricorn SATA Wire; ", { "USB: Apricorn; ",
"0x0984:0x0(040|301)", // 0x0040: Apricorn SATA Wire "0x0984:0x0(040|301|320)", // 0x0040: Apricorn SATA Wire
"", // 0x0301 (0x0201): Corsair SSD & HDD Cloning Kit "", // 0x0301 (0x0201): Corsair SSD & HDD Cloning Kit
"", "", // 0x0320 (0x0133): Apricorn EZ-UP3 (Initio INIC-3607)
"-d sat" "-d sat"
}, },
// Neodio Technologies // Neodio Technologies
...@@ -5834,10 +5854,10 @@ const drive_settings builtin_knowndrives[] = { ...@@ -5834,10 +5854,10 @@ const drive_settings builtin_knowndrives[] = {
}, },
// ADATA // ADATA
{ "USB: ADATA; ", { "USB: ADATA; ",
"0x125f:0xa(11|13|15|21|31|35|37|75|83)a", // 0xa11a: Classic CH11 1TB, 0xa13a: NH13 1TB, "0x125f:0xa(1[135]|21|31|3[57]|7[56]|83)a", // 0xa11a: Classic CH11 1TB, 0xa13a: NH13 1TB,
"", // 0xa15a: HD710 1TB, 0xa21a: HV610 (0x4504), 0xa31a: HV620 2TB (0x0100), "", // 0xa15a: HD710 1TB, 0xa21a: HV610 (0x4504), 0xa31a: HV620 2TB (0x0100),
"", // 0xa35a: HD650 2TB (0x6503), 0xa37a: Silverstone MS10 M.2 (0x3103), 0xa75a: HD710P 4TB, "", // 0xa35a: HD650 2TB (0x6503), 0xa37a: Silverstone MS10 M.2 (0x3103), 0xa75a: HD710P 4TB,
// 0xa83a: HD330 (0x0100) // 0xa76a: ED600 (0x0204), 0xa83a: HD330 (0x0100)
"-d sat" "-d sat"
}, },
{ "USB: ADATA; Cypress", { "USB: ADATA; Cypress",
...@@ -6151,6 +6171,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6151,6 +6171,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d usbsunplus" "-d usbsunplus"
}, },
// Kanguru Solutions
{ "USB: ; ", // ICY BOX IB-256WP
"0x1e1d:0x20a0",
"", // 0x3203
"",
"-d sat" // ATA output registers missing
},
// TrekStor // TrekStor
{ "USB: TrekStor DataStation; ", // DataStation maxi light (USB 3.0) { "USB: TrekStor DataStation; ", // DataStation maxi light (USB 3.0)
"0x1e68:0x0050", "0x1e68:0x0050",
...@@ -6158,7 +6185,7 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6158,7 +6185,7 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d sat" "-d sat"
}, },
// 0x1e91 (?) // Other World Computing
{ "USB: OWC Envoy Pro; ", { "USB: OWC Envoy Pro; ",
"0x1e91:0xa2a5", "0x1e91:0xa2a5",
"", // 0x0100 "", // 0x0100
...@@ -6191,9 +6218,9 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6191,9 +6218,9 @@ const drive_settings builtin_knowndrives[] = {
"-d sat" "-d sat"
}, },
// VIA Labs // VIA Labs
{ "USB: ; VIA VL701", // USB2/3->SATA { "USB: ; VIA VL700/1", // USB2/3->SATA
"0x2109:0x0701", // Intenso 2,5" 1TB USB3 "0x2109:0x070[01]", // 0x0701: Intenso 2,5" 1TB USB3
"", // 0x0107 "", // 0x0005/0x0107
"", "",
"-d sat" // ATA output registers missing "-d sat" // ATA output registers missing
}, },
...@@ -6216,21 +6243,21 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6216,21 +6243,21 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d sat" "-d sat"
}, },
// 0x2537 (?) // Norelsys
{ "USB: ; ", // USB 3.0 { "USB: ; ", // USB 3.0
"0x2537:0x106[68]", // 0x1066: Orico 2599US3, 0x1068: Fantec ER-35U3 "0x2537:0x106[68]", // 0x1066: Orico 2599US3, 0x1068: Fantec ER-35U3
"", // 0x0100 "", // 0x0100
"", "",
"-d sat" "-d sat"
}, },
// 0x2eb9 (?): See Realtek (0x0bda) above // InX8 / AKiTiO
// AKiTiO (?)
{ "USB: AkiTio NT2 U3.1C; ", { "USB: AkiTio NT2 U3.1C; ",
"0x2ce5:0x0014", "0x2ce5:0x0014",
"", // 0x0100 "", // 0x0100
"", "",
"-d sat" "-d sat"
}, },
// 0x2eb9 (?): See Realtek (0x0bda) above
// Power Quotient International // Power Quotient International
{ "USB: PQI H560; ", { "USB: PQI H560; ",
"0x3538:0x0902", "0x3538:0x0902",
...@@ -6311,7 +6338,7 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6311,7 +6338,7 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d sat" "-d sat"
}, },
// 0xabcd (?) // Logilink
{ "USB: ; ", { "USB: ; ",
"0xabcd:0x610[34]", // 0x6103: LogiLink AU0028A V1.0 USB 3.0 to IDE & SATA Adapter "0xabcd:0x610[34]", // 0x6103: LogiLink AU0028A V1.0 USB 3.0 to IDE & SATA Adapter
// 0x6104: LogiLink PCCloneEX Lite // 0x6104: LogiLink PCCloneEX Lite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment