From 0abee2d01e0b89e7fd7aec26b4b9b0f512463f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98andor=20Sergiu?= Date: Fri, 16 Jan 2026 01:26:07 +0200 Subject: [PATCH] Reference OTG comment in FAQ.md Add a reference to a comment that can help resolve the "OTG Entity not found" issue on Windows. PR #6609 Signed-off-by: Romain Vimont --- FAQ.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 24722c74..f9da5d1f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -141,12 +141,13 @@ On Windows, if `scrcpy --otg` (or `--keyboard=aoa`/`--mouse=aoa`) results in: (or if only unrelated USB devices are detected), there might be drivers issues. -Please read [#3654], in particular [this comment][#3654-comment1] and [the next -one][#3654-comment2]. +Please read [#3654], in particular [this comment][#3654-comment1], [the next +one][#3654-comment2] and [this one][#3654-comment3]. [#3654]: https://github.com/Genymobile/scrcpy/issues/3654 [#3654-comment1]: https://github.com/Genymobile/scrcpy/issues/3654#issuecomment-1369278232 [#3654-comment2]: https://github.com/Genymobile/scrcpy/issues/3654#issuecomment-1369295011 +[#3654-comment3]: https://github.com/Genymobile/scrcpy/issues/3654#issuecomment-2613219725 ## Control issues