Command-Line Parameters for the USB Host-Controller Driver Test (Windows Embedded CE 6.0)
1/6/2010
This test verifies the functionality of the host-controller drivers. The following example shows the syntax for the two commands you must run in sequence for the USB Host-Controller Driver test. For information about the Lufldrv command, see Running the USB Host-Controller Driver Test.
Syntax
lufldrv.exe {-1|-2|-3|-f}
tux.exe [tuxparams] -n -d usbtest.dll
Command-Line Parameters
Command-line parameter | Description |
---|---|
lufldrv.exe |
Loads the specified loop-back configuration driver |
-1 |
Specifies that lufldrv.exe loads the Loop-back Configuration #1 driver, LpBkCfg1.dll. |
-2 |
Specifies that lufldrv.exe loads the Loop-back Configuration #2 driver, LpBkCfg2.dll. |
-3 |
Specifies that lufldrv.exe loads the custom loop-back driver you created: LpBkCfgNew.dll. For more information about creating a custom loop-back configuration driver, see Running the USB Host-Controller Driver Test. |
-f |
Causes the device to operate at full-speed instead of high-speed, which is the default. |
tux.exe tuxparams |
For information about the command-line parameters of the Tux test harness, see Tux Command-Line Parameters. |
-n |
Runs tests in kernel mode. |
-d usbtest.dll |
Specifies the DLL to use for the USB Host-Controller Driver test. |