Opened 5 years ago
Closed 4 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)
by , 5 years ago
Attachment: | SSDSA2BW160G3H-before.txt added |
---|
by , 5 years ago
Attachment: | SSDSA2BW160G3H-after.txt added |
---|
smartctl -x after patching drivedb.h for HP OEM Intel 320 SSD
comment:1 by , 5 years ago
Keywords: | ssd added |
---|---|
Milestone: | → Release 7.2 |
comment:2 by , 4 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
smartctl -x before patching drivedb.h for HP OEM Intel 320 SSD