From 390d8aed0d807fd1f46892753d86431734eb5f1f Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 4 Jan 2010 20:36:14 +0000
Subject: [PATCH] drivedb.h update: - Crucial M225 SSD

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3028 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/CHANGELOG |  3 +++
 smartmontools/drivedb.h | 25 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index 33f9fea7f..89768c044 100644
--- a/smartmontools/CHANGELOG
+++ b/smartmontools/CHANGELOG
@@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 
 <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
 
+  [CF] drivedb.h update:
+       - Crucial M225 SSD
+
   [CF] drivedb.h updates:
        - WDC Scorpio Blue Serial ATA (640GB, 750GB, 1TB)
        - WDC My Passport Essential SE
diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h
index 16957772c..11a3eb7cd 100644
--- a/smartmontools/drivedb.h
+++ b/smartmontools/drivedb.h
@@ -115,6 +115,31 @@ const drive_settings builtin_knowndrives[] = {
     " -v 208,raw64,Average_Erase_Count"
     " -v 209,raw64,Remaining_Lifetime_Perc"
   },
+  { "Crucial M225 SSD",
+    "CRUCIAL_CT(64|128|256)M225",
+    "", "",
+    " -v 1,raw64"
+    " -v 9,raw64"
+    " -v 12,raw64"
+    " -v 184,raw64,Initial_Bad_Block_Count"
+    " -v 195,raw64,Program_Failure_Blk_Ct"
+    " -v 196,raw64,Erase_Failure_Blk_Ct"
+    " -v 197,raw64,Read_Failure_Blk_Ct"
+    " -v 198,raw64,Read_Sectors_Tot_Ct"
+    " -v 199,raw64,Write_Sectors_Tot_Ct"
+    " -v 200,raw64,Read_Commands_Tot_Ct"
+    " -v 201,raw64,Write_Commands_Tot_Ct"
+    " -v 202,raw64,Error_Bits_Flash_Tot_Ct"
+    " -v 203,raw64,Corr_Read_Errors_Tot_Ct"
+    " -v 204,raw64,Bad_Block_Full_Flag"
+    " -v 205,raw64,Max_PE_Count_Spec"
+    " -v 206,raw64,Min_Erase_Count"
+    " -v 207,raw64,Max_Erase_Count"
+    " -v 208,raw64,Average_Erase_Count"
+    " -v 209,raw64,Remaining_Lifetime_Perc"
+    " -v 210,raw64"
+    " -v 211,raw64"
+  },
   { "Intel X25-E SSD",
     "SSDSA2SH(032|064)G1.* INTEL",
     "", "",
-- 
GitLab