laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/39791?usp=email )
Change subject: ccid_proto.h: Add USB_CLASS_CCID dfefinition ......................................................................
ccid_proto.h: Add USB_CLASS_CCID dfefinition
Change-Id: I587475fcfb0f4e6fda94cf154edba90b7be6d02e --- M ccid_common/ccid_proto.h 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/ccid_common/ccid_proto.h b/ccid_common/ccid_proto.h index 1c6dd07..e26a051 100644 --- a/ccid_common/ccid_proto.h +++ b/ccid_common/ccid_proto.h @@ -21,6 +21,8 @@ #include <stdint.h> #include <osmocom/core/utils.h>
+#define USB_CLASS_CCID 11 + /* Identifies the length of type of subordinate descriptors of a CCID device * Table 5.1-1 Smart Card Device Class descriptors */ struct usb_ccid_class_descriptor {