From 6d351e0f09514e29fe0eae28203ebdd1c713b0e2 Mon Sep 17 00:00:00 2001 From: MAY Date: Thu, 5 Jun 2025 01:35:07 +0200 Subject: update vendor id from "AzureRTO" to "Eclipse " --- .../usbx_device_classes/src/ux_device_class_storage_initialize.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/usbx_device_classes/src/ux_device_class_storage_initialize.c b/common/usbx_device_classes/src/ux_device_class_storage_initialize.c index 0ec29d8..456e15c 100644 --- a/common/usbx_device_classes/src/ux_device_class_storage_initialize.c +++ b/common/usbx_device_classes/src/ux_device_class_storage_initialize.c @@ -1,10 +1,10 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -30,7 +30,7 @@ /* Define the Slave Storage Class Inquiry data : DO NOT CHANGE THE LENGTH OF THESE ITEMS */ -UCHAR _ux_system_slave_class_storage_vendor_id[] = "AzureRTO"; +UCHAR _ux_system_slave_class_storage_vendor_id[] = "Eclipse "; UCHAR _ux_system_slave_class_storage_product_id[] = "USBX storage dev"; UCHAR _ux_system_slave_class_storage_product_rev[] = "2000"; UCHAR _ux_system_slave_class_storage_product_serial[] = "12345678901234567890"; -- cgit v1.3.1 From ba88b318ff69a844f498c455cf259fe67f476590 Mon Sep 17 00:00:00 2001 From: Frédéric Desbiens Date: Thu, 5 Jun 2025 11:45:52 -0400 Subject: Update ux_device_class_storage_initialize.c Tweaked the proposed new vendor id. --- common/usbx_device_classes/src/ux_device_class_storage_initialize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/usbx_device_classes/src/ux_device_class_storage_initialize.c b/common/usbx_device_classes/src/ux_device_class_storage_initialize.c index 456e15c..5a77e1f 100644 --- a/common/usbx_device_classes/src/ux_device_class_storage_initialize.c +++ b/common/usbx_device_classes/src/ux_device_class_storage_initialize.c @@ -30,7 +30,7 @@ /* Define the Slave Storage Class Inquiry data : DO NOT CHANGE THE LENGTH OF THESE ITEMS */ -UCHAR _ux_system_slave_class_storage_vendor_id[] = "Eclipse "; +UCHAR _ux_system_slave_class_storage_vendor_id[] = "Eclipse ThreadX"; UCHAR _ux_system_slave_class_storage_product_id[] = "USBX storage dev"; UCHAR _ux_system_slave_class_storage_product_rev[] = "2000"; UCHAR _ux_system_slave_class_storage_product_serial[] = "12345678901234567890"; -- cgit v1.3.1