Opened 16 months ago
Closed 8 months ago
#1739 closed enhancement (fixed)
Support more SK Hynix drives in drivedb.h (HFS480G32FEH-BA10A)
Reported by: | Anthony D'Atri | Owned by: | Christian Franke |
---|---|---|---|
Priority: | minor | Milestone: | Release 7.5 |
Component: | drivedb | Version: | 7.4 |
Keywords: | ssd | Cc: |
Description
This entry is unnecessarily restrictive:
HFS(480|960|1T9|3T8)G3[2E]FEH-7[4A]10A", tested with HFS480G32FEH-7410A/90037Q00
Replace -7[4A]10A
with .*
to match other variants.
If that is not acceptable, I've included also a diff to match HFS480G32FEH-BA10A
explicitly.
Attachments (5)
Change History (14)
by , 16 months ago
Attachment: | diff-precise-u.txt added |
---|
by , 16 months ago
Attachment: | diff-precise-c.txt added |
---|
by , 16 months ago
Attachment: | diff-u.txt added |
---|
by , 16 months ago
Attachment: | diff-c.txt added |
---|
comment:1 by , 16 months ago
comment:2 by , 16 months ago
Component: | all → drivedb |
---|---|
Keywords: | ssd added; drivedb.h removed |
Milestone: | → unscheduled |
Summary: | Support more SK Hynix drives in drivedb.h → Support more SK Hynix drives in drivedb.h (HFS480G32FEH-BA10A) |
Thanks. Please provide a smartctl -x [-q noserial] ...
output for the device variant you have.
PS: It is not needed to provide patches also in traditional context diff format (default for diff
). The unified diff format (diff -u
, default for git diff
and svn diff
) is IMO easier to read and the de facto standard to distribute patches.
by , 15 months ago
comment:4 by , 8 months ago
Milestone: | unscheduled → Release 7.5 |
---|---|
Owner: | set to |
Status: | new → accepted |
comment:5 by , 8 months ago
Danke. I tried hard to find a SMART reference for this SKU. Contacts inside Solidigm even thought this product had been cancelled -- but here it is. I'd implemented editing drivedb.h in-situ on my fleet pending this, now I can remove that after 7.5 is released.
HFS480G32FEH-BA10A
is the only variant I have, and I've been unable to find an SK decoder to discern which others might exist. Replacing the hyphenate suffix with a wildcard seems appropriate in this case.