Change VID and PID to 0x15a2 and 0x6120 respectively.

This commit is contained in:
László Monda
2017-05-24 02:02:43 +02:00
parent 22c1f2db5b
commit 883dc28dca
3 changed files with 6 additions and 6 deletions

View File

@@ -50,8 +50,8 @@ public:
//! @brief Constants
enum _usbhid_contants
{
kDefault_Vid = 0x15a2, //!< Freescale VID
kDefault_Pid = 0x0073, //!< PID for KL25Z48M
kDefault_Vid = 0x1D50, //!< UHK VID
kDefault_Pid = 0x6120, //!< UHK PID
};
public:

View File

@@ -178,9 +178,9 @@ uint8_t g_device_descriptor[USB_DEVICE_DESCRIPTOR_LENGTH] = {
/* Max Packet size */
USB_CONTROL_MAX_PACKET_SIZE,
/* Vendor ID */
0xa2, 0x15, /* Vendor ID for Freescale */
0x50, 0x1D, /* UHK VID*/
/* Product ID */
0x73, 0x00, /* 0x73,0x00,ProductID for KL25Z48M */
0x20, 0x61, /* UHK PID */
/* BCD Device version */
0x02, 0x00,
/* Manufacturer string index */