Only T=1 protocol is supported.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-04-21 22:51:17 +02:00
parent ef196bf10b
commit a5f19a1356
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -96,9 +96,7 @@ static const struct ccid_class_descriptor desc_ccid = {
.bcdCCID = (0x0110),
.bMaxSlotIndex = 0,
.bVoltageSupport = 0x01, // 5.0V
.dwProtocols = (
0x01 | // T=0
0x02), // T=1
.dwProtocols = (0x02), // T=1
.dwDefaultClock = (0xDFC),
.dwMaximumClock = (0xDFC),
.bNumClockSupport = 0,