proper VID, PID, and description

This commit is contained in:
Eric Evenchick 2015-01-28 10:21:08 -05:00
parent 6218cee214
commit 564fecbc33
1 changed files with 8 additions and 7 deletions

View File

@ -56,14 +56,15 @@
/** @defgroup USBD_DESC_Private_Defines /** @defgroup USBD_DESC_Private_Defines
* @{ * @{
*/ */
#define USBD_VID 1155 #define CANTACT_SW_VER "v0.1"
#define USBD_LANGID_STRING 1033 #define USBD_VID 0xad50
#define USBD_MANUFACTURER_STRING "STMicroelectronics" #define USBD_LANGID_STRING 1033
#define USBD_PID_FS 22336 #define USBD_MANUFACTURER_STRING "CANtact"
#define USBD_PRODUCT_STRING_FS "CANtact" #define USBD_PID_FS 0x60c4
#define USBD_PRODUCT_STRING_FS "CANtact" " " CANTACT_SW_VER
#define USBD_SERIALNUMBER_STRING_FS "00000000001A" #define USBD_SERIALNUMBER_STRING_FS "00000000001A"
#define USBD_CONFIGURATION_STRING_FS "CDC Config" #define USBD_CONFIGURATION_STRING_FS "CDC Config"
#define USBD_INTERFACE_STRING_FS "CDC Interface" #define USBD_INTERFACE_STRING_FS "CDC Interface"
/** /**
* @} * @}