Opened 9 years ago
Closed 9 years ago
#602 closed enhancement (fixed)
Add support for Trascend SSD420
Reported by: | cercata | Owned by: | Christian Franke |
---|---|---|---|
Priority: | minor | Milestone: | Release 6.5 |
Component: | drivedb | Version: | 6.4 |
Keywords: | Cc: |
Description
It's based os TS6500 like the SSD370, so I guess it's only to change the regular expression in drivedb.h:
Change "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)370"
with "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)(370|420)"
Here is the Datasheet, that includes the supported attributes and more.
http://www.transcend-info.com/products/images/modelpic/686/SSD420_V1.1_Datasheet.pdf
I seems easy, but I don't know the tool, I just wan't to tell you it in case ...
Attachments (2)
Change History (7)
comment:1 by , 9 years ago
Milestone: | → Release 6.5 |
---|
by , 9 years ago
Attachment: | SSD420I_smartctl.txt added |
---|
comment:2 by , 9 years ago
I attached the smartctl -x from a SSD420I, that is the same than the SSD420 but with an extended temperature range
by , 9 years ago
Attachment: | SSD420I_smartctl_added.txt added |
---|
comment:3 by , 9 years ago
I also added the smartctl -x output after replacing the regular expresion with:
"TS((16|32|64|128|256|512)G|1T)(SSD|MSA)(370|420|420I)"
comment:4 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
Please attach a sample
smartctl -x ...
output from a SSD420 to this ticket.