Skip to content

Commit a6212c5

Browse files
committed
PhysicalMemory: add Ramaxel vendor id support
1 parent ba76b18 commit a6212c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/detection/physicalmemory/physicalmemory.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ static inline const char* getVendorString(unsigned vendorId)
1616
case 0xAD00: case 0x80AD: return "SK Hynix";
1717
case 0x5105: case 0x8551: return "Qimonda";
1818
case 0x02FE: return "Elpida";
19+
case 0x0467: return "Ramaxel";
1920
default: return NULL;
2021
}
2122
}

0 commit comments

Comments
 (0)