X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bc57f4ea5afd29f2e0f0175d14cf1540b4408de8..1e9e7bc8b88af32f466f7438a06fb8dc96b3035d:/Demos/Device/LowLevel/CCID/Descriptors.c?ds=inline diff --git a/Demos/Device/LowLevel/CCID/Descriptors.c b/Demos/Device/LowLevel/CCID/Descriptors.c index c82216c9b..5e092e2e4 100644 --- a/Demos/Device/LowLevel/CCID/Descriptors.c +++ b/Demos/Device/LowLevel/CCID/Descriptors.c @@ -119,8 +119,8 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = .MaxIFSD = 2038, .SynchProtocols = 0, .Mechanical = 0, - .Features = 0x0400fe, - .MaxCCIDMessageLength = 0x0c00, + .Features = CCID_Features_ExchangeLevel_ShortAPDU | CCID_Features_Auto_ParameterConfiguration| CCID_Features_Auto_ICCActivation | CCID_Features_Auto_VoltageSelection, + .MaxCCIDMessageLength = CCID_EPSIZE, .ClassGetResponse = 0xff, .ClassEnvelope = 0xff, .LcdLayout = 0,