Changeset 62825 in vbox for trunk/include/VBox
- Timestamp:
- Aug 1, 2016 3:16:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmwebcaminfs.h
r62824 r62825 40 40 */ 41 41 42 /** Pointer to the web camera driver upinterface. */42 /** Pointer to the web camera driver (up) interface. */ 43 43 typedef struct PDMIWEBCAMDRV *PPDMIWEBCAMDRV; 44 44 /** 45 * Web camera driver up (facing in the direction of the device) interface.46 * @todo correct name.45 * Web camera interface driver provided by the driver to the device, 46 * i.e. facing upwards. 47 47 */ 48 48 typedef struct PDMIWEBCAMDRV … … 75 75 76 76 77 /** Pointer to the web camera driver/device downinterface. */77 /** Pointer to the web camera driver/device (down) interface. */ 78 78 typedef struct PDMIWEBCAMDEV *PPDMIWEBCAMDEV; 79 79 /** 80 * Web camera device(/driver) down interface. 80 * Web camera interface provided by the device(/driver) interface, 81 * i.e. facing downwards. 81 82 */ 82 83 typedef struct PDMIWEBCAMDEV
Note:
See TracChangeset
for help on using the changeset viewer.