Hardware/HDD/SmartNames.cs
changeset 406 3890d78140c2
parent 358 7962499f9cd6
     1.1 --- a/Hardware/HDD/SmartNames.cs	Sun Jun 23 19:10:28 2013 +0000
     1.2 +++ b/Hardware/HDD/SmartNames.cs	Tue Jun 25 20:34:29 2013 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4    License, v. 2.0. If a copy of the MPL was not distributed with this
     1.5    file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.6   
     1.7 -  Copyright (C) 2011-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.8 +  Copyright (C) 2011-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.9    Copyright (C) 2011 Roland Reinl <roland-reinl@gmx.de>
    1.10  	
    1.11  */
    1.12 @@ -490,5 +490,13 @@
    1.13      public static string FactoryBadBlockCount {
    1.14        get { return "Factory Bad Block Count"; }
    1.15      }
    1.16 +
    1.17 +    public static string PowerRecoveryCount {
    1.18 +      get { return "Power Recovery Count"; }
    1.19 +    }
    1.20 +
    1.21 +    public static string TotalLBAWritten {
    1.22 +      get { return "Total LBA Written"; }
    1.23 +    }
    1.24    }
    1.25  }
    1.26 \ No newline at end of file