update manufacturer/product/scsi description

This commit is contained in:
mitxela
2023-02-10 16:46:46 +00:00
parent 17dc556cc8
commit 329eb390d6
4 changed files with 10 additions and 10 deletions

View File

@@ -65,9 +65,9 @@
#define USBD_VID 1155
#define USBD_LANGID_STRING 1033
#define USBD_MANUFACTURER_STRING "STMicroelectronics"
#define USBD_MANUFACTURER_STRING "mitxela"
#define USBD_PID_FS 22314
#define USBD_PRODUCT_STRING_FS "STM32 Mass Storage"
#define USBD_PRODUCT_STRING_FS "Precision Clock MkIV"
#define USBD_CONFIGURATION_STRING_FS "MSC Config"
#define USBD_INTERFACE_STRING_FS "MSC Interface"

View File

@@ -112,9 +112,9 @@ const int8_t STORAGE_Inquirydata_FS[] = {/* 36 */
0x00,
0x00,
0x00,
'S', 'T', 'M', ' ', ' ', ' ', ' ', ' ', /* Manufacturer : 8 bytes */
'P', 'r', 'o', 'd', 'u', 'c', 't', ' ', /* Product : 16 Bytes */
' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
'm', 'i', 't', 'x', 'e', 'l', 'a', ' ', /* Manufacturer : 8 bytes */
'P', 'r', 'e', 'c', 'i', 's', 'i', 'o', /* Product : 16 Bytes */
'n', ' ', 'C', 'l', 'o', 'c', 'k', ' ',
'0', '.', '0' ,'1' /* Version : 4 Bytes */
};
/* USER CODE END INQUIRY_DATA_FS */

View File

@@ -65,9 +65,9 @@
#define USBD_VID 1155
#define USBD_LANGID_STRING 1033
#define USBD_MANUFACTURER_STRING "STMicroelectronics"
#define USBD_MANUFACTURER_STRING "mitxela"
#define USBD_PID_FS 22314
#define USBD_PRODUCT_STRING_FS "STM32 Mass Storage"
#define USBD_PRODUCT_STRING_FS "Precision Clock MkIV"
#define USBD_CONFIGURATION_STRING_FS "MSC Config"
#define USBD_INTERFACE_STRING_FS "MSC Interface"

View File

@@ -112,9 +112,9 @@ const int8_t STORAGE_Inquirydata_FS[] = {/* 36 */
0x00,
0x00,
0x00,
'S', 'T', 'M', ' ', ' ', ' ', ' ', ' ', /* Manufacturer : 8 bytes */
'P', 'r', 'o', 'd', 'u', 'c', 't', ' ', /* Product : 16 Bytes */
' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
'm', 'i', 't', 'x', 'e', 'l', 'a', ' ', /* Manufacturer : 8 bytes */
'P', 'r', 'e', 'c', 'i', 's', 'i', 'o', /* Product : 16 Bytes */
'n', ' ', 'C', 'l', 'o', 'c', 'k', ' ',
'0', '.', '0' ,'1' /* Version : 4 Bytes */
};
/* USER CODE END INQUIRY_DATA_FS */