Opened 4 months ago

Last modified 3 months ago

#1739 new enhancement

Support more SK Hynix drives in drivedb.h (HFS480G32FEH-BA10A)

Reported by: Anthony D'Atri Owned by:
Priority: minor Milestone: unscheduled
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)

diff-precise-u.txt (526 bytes) - added by Anthony D'Atri 4 months ago.
diff-precise-c.txt (745 bytes) - added by Anthony D'Atri 4 months ago.
diff-u.txt (430 bytes) - added by Anthony D'Atri 4 months ago.
diff-c.txt (648 bytes) - added by Anthony D'Atri 4 months ago.
hynix.txt (9.4 KB) - added by Anthony D'Atri 3 months ago.

Download all attachments as: .zip

Change History (8)

Changed 4 months ago by Anthony D'Atri

Attachment: diff-precise-u.txt added

Changed 4 months ago by Anthony D'Atri

Attachment: diff-precise-c.txt added

Changed 4 months ago by Anthony D'Atri

Attachment: diff-u.txt added

Changed 4 months ago by Anthony D'Atri

Attachment: diff-c.txt added

comment:1 Changed 4 months ago by Anthony D'Atri

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.

comment:2 Changed 4 months ago by Christian Franke

Component: alldrivedb
Keywords: ssd added; drivedb.h removed
Milestone: unscheduled
Summary: Support more SK Hynix drives in drivedb.hSupport 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.

Changed 3 months ago by Anthony D'Atri

Attachment: hynix.txt added

comment:3 Changed 3 months ago by Anthony D'Atri

Attached. I couldn't remember which diff style you prefer.

Note: See TracTickets for help on using tickets.