Skip to content

Commit 200aeb8

Browse files
sivaprasad6541igaw
authored andcommitted
plugins/micron: adding missing product support
Added missing micron product ID's into plugin Signed-off-by: Sivaprasad Gutha <[email protected]>
1 parent fa04d1b commit 200aeb8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plugins/micron/micron-nvme.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,16 @@ static enum eDriveModel GetDriveModel(int idx)
181181
break;
182182
case 0x51BB:
183183
case 0x51BD:
184+
case 0x51BC:
185+
case 0x51BE:
186+
case 0x51BF:
187+
case 0x51C8:
188+
case 0x51C9:
189+
case 0x51CA:
190+
case 0x51CB:
191+
case 0x51CC:
192+
case 0x51CD:
193+
case 0x51CE:
184194
eModel = M51CY;
185195
break;
186196
case 0x51C0:

0 commit comments

Comments
 (0)