VirtualBox

Changeset 37215 in vbox for trunk


Ignore:
Timestamp:
May 26, 2011 3:21:11 AM (14 years ago)
Author:
vboxsync
Message:

Main/UsbWebcam: disabled peremeters for initialization of device & driver (for debug only).

File:
1 edited

Legend:

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

    r37201 r37215  
    22702270#endif
    22712271
    2272 # if 0  /* Virtual Web Cam */
    2273 
    2274                 InsertConfigNode(pUsbDevices, "WebCam", &pDev);
     2272# if 0  /* Virtual Webcam */
     2273
     2274                InsertConfigNode(pUsbDevices, "Webcam", &pDev);
    22752275                InsertConfigNode(pDev,     "0", &pInst);
    22762276                InsertConfigNode(pInst,    "Config", &pCfg);
     
    22792279# endif
    22802280                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
    22812286# endif
    22822287# if 0  /* Virtual MSD*/
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