1.1 --- a/Hardware/HDD/ISmart.cs Sat Dec 31 17:31:04 2011 +0000
1.2 +++ b/Hardware/HDD/ISmart.cs Sun Jan 01 10:14:42 2012 +0000
1.3 @@ -16,7 +16,7 @@
1.4
1.5 The Initial Developer of the Original Code is
1.6 Michael Möller <m.moeller@gmx.ch>.
1.7 - Portions created by the Initial Developer are Copyright (C) 2011
1.8 + Portions created by the Initial Developer are Copyright (C) 2011-2012
1.9 the Initial Developer. All Rights Reserved.
1.10
1.11 Contributor(s):
1.12 @@ -51,7 +51,8 @@
1.13
1.14 DriveThresholdValue[] ReadSmartThresholds(IntPtr handle, int driveNumber);
1.15
1.16 - string ReadName(IntPtr handle, int driveNumber);
1.17 + bool ReadNameAndFirmwareRevision(IntPtr handle, int driveNumber,
1.18 + out string name, out string firmwareRevision);
1.19
1.20 void CloseHandle(IntPtr handle);
1.21