mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-08 17:53:34 +02:00
Only T=1 protocol is supported.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -96,9 +96,7 @@ static const struct ccid_class_descriptor desc_ccid = {
|
|||||||
.bcdCCID = (0x0110),
|
.bcdCCID = (0x0110),
|
||||||
.bMaxSlotIndex = 0,
|
.bMaxSlotIndex = 0,
|
||||||
.bVoltageSupport = 0x01, // 5.0V
|
.bVoltageSupport = 0x01, // 5.0V
|
||||||
.dwProtocols = (
|
.dwProtocols = (0x02), // T=1
|
||||||
0x01 | // T=0
|
|
||||||
0x02), // T=1
|
|
||||||
.dwDefaultClock = (0xDFC),
|
.dwDefaultClock = (0xDFC),
|
||||||
.dwMaximumClock = (0xDFC),
|
.dwMaximumClock = (0xDFC),
|
||||||
.bNumClockSupport = 0,
|
.bNumClockSupport = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user