Change in osmo-ccid-firmware[master]: ccid_proto.h: Add enum ccid_class_spec_req

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat May 11 18:24:45 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13996 )

Change subject: ccid_proto.h: Add enum ccid_class_spec_req
......................................................................

ccid_proto.h: Add enum ccid_class_spec_req

This list the three class specific control requests specified in
the CCID spec.

Change-Id: I361f1674355384a97e51374f50f4346313191a7d
---
M ccid/ccid_proto.h
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/ccid/ccid_proto.h b/ccid/ccid_proto.h
index c3c740c..470416c 100644
--- a/ccid/ccid_proto.h
+++ b/ccid/ccid_proto.h
@@ -66,6 +66,13 @@
 	uint8_t		bSeq;
 } __attribute__ ((packed));
 
+/* CCID Class-Specific Control Request (Section 5.3 / Table 5.3-1) */
+enum ccid_class_spec_req {
+	CLASS_SPEC_CCID_ABORT		= 0x01,
+	CLASS_SPEC_CCID_GET_CLOCK_FREQ	= 0x02,
+	CLASS_SPEC_CCID_GET_DATA_RATES	= 0x03
+};
+
 /***********************************************************************
  * Bulk OUT
  ***********************************************************************/

-- 
To view, visit https://gerrit.osmocom.org/13996
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I361f1674355384a97e51374f50f4346313191a7d
Gerrit-Change-Number: 13996
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190511/453d5906/attachment.htm>


More information about the gerrit-log mailing list