mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:53:09 +00:00
[DMILIB] Process SKU and Family strings
This commit is contained in:
parent
133611fed8
commit
c356804550
3 changed files with 6 additions and 0 deletions
|
@ -73,6 +73,8 @@ ParseSMBiosTables(
|
|||
Strings[SYS_PRODUCT] = GetDmiString(Header, DMI_SYS_PRODUCT);
|
||||
Strings[SYS_VERSION] = GetDmiString(Header, DMI_SYS_VERSION);
|
||||
Strings[SYS_SERIAL] = GetDmiString(Header, DMI_SYS_SERIAL);
|
||||
Strings[SYS_SKU] = GetDmiString(Header, DMI_SYS_SKU);
|
||||
Strings[SYS_FAMILY] = GetDmiString(Header, DMI_SYS_FAMILY);
|
||||
break;
|
||||
|
||||
case DMI_ENTRY_BASEBOARD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue