VirtualBox

Opened 14 years ago

Closed 14 years ago

#7509 closed defect (fixed)

Support SKU Number in DMI => Fixed in SVN

Reported by: czk Owned by:
Component: other Version: VirtualBox 3.2.8
Keywords: Cc:
Guest type: Windows Host type: Windows

Description (last modified by Frank Mehnert)

My Windows Vista use SKU Number info in DMI System Info to activate, but it's hard coded to 0 in virtualbox.

Handle 0x000B, DMI type 1, 27 bytes
System Information
	Manufacturer: xxxxxx
	Product Name: xxxxxxxxxxxxxxxx
	Version: x.xx
	Serial Number: xxxxxxxxxx
	UUID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
	Wake-up Type: Power Switch
	SKU Number: xxxxxxxxxxx
	Family: xxxxxxxxxxx

The code is here:

pSystemInf->u8WakeupType     = 6; /* Power Switch */
pSystemInf->u8SKUNumber      = 0;
READCFGSTR(pSystemInf->u8Family, DmiSystemFamily);

Change History (3)

comment:1 by Frank Mehnert, 14 years ago

Description: modified (diff)

comment:2 by Frank Mehnert, 14 years ago

Summary: Support SKU Number in DMISupport SKU Number in DMI => Fixed in SVN

The fix will be in the next maintenance release.

comment:3 by Frank Mehnert, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use