From e51e1eebe5fe4a863de97cf65f76d7247df5cca1 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 1 Sep 2021 03:05:56 +0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 729e8a3c..ceb14408 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,6 @@ Happy using of Pi-KVM :) ----- # Limitations -* On **v2**, the HID (keyboard) can't wake up the host from suspend (yet). If it is important for you, you can use [Arduino HID](https://github.com/pikvm/pikvm/blob/master/pages/arduino_hid.md) with **v2**. * In rare cases, some very buggy BIOSes doesn't like HID and Mass Storage in a single USB device. You can either [disable Mass Storage](https://github.com/pikvm/pikvm/blob/master/pages/msd.md#disable-msd), or use [Arduino HID](https://github.com/pikvm/pikvm/blob/master/pages/arduino_hid.md) to physically separate them. -----