Opened 3 years ago
Closed 3 years ago
#1332 closed enhancement (fixed)
Add HP OEM Intel 320 SSD to drivedb.h
Reported by: | Christopher Alexander Chavez | Owned by: | Christian Franke |
---|---|---|---|
Priority: | minor | Milestone: | Release 7.2 |
Component: | drivedb | Version: | |
Keywords: | ssd | Cc: |
Description
HP OEM Intel 320 SSDs have an H
suffix in the model number, e.g. SSDSA2BW160G3H
, which is currently not recognized by drivedb.h.
Changing the existing modelregexp
string for Intel 320 SSDs from
"INTEL SSDSA[12][BCN][WT](040|080|120|160|300|600)G3[ADL]?"
to
"INTEL SSDSA[12][BCN][WT](040|080|120|160|300|600)G3[ADHL]?"
allows these drives to be recognized.
Tested with SSDSA2BW160G3H
firmware version 4PC10365
using smartmontools 7.1 on macOS 10.15. I'm not aware whether any other unrecognized vendor suffixes exist for this model family.
Attachments (2)
Change History (5)
Changed 3 years ago by
Attachment: | SSDSA2BW160G3H-before.txt added |
---|
Changed 3 years ago by
Attachment: | SSDSA2BW160G3H-after.txt added |
---|
smartctl -x after patching drivedb.h for HP OEM Intel 320 SSD
comment:1 Changed 3 years ago by
Keywords: | ssd added |
---|---|
Milestone: | → Release 7.2 |
comment:2 Changed 3 years ago by
Owner: | set to Christian Franke |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
smartctl -x before patching drivedb.h for HP OEM Intel 320 SSD