Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#673 closed task (fixed)

Add to database - KINGSTON SKC400S37128G (SSDNow KC400)

Reported by: The_Ball Owned by:
Priority: trivial Milestone: Release 6.5
Component: drivedb Version: 6.4
Keywords: Cc:

Description

The SMART attributes are specified in this PDF:
http://media.kingston.com/support/downloads/MKP_521_Phison_SMART_attribute.pdf

Attribute 231 "SSD Life Left" 0-100% would be very good to have defined in the db.

Attachments (2)

smartctl-KINGSTON-SKC400S37128G.txt (9.1 KB ) - added by The_Ball 8 years ago.
smartctl output
patch.diff (638 bytes ) - added by The_Ball 8 years ago.
Add to database

Download all attachments as: .zip

Change History (6)

by The_Ball, 8 years ago

smartctl output

by The_Ball, 8 years ago

Attachment: patch.diff added

Add to database

comment:1 by The_Ball, 8 years ago

Attached patch:

diff --git a/drivedb.h b/drivedb.h
index 15e76ca..2c86df3 100644
--- a/drivedb.h
+++ b/drivedb.h
@@ -487,6 +487,7 @@ const drive_settings builtin_knowndrives[] = {
   { "Phison Driven SSDs", // see MKP_521_Phison_SMART_attribute.pdf
     "KINGSTON SUV300S37A(120|240|480)G|" // UV300 SSD, tested with KINGSTON SUV300S37A120G/SAFM11.K
     "KINGSTON SKC310S3B?7A960G|" // SSDNow KC310, KINGSTON SKC310S37A960G/SAFM00.r
+    "KINGSTON SKC400S37(128G|256G|512G|1T)|" // SSDNow KC400, KINGSTON SKC400S37128G
     "KINGSTON SV310S3(7A|D7|N7A|B7A)960G|" // SSDNow V310
     "KINGSTON SHSS3B?7A(120|240|480|960)G", // HyperX Savage
     "", "",

comment:2 by Christian Franke, 8 years ago

Milestone: Release 6.5

comment:3 by Alex Samorukov, 8 years ago

Resolution: fixed
Status: newclosed

Committed in r4267, thank you

comment:4 by Christian Franke, 8 years ago

Merged in r4291.

Note: See TracTickets for help on using tickets.