Changeset 57358 in vbox for trunk/src/VBox/ValidationKit/utils/usb/UsbTest.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTest.cpp
r56295 r57358 27 27 28 28 29 /******************************************************************************* 30 * Header Files *31 ******************************************************************************* /29 /********************************************************************************************************************************* 30 * Header Files * 31 *********************************************************************************************************************************/ 32 32 #include <iprt/err.h> 33 33 #include <iprt/getopt.h> … … 51 51 #include <linux/usbdevice_fs.h> 52 52 53 /******************************************************************************* 54 * Defined Constants And Macros * 55 *******************************************************************************/ 53 54 /********************************************************************************************************************************* 55 * Defined Constants And Macros * 56 *********************************************************************************************************************************/ 56 57 57 58 /** Number of tests implemented at the moment. */ 58 59 #define USBTEST_TEST_CASES 25 59 60 60 /******************************************************************************* 61 * Structures and Typedefs * 62 *******************************************************************************/ 61 62 /********************************************************************************************************************************* 63 * Structures and Typedefs * 64 *********************************************************************************************************************************/ 63 65 64 66 /** … … 110 112 #define USBTEST_REQUEST _IOWR('U', 100, USBTESTPARMS) 111 113 112 /******************************************************************************* 113 * Global Variables * 114 *******************************************************************************/ 114 115 /********************************************************************************************************************************* 116 * Global Variables * 117 *********************************************************************************************************************************/ 115 118 116 119 /** Command line parameters */
Note:
See TracChangeset
for help on using the changeset viewer.