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

knowndrives.cpp updates: WD RE2-GP, Hitachi E5K160, 5K160 uppercase

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2709 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 74f458e3
Branches
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.762 2009/01/15 22:52:50 chrfranke Exp $ $Id: CHANGELOG,v 1.763 2009/01/21 22:33:00 manfred99 Exp $
The most recent version of this file is: The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
...@@ -41,6 +41,11 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -41,6 +41,11 @@ 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:
- Added Western Digital RE2-GP family
- Added Hitachi Travelstar E5K160 family
- Allow uppercase variants of Hitachi 5K160 drives
[CF] Fix smartctl crash on '-l directory,[gs]'. Allow to override [CF] Fix smartctl crash on '-l directory,[gs]'. Allow to override
missing GPL feature bit or missing log dir entry with missing GPL feature bit or missing log dir entry with
'-T permissive' option. '-T permissive' option.
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <stdexcept> #include <stdexcept>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.191 2009/01/11 13:24:53 manfred99 Exp $" const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.192 2009/01/21 22:33:00 manfred99 Exp $"
ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40 #define MODEL_STRING_LENGTH 40
...@@ -659,7 +659,11 @@ static const drive_settings builtin_knowndrives[] = { ...@@ -659,7 +659,11 @@ static const drive_settings builtin_knowndrives[] = {
"", "", "" "", "", ""
}, },
{ "Hitachi Travelstar 5K160 series", { "Hitachi Travelstar 5K160 series",
"(Hitachi )?HTS5416([468]0|1[26])J9(AT|SA)00", "(Hitachi |HITACHI )?HTS5416([468]0|1[26])J9(AT|SA)00",
"", "", ""
},
{ "Hitachi Travelstar E5K160 series",
"(Hitachi )?HTE5416(12|16|60|80)J9(AT|SA)00",
"", "", "" "", "", ""
}, },
{ "Hitachi Travelstar 5K250 series", { "Hitachi Travelstar 5K250 series",
...@@ -1039,6 +1043,10 @@ static const drive_settings builtin_knowndrives[] = { ...@@ -1039,6 +1043,10 @@ static const drive_settings builtin_knowndrives[] = {
"WDC WD((40|50|75)00(YR|YS|AYYS)|(16|32|40|50)0[01]ABYS)-.*", "WDC WD((40|50|75)00(YR|YS|AYYS)|(16|32|40|50)0[01]ABYS)-.*",
"", "", "" "", "", ""
}, },
{ "Western Digital RE2-GP family",
"WDC WD(5000AB|7500AY|1000FY)PS-.*",
"", "", ""
},
{ "Western Digital RE3 Serial ATA family", { "Western Digital RE3 Serial ATA family",
"WDC WD((25|32|50)02A|(75|10)02F)BYS-.*", "WDC WD((25|32|50)02A|(75|10)02F)BYS-.*",
"", "", "" "", "", ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment