M cmake/modules/ProjectConfig.cmake => cmake/modules/ProjectConfig.cmake +3 -3
@@ 7,7 7,7 @@ endif()
set(ASSETS_TYPE "Proprietary" CACHE INTERNAL "")
if (NOT ${ASSETS_TYPE} STREQUAL "Proprietary" AND NOT ${ASSETS_TYPE} STREQUAL "Community")
- message(FATAL_ERROR " Unknown ASSETS_TYPE value: ${ASSETS_TYPE} - allowed values: Propertiary, Community")
+ message(FATAL_ERROR " Unknown ASSETS_TYPE value: ${ASSETS_TYPE} - allowed values: Proprietary, Community")
endif()
# add LOG_SENSITIVE_DATA enable option
@@ 70,12 70,12 @@ if (${WITH_DEVELOPMENT_FEATURES} STREQUAL "ON")
endif()
# Enable/disable USB MTP
-option(ENABLE_USB_MTP "Enables usage of USB MTP" ON)
+option(ENABLE_USB_MTP "Enables usage of USB MTP" OFF)
# add Mudita USB Vendor/Product IDs
option(MUDITA_USB_ID "Enables using Mudita registered USB Vendor ID and Pure Phone USB Product ID" ON)
-#Config options described in README.md
+# Config options described in README.md
set(PROJECT_CONFIG_DEFINITIONS
LOG_USE_COLOR=${LOG_USE_COLOR}
LOG_SENSITIVE_DATA_ENABLED=${LOG_SENSITIVE_DATA_ENABLED}
M harmony_changelog.md => harmony_changelog.md +1 -0
@@ 17,6 17,7 @@
### Changed / Improved
* Hardware faults during device startup now result in shutdown and more user friendly message
* Discharged device screen changed
+* Disabled USB MTP protocol
## [2.2.0 2023-09-28]
M pure_changelog.md => pure_changelog.md +2 -0
@@ 8,6 8,8 @@
### Changed / Improved
+* Disabled USB MTP protocol
+
### Fixed
* Fixed possible crash when entering phone number
M third-party/usb_stack => third-party/usb_stack +1 -1
@@ 1,1 1,1 @@
-Subproject commit d1ca4c8c7faf05e902d306cd2ec66b1009747a99
+Subproject commit 831194102aadf7c0b5a65352c23f717091a8f70a