From 76b5db51ce9cdc07169c18edb1e94f0579a3c05b Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 14 Mar 2013 17:57:10 +0000
Subject: [PATCH] Merge r3797 into 5.40-6.0 drivedb.h branches.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/branches/RELEASE_6_0_DRIVEDB@3798 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/drivedb.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h
index d0ac544d7..9f23a0d9e 100644
--- a/smartmontools/drivedb.h
+++ b/smartmontools/drivedb.h
@@ -2086,9 +2086,9 @@ const drive_settings builtin_knowndrives[] = {
     "", "", ""
   },
   { "Seagate Barracuda 7200.14 (AF)", // new firmware, tested with
-      // ST3000DM001-9YN166/CC4H
+      // ST3000DM001-9YN166/CC4H, ST3000DM001-9YN166/CC9E
     "ST(1000|1500|2000|2500|3000)DM00[1-3]-.*",
-    "CC4[H-Z]",
+    "CC(4[H-Z]|[5-9A-Z]..*)", // >= "CC4H"
     "",
     "-v 188,raw16 -v 240,msec24hour32" // tested with ST3000DM001-9YN166/CC4H
   },
-- 
GitLab