Message ID | YcSvRf+YjukL8Mlp@Sun (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Introduce CanoKey QEMU | expand |
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 --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
Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me> --- docs/qdev-device-use.txt | 1 + 1 file changed, 1 insertion(+)