VirtualBox

Changeset 40323 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Mar 2, 2012 1:27:58 PM (13 years ago)
Author:
vboxsync
Message:

Main/Console: configure lpt ports correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r40192 r40323  
    20242024            InsertConfigNode(pInst,     "LUN#0", &pLunL0);
    20252025            InsertConfigString(pLunL0,  "Driver", "HostParallel");
    2026             InsertConfigNode(pLunL0,    "AttachedDriver", &pLunL1);
     2026            InsertConfigNode(pLunL0,    "Config", &pLunL1);
    20272027            hrc = parallelPort->COMGETTER(Path)(bstr.asOutParam());                         H();
    20282028            InsertConfigString(pLunL1,  "DevicePath", bstr);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette