diff mbox series

[5/6] docs/qdev-device-use: Add CanoKey to QDEV devices examples

Message ID YcSvRf+YjukL8Mlp@Sun
State New
Headers show
Series Introduce CanoKey QEMU | expand

Commit Message

Hongren Zheng Dec. 23, 2021, 5:17 p.m. UTC
Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
---
 docs/qdev-device-use.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Huth Jan. 5, 2022, 12:02 p.m. UTC | #1
On 23/12/2021 18.17, Hongren (Zenithal) Zheng wrote:
> Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
> ---
>   docs/qdev-device-use.txt | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt
> index 2408889334..278fb66c0a 100644
> --- a/docs/qdev-device-use.txt
> +++ b/docs/qdev-device-use.txt
> @@ -342,6 +342,7 @@ The new way is -device DEVNAME,DEV-OPTS...  Details depend on DRIVER:
>   * tablet          -device usb-tablet
>   * wacom-tablet    -device usb-wacom-tablet
>   * u2f             -device u2f-{emulated,passthru}
> +* canokey         -device canokey
>   * braille         See "Character Devices"

Please drop this patch. The list here is only about legacy USB device usage 
with the "-usbdevice" parameter, but since there never was and never will be 
a "-usbdevice canokey", there is no need to add an entry here.

  Thomas
diff mbox series

Patch

diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt
index 2408889334..278fb66c0a 100644
--- a/docs/qdev-device-use.txt
+++ b/docs/qdev-device-use.txt
@@ -342,6 +342,7 @@  The new way is -device DEVNAME,DEV-OPTS...  Details depend on DRIVER:
 * tablet          -device usb-tablet
 * wacom-tablet    -device usb-wacom-tablet
 * u2f             -device u2f-{emulated,passthru}
+* canokey         -device canokey
 * braille         See "Character Devices"
 
 Until v2.12.0, we additionally had