Skip to content
Snippets Groups Projects
Commit 46fc18cc authored by manfred99's avatar manfred99
Browse files

knowndrives.cpp updates:

- WD MyPassport Essential hard drive (USB interface) [sic!]
- Seagate Momentus 7200.4 series
- Western Digital Raptor X
- Intel X25-E SSD



git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2964 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 6c61a50f
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,12 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[MS] knowndrives.cpp updates:
- Western Digital MyPassport Essential hard drive (USB interface)
- Seagate Momentus 7200.4 series
- Western Digital Raptor X
- Intel X25-E SSD
[CF] knowndrives.cpp updates:
- New Seagate 7200.11 firmware version
- Update IBM link
......
......@@ -73,6 +73,10 @@ static const drive_settings builtin_knowndrives[] = {
"OCZ-VERTEX.*",
"", "", ""
},
{ "Intel X25-E SSD",
"SSDSA2SH(032|064)G1.* INTEL",
"", "", ""
},
{ "Transcend Solid-State Drive",
"TS(8|16|32|64|128)GSSD25-(M|S)",
"", "", ""
......@@ -929,6 +933,10 @@ static const drive_settings builtin_knowndrives[] = {
"ST9((80|120|160)411|(250|320)421)ASG?",
"", "", ""
},
{ "Seagate Momentus 7200.4 series",
"ST9(160412|250410|320423|500420)ASG?",
"", "", ""
},
{ "Seagate Medalist 1010, 1721, 2120, 3230 and 4340", // ATA2, with -t permissive
"ST3(1010|1721|2120|3230|4340)A",
"", "", ""
......@@ -1219,6 +1227,10 @@ static const drive_settings builtin_knowndrives[] = {
"WDC WD((360|740|800)GD|(360|740|1500)ADF[DS])-.*",
"", "", ""
},
{ "Western Digital Raptor X",
"WDC WD1500AHFD-.*",
"", "", ""
},
{ "Western Digital VelociRaptor family",
"WDC WD((1500|3000)B|3000G)LFS-.*",
"", "", ""
......@@ -1243,6 +1255,10 @@ static const drive_settings builtin_knowndrives[] = {
"WDC WD(8|12|16|25|32)00B[EJ]KT-.*",
"", "", ""
},
{ "Western Digital MyPassport Essential hard drive (USB interface)",
"WDC WD3200BMVU-.*",
"", "", ""
},
{ "Quantum Bigfoot series",
"QUANTUM BIGFOOT TS10.0A",
"", "", ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment