diff options
| author | MAY <[email protected]> | 2025-06-05 01:35:07 +0200 |
|---|---|---|
| committer | MAY <[email protected]> | 2025-06-05 01:35:07 +0200 |
| commit | 6d351e0f09514e29fe0eae28203ebdd1c713b0e2 (patch) | |
| tree | 81fe5d103ac05a504a6a3317a154d7e0bf6f0dd1 | |
| parent | 9eab296f5790f2fe329b35b5f8891a62e1626f43 (diff) | |
update vendor id from "AzureRTO" to "Eclipse "
| -rw-r--r-- | common/usbx_device_classes/src/ux_device_class_storage_initialize.c | 8 |
1 files 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"; |
