ch552: Add CCID (Smart Card) support

This commit is contained in:
Jonas Thörnblad 2025-04-11 13:37:47 +02:00
parent d0c049cdba
commit 770acc9b38
No known key found for this signature in database
GPG key ID: 2D318AD00A326F95
6 changed files with 370 additions and 39 deletions

View file

@ -57,6 +57,7 @@ if __name__ == "__main__":
"CdcCtrlInterfaceDesc": "CDC-Ctrl",
"CdcDataInterfaceDesc": "CDC-Data",
"FidoInterfaceDesc": "FIDO",
"CcidInterfaceDesc": "CCID",
"DebugInterfaceDesc": "DEBUG"
}