Changeset 52994 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Oct 8, 2014 12:54:30 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r52592 r52994 1850 1850 InsertConfigNode(pLunL0, "Config", &pCfg); 1851 1851 1852 InsertConfigNode(pInst, "LUN#1", &pLunL1); 1853 InsertConfigString(pLunL1, "Driver", "VUSBRootHub"); 1854 InsertConfigNode(pLunL1, "Config", &pCfg); 1855 1852 1856 /* 1853 1857 * Attach the status driver. 1854 1858 */ 1855 i_attachStatusDriver(pInst, &mapUSBLed[1], 0, 0, NULL, NULL, 0);1859 i_attachStatusDriver(pInst, &mapUSBLed[1], 0, 1, NULL, NULL, 0); 1856 1860 } 1857 1861 # ifdef VBOX_WITH_EXTPACK
Note:
See TracChangeset
for help on using the changeset viewer.