~aleteoryx/muditaos

64cfe81ec546ed75b7be1cffaef781aa3b893236 — Marek Niepieklo 4 years ago 26c48bc
[CP-427] Set Mudita USB VID as default

Use Mudita USB VID/PID as default.
1 files changed, 1 insertions(+), 1 deletions(-)

M cmake/modules/ProjectConfig.cmake
M cmake/modules/ProjectConfig.cmake => cmake/modules/ProjectConfig.cmake +1 -1
@@ 40,7 40,7 @@ else()
endif()

# add Mudita USB Vendor/Product IDs
option(MUDITA_USB_ID "Enables using Mudita registered USB Vendor ID and Pure Phone USB Product ID" OFF)
option(MUDITA_USB_ID "Enables using Mudita registered USB Vendor ID and Pure Phone USB Product ID" ON)
if (MUDITA_USB_ID)
    set (USB_DEVICE_VENDOR_ID  0x3310 CACHE INTERNAL "Sets USB_DEVICE_VENDOR_ID to Mudita Vendor ID")
    set (USB_DEVICE_PRODUCT_ID 0x0100 CACHE INTERNAL "Sets USB_DEVICE_PRODUCT_ID to Mudita Pure Product ID")