Changeset 17683 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 11, 2009 12:14:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17672 r17683 2729 2729 <rasd:BusNumber>0</rasd:BusNumber> 2730 2730 </Item> */ 2731 strDescription = "USB Controller"; 2732 strCaption = "usb"; 2733 type = OVFResourceType_UsbController; // 23 2734 lAddress = 0; // this is what OVFTool writes 2735 lBusNumber = 0; // this is what OVFTool writes 2731 if (uLoop == 1) 2732 { 2733 strDescription = "USB Controller"; 2734 strCaption = "usb"; 2735 type = OVFResourceType_UsbController; // 23 2736 lAddress = 0; // this is what OVFTool writes 2737 lBusNumber = 0; // this is what OVFTool writes 2738 } 2736 2739 break; 2737 2740 … … 2746 2749 <rasd:AddressOnParent>3</rasd:AddressOnParent> 2747 2750 </Item> */ 2748 strDescription = "Sound Card"; 2749 strCaption = "sound"; 2750 type = OVFResourceType_SoundCard; // 35 2751 strResourceSubType = desc.strOvf; // e.g. ensoniq1371 2752 lAutomaticAllocation = 0; 2753 lAddressOnParent = 3; // what gives? this is what OVFTool writes 2751 if (uLoop == 1) 2752 { 2753 strDescription = "Sound Card"; 2754 strCaption = "sound"; 2755 type = OVFResourceType_SoundCard; // 35 2756 strResourceSubType = desc.strOvf; // e.g. ensoniq1371 2757 lAutomaticAllocation = 0; 2758 lAddressOnParent = 3; // what gives? this is what OVFTool writes 2759 } 2754 2760 break; 2755 2761 }
Note:
See TracChangeset
for help on using the changeset viewer.