mirror of
https://github.com/mitxela/clock4.git
synced 2025-12-05 23:20:26 -08:00
update manufacturer/product/scsi description
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user