From 128fe5c028d11fa92d49773f57dca82618140c3e Mon Sep 17 00:00:00 2001
From: manfred99 <manfred99@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Tue, 9 Feb 2010 22:30:26 +0000
Subject: [PATCH] drivedb.h updates:  - more Seagate Momentus 5400.6 drives  -
 HP 500GB drive MM0500EANCR

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3063 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/CHANGELOG | 4 ++++
 smartmontools/drivedb.h | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index 2feff913b..87d2b9d0a 100644
--- a/smartmontools/CHANGELOG
+++ b/smartmontools/CHANGELOG
@@ -43,6 +43,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 
 <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
 
+  [MS] drivedb.h updates:
+       - more Seagate Momentus 5400.6 drives
+       - HP 500GB drive MM0500EANCR
+
   [CF] Windows: Cleanup I/O-control declarations, rely on include
        files if possible.
 
diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h
index 89f1f647e..60f320b6d 100644
--- a/smartmontools/drivedb.h
+++ b/smartmontools/drivedb.h
@@ -183,6 +183,10 @@ const drive_settings builtin_knowndrives[] = {
     "GB1000EAFJL",
     "", "", ""
   },
+  { "HP 500GB SATA disk MM0500EANCR",
+    "MM0500EANCR",
+    "", "", ""
+  },
   { "IBM Deskstar 60GXP series",  // ER60A46A firmware
     "(IBM-|Hitachi )?IC35L0[12346]0AVER07.*",
     "ER60A46A",
@@ -1031,7 +1035,7 @@ const drive_settings builtin_knowndrives[] = {
     "", "", ""
   },
   { "Seagate Momentus 5400.6 series",
-    "ST9((12|25)0315AS|500325)ASG?",
+    "ST9(80313|160(301|314)|(12|25)0315|250317|(320|500)325|500327|640320)ASG?",
     "", "", ""
   },
   { "Seagate Momentus 5400 PSD series", // Hybrid drives
-- 
GitLab