From e1329a3976a8884e2c568f2434df82e6eadb2775 Mon Sep 17 00:00:00 2001 From: Mykola Salomatin Date: Fri, 13 May 2022 18:47:29 +0300 Subject: [MTX-4480] mPower R.6.0.X: MTCAP3 - Filesystem Encryption capability GP-1586 Added user data encryption capability for encryption purposes in MTCAP3 devices. --- io-module/mts-io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'io-module/mts-io.c') diff --git a/io-module/mts-io.c b/io-module/mts-io.c index 970e6b3..1d244af 100644 --- a/io-module/mts-io.c +++ b/io-module/mts-io.c @@ -1335,6 +1335,7 @@ mts_id_eeprom_load(void) log_info("capa-supercap: %s", DEVICE_CAPA(id_eeprom.capa, CAPA_SUPERCAP) ? "yes" : "no"); if(has_cellular_capaflag) log_info("capa-cellular: %s", DEVICE_CAPA(id_eeprom.capa, CAPA_CELLULAR) ? "yes" : "no"); + log_info("capa-user-data-encryption: %s", DEVICE_CAPA(id_eeprom.capa, CAPA_USER_DATA_ENCRYPTION) ? "yes" : "no"); if (DEVICE_CAPA(id_eeprom.capa, CAPA_BLUETOOTH)) { log_info("mac-bluetooth: %02X:%02X:%02X:%02X:%02X:%02X", -- cgit v1.2.3