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

Merge r5600 r5601 into 6.0-7.3 drivedb.h branches.

parent 35c34ccb
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
/* /*
const drive_settings builtin_knowndrives[] = { const drive_settings builtin_knowndrives[] = {
*/ */
{ "VERSION: 6.4/5598 2024-03-25 17:20:08 $Id$", { "VERSION: 6.4/5601 2024-03-28 17:42:51 $Id$",
"-", "-", "-", "-",
"Version information", "Version information",
"" ""
...@@ -5901,6 +5901,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -5901,6 +5901,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d sat,12" "-d sat,12"
}, },
// Kingston
{ "USB: Kingston DataTraveller; ",
"0x0951:0x177f",
"",
"",
"-d sat,12"
},
// Apricorn // Apricorn
{ "USB: Apricorn; ", { "USB: Apricorn; ",
"0x0984:0x0(040|301|320)", // 0x0040: Apricorn SATA Wire "0x0984:0x0(040|301|320)", // 0x0040: Apricorn SATA Wire
...@@ -5915,6 +5922,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -5915,6 +5922,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d sat" "-d sat"
}, },
// Asus (?)
{ "USB: ; ",
"0x0b05:0x17f8", // ASUSTek T100TA
"", // 0x0100
"",
"-d sat"
},
// Seagate // Seagate
{ "USB: Seagate External Drive; Cypress", { "USB: Seagate External Drive; Cypress",
"0x0bc2:0x0503", "0x0bc2:0x0503",
...@@ -6056,6 +6070,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6056,6 +6070,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d usbcypress" "-d usbcypress"
}, },
// TerraMaster (?)
{ "USB: ; ",
"0x1000:0x1352", // TerraMaster D5-300C 5-Bay Box
"",
"",
"-d sat"
},
// iRiver // iRiver
{ "USB: iRiver iHP-120/140 MP3 Player; Cypress", { "USB: iRiver iHP-120/140 MP3 Player; Cypress",
"0x1006:0x3002", "0x1006:0x3002",
...@@ -6077,9 +6098,9 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6077,9 +6098,9 @@ const drive_settings builtin_knowndrives[] = {
"-d sat" "-d sat"
}, },
// Atech Flash Technology // Atech Flash Technology
{ "USB: ; Atech", // Enclosure from Kingston SSDNow notebook upgrade kit { "USB: ; Atech", // Kingston
"0x11b0:0x6298", "0x11b0:0x6(298|388)",
"", // 0x0108 "", // 0x0108, 0x5408
"", "",
"-d sat" "-d sat"
}, },
...@@ -6181,8 +6202,8 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6181,8 +6202,8 @@ const drive_settings builtin_knowndrives[] = {
"-d sat" "-d sat"
}, },
{ "USB: ; JMicron", { "USB: ; JMicron",
"0x152d:0x0579", // Intenso External "0x152d:0x05(79|80)", // 0x0579(0x0100): Intenso External
"", // 0x0100 "", // 0x0100, 0x0201
"", "",
"-d sat" "-d sat"
}, },
...@@ -6301,9 +6322,9 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6301,9 +6322,9 @@ const drive_settings builtin_knowndrives[] = {
"-d sat" "-d sat"
}, },
{ "USB: ; JMicron", { "USB: ; JMicron",
"0x152d:0x578e", "0x152d:0x(578e|b567)",
"", // 0x1402, Intenso Memory Center "", // 0x578e(0x1402): Intenso Memory Center
"", "", // 0xb567: Fantec AD-U3S
"-d sat" "-d sat"
}, },
{ "USB: ; JMicron JMS561", // USB3->2xSATA { "USB: ; JMicron JMS561", // USB3->2xSATA
...@@ -6319,6 +6340,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6319,6 +6340,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d sat" "-d sat"
}, },
// Pinas
{ "USB: ; Pinas",
"0x1741:0x1156", // Argon EON, device #2
"", // 0x0100
"",
"-d sat"
},
// ASMedia // ASMedia
{ "USB: ; ASMedia ASM236x", // USB->PCIe (NVMe) { "USB: ; ASMedia ASM236x", // USB->PCIe (NVMe)
"0x174c:0x236[24]", "0x174c:0x236[24]",
...@@ -6339,6 +6367,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6339,6 +6367,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d sat" "-d sat"
}, },
// Pinas
{ "USB: ; Pinas",
"0x174e:0x1155", // Argon EON, device #1
"", // 0x0100
"",
"-d sat"
},
// LucidPort // LucidPort
{ "USB: ; LucidPORT USB300", // RaidSonic ICY BOX IB-110StU3-B, Sharkoon SATA QuickPort H3 { "USB: ; LucidPORT USB300", // RaidSonic ICY BOX IB-110StU3-B, Sharkoon SATA QuickPort H3
"0x1759:0x500[02]", // 0x5000: USB 2.0, 0x5002: USB 3.0 "0x1759:0x500[02]", // 0x5000: USB 2.0, 0x5002: USB 3.0
...@@ -6396,7 +6431,7 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6396,7 +6431,7 @@ const drive_settings builtin_knowndrives[] = {
"-d sat,12" "-d sat,12"
}, },
{ "USB: Verbatim External Hard Drive; ", // USB 3.0 { "USB: Verbatim External Hard Drive; ", // USB 3.0
"0x18a5:0x040[08]", // 0=3TB, 8=1TB "0x18a5:0x04(0[08]|46)", // 00=3TB, 08=1TB, 46=500MB Mobile
"", "",
"", "",
"-d sat" "-d sat"
...@@ -6422,6 +6457,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6422,6 +6457,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d usbsunplus" "-d usbsunplus"
}, },
// Actions Microelectronics
{ "USB: ; Actions AM8180", // rebranded Realtek RTL9210
"0x1de1:0xe101",
"", // 0x2001
"",
"" // smartmontools >= r5051: -d sntrealtek
},
// Kanguru Solutions // Kanguru Solutions
{ "USB: ; ", // ICY BOX IB-256WP { "USB: ; ", // ICY BOX IB-256WP
"0x1e1d:0x20a0", "0x1e1d:0x20a0",
...@@ -6494,9 +6536,9 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6494,9 +6536,9 @@ const drive_settings builtin_knowndrives[] = {
"-d sat" "-d sat"
}, },
// Transcend (?) // Transcend (?)
{ "USB: Transcend ESD400; ", { "USB: Transcend ESD310/400; ",
"0x2174:0x2000", // TS256GESD400K "0x2174:0x2[01]00", // 0x2000: TS256GESD400K. 0x2100: TS512GESD310C
"", // 0x1000 "", // 0x1000, 0x0100
"", "",
"-d sat" "-d sat"
}, },
...@@ -6514,6 +6556,13 @@ const drive_settings builtin_knowndrives[] = { ...@@ -6514,6 +6556,13 @@ const drive_settings builtin_knowndrives[] = {
"", "",
"-d sat" "-d sat"
}, },
// KIOXIA (?)
{ "USB: ; ", // KIOXIA EXCERIA PLUS
"0x30de:0x1000",
"",
"",
"" // smartmontools >= r4850: -d sntjmicron[#please_try]
},
// 0x2eb9 (?): See Realtek (0x0bda) above // 0x2eb9 (?): See Realtek (0x0bda) above
// Power Quotient International // Power Quotient International
{ "USB: PQI H560; ", { "USB: PQI H560; ",
......
-----BEGIN PGP SIGNATURE----- -----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEBX8ZPeH5i+VyL5vy84djzt/SJVkFAmYBs88ACgkQ84djzt/S iQEzBAABCAAdFiEEBX8ZPeH5i+VyL5vy84djzt/SJVkFAmYFrgwACgkQ84djzt/S
JVn1Wgf+PQZjwq/+cFiYqUKobnhhlYSu1IkyjwEMxe+uFuIVR5Sp0Q76kjk1r/Wo JVkpZgf/emjgoZ1tznPPE+oMa+lA9UMsEGEO8xFa1hlWjAOB2ynul2sfT1aS26QJ
KwcMbEiKLBdkojPAS3pii7lwqSu34PhkiM1atZS6H/Zyq5/P0E0mC+z+dGaVps4V VsG45xXcLWiXoAdzZ6uxZ996rAfvSQvPv4o8uDFjoicuaX25ebyJ4O3VLt5Dah8J
gbYIts5xS8AhbNhHcWwueWkQA9j+puun1qUjnbHHGrksGN/yOO6iCPBVzlZNzpeZ TNeFXUlZDZhkCj/b9ey+ctnL665CYctOsD9yIDKZzomZRBrVGRcsU/ufb+jy+4TW
Us4CUd7zem7H7EukseVeWCFaPVibcfFh0qaavpzT4ZM1MIObNRIgqDJN03o+vZ1p eUXKaRkBWhVm2h2Ej4GAA7MX+fk3ClvvQ+9S/mNq5OJ33FEJ1SLGkqNptynJJ6i3
KcN/hJs1rZmmrMevfS+WP2mUfZshdpZ5cJZyCBdc/CdmkGL6cRCHq55lUWyb4O4D PH1noN+Ic6LuYjKhDE9eVebq7B4MPuSJT0QokhXW7Iey5H0WnfYbhM7tF9Z0LrgS
zIMiOYovfUK1vJu74aIH/Lsa7fxKAA== b7kPojyw98YOQcWWyvnT/noAD4Um3Q==
=navU =Psrl
-----END PGP SIGNATURE----- -----END PGP SIGNATURE-----
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment