From 6e717395d6d5d64493b7b20a5c336c55348076b4 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 2 Jun 2025 01:49:26 +0300 Subject: [PATCH] update --- docs/faq.md | 23 +---------------------- docs/id.md | 3 +++ docs/usb.md | 2 ++ 3 files changed, 6 insertions(+), 22 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index af6b6a2e..d19c52e1 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -135,28 +135,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht ??? question "How do I emulate various USB devices on the target machine?" - - By default this is what is set: - - ```yaml - otg: - manufacturer: PiKVM - product: Composite KVM Device - vendor_id: 0x1D6B - product_id: 0x0104 - serial: CAFEBABE - ``` - - You can change how this is displayed with the following example for `/etc/kvmd/override.yaml` file: - - ```yaml - otg: - manufacturer: Corsair - product: Corsair Gaming RGB - vendor_id: 0x6940 - product_id: 0x6973 - serial: - ``` + For a detailed description, see [here](id.md). Use the following USB database to get the desired devices: https://the-sz.com/products/usbid or https://devicehunt.com. diff --git a/docs/id.md b/docs/id.md index 4252e987..22361a09 100644 --- a/docs/id.md +++ b/docs/id.md @@ -51,6 +51,9 @@ There you can also find out how to set the EDID from a real monitor, or quickly USB is a much more complex subsystem and another part of PiKVM is responsible for it. Be careful when changing the settings here, it may cause the USB to fail. +For information on how to control emulated devices see [here](usb.md). +The identification is described below. + As you may have found out from the [PiKVM configuration guide](config.md) (if you haven't read it yet, now is the time), you can get the list of all configuration parameters using the `kvmd -m` command. diff --git a/docs/usb.md b/docs/usb.md index 2cea40d6..36e5840d 100644 --- a/docs/usb.md +++ b/docs/usb.md @@ -53,6 +53,8 @@ To configure additional devices, please refer to the corresponding pages: * [USB Serial Port](usb_serial.md) - It can be used for terminal access from the target host to the PiKVM, or for any other purpose that requires a serial connection. +For information on how emulated devices are represented on the target host and how to change it, read [here](id.md). + ----- ## Default preset