@@ -7,7 +7,7 @@ Here are the common reported problems and their status.
77If you encounter any error, the first step is to upgrade to the latest version.
88
99
10- ## ` adb ` issues
10+ ## ` adb ` and USB issues
1111
1212` scrcpy ` execute ` adb ` commands to initialize the connection with the device. If
1313` adb ` fails, then scrcpy will not work.
@@ -133,6 +133,21 @@ Try with another USB cable or plug it into another USB port. See [#281] and
133133[ #283 ] : https://github.com/Genymobile/scrcpy/issues/283
134134
135135
136+ ## HID/OTG issues on Windows
137+
138+ On Windows, if ` scrcpy --otg ` (or ` --hid-keyboard ` /` --hid-mouse ` ) results in:
139+
140+ > ERROR: Could not find any USB device
141+
142+ (or if only unrelated USB devices are detected), there might be drivers issues.
143+
144+ Please read [ #3654 ] , in particular [ this comment] [ #3654-comment1 ] and [ the next
145+ one] [ #3654-comment2 ] .
146+
147+ [ #3654 ] : https://github.com/Genymobile/scrcpy/issues/3654
148+ [ #3654-comment1 ] : https://github.com/Genymobile/scrcpy/issues/3654#issuecomment-1369278232
149+ [ #3654-comment2 ] : https://github.com/Genymobile/scrcpy/issues/3654#issuecomment-1369295011
150+
136151
137152## Control issues
138153
@@ -153,8 +168,7 @@ The default text injection method is [limited to ASCII characters][text-input].
153168A trick allows to also inject some [ accented characters] [ accented-characters ] ,
154169but that's all. See [ #37 ] .
155170
156- Since scrcpy v1.20 on Linux, it is possible to simulate a [ physical
157- keyboard] [ hid ] (HID).
171+ Since scrcpy v1.20, it is possible to simulate a [ physical keyboard] [ hid ] (HID).
158172
159173[ text-input ] : https://github.com/Genymobile/scrcpy/issues?q=is%3Aopen+is%3Aissue+label%3Aunicode
160174[ accented-characters ] : https://blog.rom1v.com/2018/03/introducing-scrcpy/#handle-accented-characters
0 commit comments