mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-26 00:15:23 -04:00
doc: Fix endpoint info
This commit is contained in:
parent
6745c56851
commit
ec9ef31140
1 changed files with 5 additions and 5 deletions
|
@ -65,11 +65,11 @@ The different endpoints:
|
||||||
|
|
||||||
| *Name* | *Value* | *Comment* |
|
| *Name* | *Value* | *Comment* |
|
||||||
|--------|---------|----------------------------------------------------------------------|
|
|--------|---------|----------------------------------------------------------------------|
|
||||||
| CCID | 0x08 | USB CCID, a port for emulating a smart card |
|
| CH552 | 0x04 | USB controller control |
|
||||||
| CH552 | 0x10 | USB controller control |
|
| CDC | 0x08 | USB CDC-ACM, a serial port on the client. |
|
||||||
| DEBUG | 0x20 | A USB HID special debug pipe. Useful for debug prints. |
|
| FIDO | 0x10 | A USB FIDO security token device, useful for FIDO-type applications. |
|
||||||
| CDC | 0x40 | USB CDC-ACM, a serial port on the client. |
|
| CCID | 0x20 | USB CCID, a port for emulating a smart card |
|
||||||
| FIDO | 0x80 | A USB FIDO security token device, useful for FIDO-type applications. |
|
| DEBUG | 0x40 | A USB HID special debug pipe. Useful for debug prints. |
|
||||||
|
|
||||||
You can turn on and off different endpoints dynamically by sending
|
You can turn on and off different endpoints dynamically by sending
|
||||||
commands to the `CH552` control endpoint. When the TKey starts only
|
commands to the `CH552` control endpoint. When the TKey starts only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue