10 Commits

Author SHA1 Message Date
Michael Möller
87641aebbd Fixed Issue 382. 2012-10-28 11:34:53 +00:00
Michael Möller
0d2c7e2c84 Added temperature offset parameters to all HDD temperature sensors. Fixed issue 271. 2012-07-25 16:03:36 +00:00
Michael Möller
5e87af437d Added used space load sensors for hard drives. 2012-07-22 18:07:11 +00:00
Michael Möller
d6262767bb Added support for SSDs with a controller from Micron. 2012-07-08 15:24:44 +00:00
Michael Möller
2e3489e1f7 Changed the license to the Mozilla Public License 2.0 and update the licensing information. 2012-05-27 14:23:31 +00:00
Michael Möller
f8867d671a Added a new sensor type "Factor" for dimensionless values (and similar) that are not to be shown as percent ("Level" type). Changed the write amplification sensor to use the new "Factor" sensor type. Added the temperature SMART attribute for Sandforce SSDs as hidden sensor (as it may show fake results on some hardware). 2012-02-14 23:07:55 +00:00
Michael Möller
3f9d9da2f0 Added additional smart attribute identification and a write amplification sensor for Sandforce based SSDs. 2012-02-13 21:56:29 +00:00
Michael Möller
b551c5a497 Added SMART support for Samsung SSDs. 2012-01-02 18:44:19 +00:00
Michael Möller
a0b8e326eb Added the hard drive firmware version to the report. This could be important if the SMART attribute layout changes with firmware versions on some drives. 2012-01-01 10:14:42 +00:00
Michael Möller
de089a3d28 Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data. 2011-12-31 17:31:04 +00:00