Skip to content

Commit fd19823

Browse files
committed
Add documentation for Runner/../USBHost/run.sh
Added setup information and basic requirements. This informs the tester of the hardware setup requirement before starting test. Signed-off-by: Aanchal Chaurasia <[email protected]>
1 parent 2a87401 commit fd19823

File tree

1 file changed

+27
-0
lines changed
  • Runner/suites/Kernel/FunctionalArea/baseport/USBHost

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
```
2+
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
3+
SPDX-License-Identifier: BSD-3-Clause-Clear
4+
```
5+
6+
# USB Host Mode Validation
7+
8+
## Overview
9+
10+
This shell script executes on the DUT (Device-Under-Test) and verifies enumeration of connected USB devices.
11+
12+
---
13+
14+
## Setup
15+
16+
- Connect USB peripheral(s) to USB port(s) on DUT.
17+
- Only applicable for USB ports that support Host Mode functionality.
18+
- USB peripherals examples: Mass Storage devices (pendrives, SSD, hard drives, etc.), HID devices (Mouse, Keyboard, USB headset, USB camera, etc.)
19+
20+
---
21+
22+
## License
23+
24+
```
25+
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
26+
SPDX-License-Identifier: BSD-3-Clause-Clear
27+
```

0 commit comments

Comments
 (0)