11 Commits

Author SHA1 Message Date
Michael Möller
602ff5647a Improved the Intel SSD SMART attributes interpretation. 2020-02-22 23:26:23 +01:00
Michael Möller
336a4b5a0c Fixed the Samsung SSD Total Bytes Written sensor to use 48-bit raw data (instead of 32-bit) and corrected the label to "Total Bytes Written" instead of "Total LBA Written". 2016-11-09 20:16:11 +01:00
Michael Möller
ac5a861c13 Added support for new Samsung SSDs (like Samsung SSD 840 PRO). 2013-06-25 20:34:29 +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
b9edd942b0 Small correction to the Sandforce SSD detection to prevent Marvell controllers (M4, C300) from getting identified as Sandforce. 2012-02-13 20:34:39 +00:00
Michael Möller
67d04939bb Further restricted the identification for Indilinx SSDs to prevent Maxtor HDDs to be identified as Indilinx SSD. 2012-01-02 21:17:21 +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