We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba76b18 commit a6212c5Copy full SHA for a6212c5
src/detection/physicalmemory/physicalmemory.c
@@ -16,6 +16,7 @@ static inline const char* getVendorString(unsigned vendorId)
16
case 0xAD00: case 0x80AD: return "SK Hynix";
17
case 0x5105: case 0x8551: return "Qimonda";
18
case 0x02FE: return "Elpida";
19
+ case 0x0467: return "Ramaxel";
20
default: return NULL;
21
}
22
0 commit comments