X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/fc371d0d0e3a60b06dec862e37612375860c41d5..refs/heads/ProMicro:/Demos/Device/LowLevel/CCID/Descriptors.c diff --git a/Demos/Device/LowLevel/CCID/Descriptors.c b/Demos/Device/LowLevel/CCID/Descriptors.c index c82216c9b..51e72425d 100644 --- a/Demos/Device/LowLevel/CCID/Descriptors.c +++ b/Demos/Device/LowLevel/CCID/Descriptors.c @@ -1,14 +1,14 @@ /* LUFA Library - Copyright (C) Dean Camera, 2018. + Copyright (C) Dean Camera, 2021. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2018 Dean Camera (dean [at] fourwalledcubicle [dot] com) - Copyright 2018 Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com) + Copyright 2021 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2021 Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -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,