Opened 4 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)

SSDSA2BW160G3H-before.txt (8.3 KB ) - added by Christopher Alexander Chavez 4 years ago.
smartctl -x before patching drivedb.h for HP OEM Intel 320 SSD
SSDSA2BW160G3H-after.txt (6.4 KB ) - added by Christopher Alexander Chavez 4 years ago.
smartctl -x after patching drivedb.h for HP OEM Intel 320 SSD

Download all attachments as: .zip

Change History (5)

by Christopher Alexander Chavez, 4 years ago

Attachment: SSDSA2BW160G3H-before.txt added

smartctl -x before patching drivedb.h for HP OEM Intel 320 SSD

by Christopher Alexander Chavez, 4 years ago

Attachment: SSDSA2BW160G3H-after.txt added

smartctl -x after patching drivedb.h for HP OEM Intel 320 SSD

comment:1 by Christian Franke, 4 years ago

Keywords: ssd added
Milestone: Release 7.2

comment:2 by Christian Franke, 4 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:3 by Christian Franke, 4 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.