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

knowndrives.cpp updates: Add Samsung SpinPoint F1 series.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2716 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent a7f27e22
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.764 2009/01/25 18:43:01 chrfranke Exp $
$Id: CHANGELOG,v 1.765 2009/01/27 17:47:14 chrfranke Exp $
The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
......@@ -41,6 +41,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] knowndrives.cpp updates: Add Samsung SpinPoint F1 series.
[CF] Windows: Fix return value of scsi_pass_through(). Regression
was introduced during migration to new interface. SAT over USB
now works on XP (both '-d sat,12' and '-d sat,16').
......
......@@ -35,7 +35,7 @@
#include <stdexcept>
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.192 2009/01/21 22:33:00 manfred99 Exp $"
const char *knowndrives_c_cvsid="$Id: knowndrives.cpp,v 1.193 2009/01/27 17:47:15 chrfranke Exp $"
ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID KNOWNDRIVES_H_CVSID UTILITY_H_CVSID;
#define MODEL_STRING_LENGTH 40
......@@ -270,6 +270,10 @@ static const drive_settings builtin_knowndrives[] = {
"",
"-v 9,halfminutes -F samsung"
},
{ "SAMSUNG SpinPoint F1 series", // tested with HD103UJ/1AA01113
"SAMSUNG HD(083G|16[12]G|25[12]H|322H|501I|642J|753L|103U)J",
"", "", ""
},
{ "SAMSUNG SpinPoint T133 series", // tested with HD300LJ/ZT100-12, HD400LJ/ZZ100-14, HD401LJ/ZZ100-15
"SAMSUNG HD(250KD|(30[01]|320|40[01])L[DJ])",
"", "", ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment