From 921d48433a58f76097032c63c574aaa3a360090a Mon Sep 17 00:00:00 2001 From: arch1mede Date: Thu, 16 Dec 2021 09:33:38 -0800 Subject: [PATCH] Update faq.md (#575) * Update faq.md Verbiage added for clarity * Update faq.md --- docs/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index c9e2b8ff..26ff2f63 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -330,6 +330,10 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht Unusual case: RPi4 is used as a PiKVM to control RPi3. In this case, the mouse delay may be several seconds. To fix it, just add line `usbhid.mousepoll=0` to `/boot/config.txt` to the server (i.e. RPI3 in our case) and reboot it. +??? question "What speed is the USB OTG port?" + Per the official RPI documentation, this is a limitation of the SoC therefor will only be USB2.0 (455 Mbs) + + ## Web UI problems ??? question "Chrome Certificate Issue"