mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
PhysicalMemory: add Ramaxel vendor id support
This commit is contained in:
@@ -16,6 +16,7 @@ static inline const char* getVendorString(unsigned vendorId)
|
||||
case 0xAD00: case 0x80AD: return "SK Hynix";
|
||||
case 0x5105: case 0x8551: return "Qimonda";
|
||||
case 0x02FE: return "Elpida";
|
||||
case 0x0467: return "Ramaxel";
|
||||
default: return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user