[PATCH v3 5/6] docs/system/devices/usb: Add CanoKey to USB devices examples

Hongren (Zenithal) Zheng posted 6 patches 4 years ago
Only 4 patches received!
There is a newer version of this series
[PATCH v3 5/6] docs/system/devices/usb: Add CanoKey to USB devices examples
Posted by Hongren (Zenithal) Zheng 4 years ago
Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
---
 docs/system/devices/usb.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/system/devices/usb.rst b/docs/system/devices/usb.rst
index afb7d6c226..341694403a 100644
--- a/docs/system/devices/usb.rst
+++ b/docs/system/devices/usb.rst
@@ -199,6 +199,9 @@ option or the ``device_add`` monitor command. Available devices are:
 ``u2f-{emulated,passthru}``
    Universal Second Factor device
 
+``canokey``
+   An Open-source Secure Key implementing FIDO2, OpenPGP, PIV and more.
+
 Physical port addressing
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
-- 
2.34.1


Re: [PATCH v3 5/6] docs/system/devices/usb: Add CanoKey to USB devices examples
Posted by Thomas Huth 4 years ago
On 13/01/2022 19.11, Hongren (Zenithal) Zheng wrote:
> Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
> ---
>   docs/system/devices/usb.rst | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/docs/system/devices/usb.rst b/docs/system/devices/usb.rst
> index afb7d6c226..341694403a 100644
> --- a/docs/system/devices/usb.rst
> +++ b/docs/system/devices/usb.rst
> @@ -199,6 +199,9 @@ option or the ``device_add`` monitor command. Available devices are:
>   ``u2f-{emulated,passthru}``
>      Universal Second Factor device
>   
> +``canokey``
> +   An Open-source Secure Key implementing FIDO2, OpenPGP, PIV and more.

Reviewed-by: Thomas Huth <thuth@redhat.com>

Just an additional idea: It might be helpful for the users if you put a link 
to the separate documentation from the previous patch here?

  Thomas


Re: [PATCH v3 5/6] docs/system/devices/usb: Add CanoKey to USB devices examples
Posted by Hongren (Zenithal) Zheng 4 years ago
On Tue, Jan 18, 2022 at 10:28:49AM +0100, Thomas Huth wrote:
> On 13/01/2022 19.11, Hongren (Zenithal) Zheng wrote:
> > Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
> > ---
> >   docs/system/devices/usb.rst | 3 +++
> >   1 file changed, 3 insertions(+)
> > 
> > diff --git a/docs/system/devices/usb.rst b/docs/system/devices/usb.rst
> > index afb7d6c226..341694403a 100644
> > --- a/docs/system/devices/usb.rst
> > +++ b/docs/system/devices/usb.rst
> > @@ -199,6 +199,9 @@ option or the ``device_add`` monitor command. Available devices are:
> >   ``u2f-{emulated,passthru}``
> >      Universal Second Factor device
> > +``canokey``
> > +   An Open-source Secure Key implementing FIDO2, OpenPGP, PIV and more.
> 
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> 
> Just an additional idea: It might be helpful for the users if you put a link
> to the separate documentation from the previous patch here?

Will be added in the next version.

> 
>  Thomas
>