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

knowndrives.cpp updates:

  - Hitachi Deskstar 7K2000
  - Seagate Momentus 7200 FDE.2 series


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2986 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 96a026d7
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,10 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -43,6 +43,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[MS] knowndrives.cpp updates:
- Hitachi Deskstar 7K2000
- Seagate Momentus 7200 FDE.2 series
[CF] Add USB ID of WD My Passport 070A. [CF] Add USB ID of WD My Passport 070A.
knowndrives.cpp update: knowndrives.cpp update:
- WD My Passport hard drive (USB interface) - WD My Passport hard drive (USB interface)
......
...@@ -891,6 +891,10 @@ static const drive_settings builtin_knowndrives[] = { ...@@ -891,6 +891,10 @@ static const drive_settings builtin_knowndrives[] = {
"(Hitachi )?HDT7210((16|25)SLA380|(32|50|64|75|10)SLA360)", "(Hitachi )?HDT7210((16|25)SLA380|(32|50|64|75|10)SLA360)",
"", "", "" "", "", ""
}, },
{ "Hitachi Deskstar 7K2000",
"Hitachi HDS722020ALA330",
"", "", ""
},
{ "Hitachi Ultrastar 7K1000", { "Hitachi Ultrastar 7K1000",
"(Hitachi )?HUA7210(50|75|10)KLA330", "(Hitachi )?HUA7210(50|75|10)KLA330",
"", "", "" "", "", ""
...@@ -983,6 +987,10 @@ static const drive_settings builtin_knowndrives[] = { ...@@ -983,6 +987,10 @@ static const drive_settings builtin_knowndrives[] = {
"ST9(160412|250410|320423|500420)ASG?", "ST9(160412|250410|320423|500420)ASG?",
"", "", "" "", "", ""
}, },
{ "Seagate Momentus 7200 FDE.2 series",
"ST9((160413|25041[12]|320426|50042[12])AS|(16041[89]|2504[16]4|32042[67]|500426)ASG)",
"", "", ""
},
{ "Seagate Medalist 1010, 1721, 2120, 3230 and 4340", // ATA2, with -t permissive { "Seagate Medalist 1010, 1721, 2120, 3230 and 4340", // ATA2, with -t permissive
"ST3(1010|1721|2120|3230|4340)A", "ST3(1010|1721|2120|3230|4340)A",
"", "", "" "", "", ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment