- Timestamp:
- May 26, 2011 3:21:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r37201 r37215 2270 2270 #endif 2271 2271 2272 # if 0 /* Virtual Web Cam */2273 2274 InsertConfigNode(pUsbDevices, "Web Cam", &pDev);2272 # if 0 /* Virtual Webcam */ 2273 2274 InsertConfigNode(pUsbDevices, "Webcam", &pDev); 2275 2275 InsertConfigNode(pDev, "0", &pInst); 2276 2276 InsertConfigNode(pInst, "Config", &pCfg); … … 2279 2279 # endif 2280 2280 InsertConfigNode(pInst, "LUN#0", &pLunL0); 2281 InsertConfigString(pLunL0, "Driver", "WebcamFileFeeder"); 2282 InsertConfigNode(pLunL0, "Config", &pCfg); 2283 # if 1 2284 InsertConfigString(pCfg, "DirToFeed", "out"); 2285 # endif 2281 2286 # endif 2282 2287 # if 0 /* Virtual MSD*/
Note:
See TracChangeset
for help on using the changeset viewer.