1.1 --- a/Hardware/HDD/SSDPlextor.cs Sun Jan 01 17:12:34 2012 +0000
1.2 +++ b/Hardware/HDD/SSDPlextor.cs Mon Jan 02 18:44:19 2012 +0000
1.3 @@ -43,8 +43,8 @@
1.4
1.5 private static readonly IEnumerable<SmartAttribute> smartAttributes =
1.6 new List<SmartAttribute> {
1.7 - new SmartAttribute(0x09, SmartAttributeNames.PowerOnHours, RawToInt),
1.8 - new SmartAttribute(0x0C, SmartAttributeNames.PowerCycleCount, RawToInt),
1.9 + new SmartAttribute(0x09, SmartNames.PowerOnHours, RawToInt),
1.10 + new SmartAttribute(0x0C, SmartNames.PowerCycleCount, RawToInt),
1.11 };
1.12
1.13 public SSDPlextor(ISmart smart, string name, string firmwareRevision,