Do not include OTP FIDO in the CCID interface if not available.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-03-20 14:34:46 +01:00
parent 89a8042634
commit 9ca3647695

View File

@@ -325,7 +325,11 @@ char const *string_desc_arr [] = {
"Config" // 4: Vendor Interface "Config" // 4: Vendor Interface
, "HID Interface" , "HID Interface"
, "HID Keyboard Interface" , "HID Keyboard Interface"
#ifdef USB_ITF_HID
, "CCID OTP FIDO Interface" , "CCID OTP FIDO Interface"
#else
, "CCID Interface"
#endif
, "WebCCID Interface" , "WebCCID Interface"
}; };