Skip to content
Snippets Groups Projects
Commit 127794ac authored by shattered's avatar shattered
Browse files

Match 160, 200, and 250GB models of WDC Scorpio family. From L. J. Wu.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2454 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 96f1b654
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
#include "knowndrives.h"
#include "utility.h" // includes <regex.h>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.162 2007/11/05 00:29:11 geoffk1 Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.163 2008/01/26 09:33:37 shattered Exp $"
ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40
......@@ -1089,7 +1089,7 @@ const drivesettings knowndrives[] = {
NULL, NULL, NULL, NULL
},
{ "Western Digital Scorpio family",
"^WDC WD((12|10|8|6|4)00(UE|VE|BEAS|BEVS))-.*$",
"^WDC WD((25|20|16|12|10|8|6|4)00(UE|VE|BEAS|BEVS))-.*$",
".*",
NULL, NULL, NULL, NULL
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment