laforge has uploaded this change for review.

View Change

ccid_proto.h: Add USB_CLASS_CCID dfefinition

Change-Id: I587475fcfb0f4e6fda94cf154edba90b7be6d02e
---
M ccid_common/ccid_proto.h
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/91/39791/1
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 {

To view, visit change 39791. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I587475fcfb0f4e6fda94cf154edba90b7be6d02e
Gerrit-Change-Number: 39791
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>