File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
common/usbx_device_classes/src Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11/***************************************************************************
2- * Copyright (c) 2024 Microsoft Corporation
3- *
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
44 * This program and the accompanying materials are made available under the
55 * terms of the MIT License which is available at
66 * https://opensource.org/licenses/MIT.
7- *
7+ *
88 * SPDX-License-Identifier: MIT
99 **************************************************************************/
1010
3030
3131/* Define the Slave Storage Class Inquiry data : DO NOT CHANGE THE LENGTH OF THESE ITEMS */
3232
33- UCHAR _ux_system_slave_class_storage_vendor_id [] = "AzureRTO " ;
34- UCHAR _ux_system_slave_class_storage_product_id [] = "USBX storage dev" ;
35- UCHAR _ux_system_slave_class_storage_product_rev [] = "2000" ;
36- UCHAR _ux_system_slave_class_storage_product_serial [] = "12345678901234567890" ;
33+ UCHAR _ux_system_slave_class_storage_vendor_id [] = "Eclipse " ;
34+ UCHAR _ux_system_slave_class_storage_product_id [] = "USBX storage dev" ;
35+ UCHAR _ux_system_slave_class_storage_product_rev [] = "2000" ;
36+ UCHAR _ux_system_slave_class_storage_product_serial [] = "12345678901234567890" ;
3737
3838/**************************************************************************/
3939/* */
You can’t perform that action at this time.
0 commit comments