Skip to content
Jenkins
octsim_osmo-ccid-firmware
#4391
octsimtest
Search
Sign in
Status
Changes
Console Output
View Build Information
Timings
Git Build Data
Previous Build
Next Build
Changes
Started by upstream project octsim_osmo-ccid-firmware #4391
Started 3 hr 17 min ago
Queued 0 ms
Took 10 min on
octsimtest
ccid: Fix CCID RDR_to_PC_Parameters (missing bProtocolNum)
Our RDR_to_PC_Parameters message was broken, as it was missing
the bProtocolNum value after the header. Let's fix that.
Change-Id: I67d5cb876d20b29f4759d5b194606f34b8b966c4
ccid_common/ccid_proto.h
ccid_common/ccid_device.c
laforge
at
4:27 PM 3/10/26
ccid: Fix [unused] RDR_to_PC_Hardware_Error struct definition
Our definition of the message was wrong; it is an interrupt endpoint
message without the full header of the bulk-in endpoint. Luckily the
definition was not used in the code base, so this is not fixing any
problem visible on the protocol level.
Change-Id: Ieb756c37402c4ebea32cc3cd23ba3842f4c0df3e
ccid_common/ccid_proto.h
laforge
at
4:27 PM 3/10/26