diff --git a/lib/agent b/lib/agent index cae0d02..3b59a1a 160000 --- a/lib/agent +++ b/lib/agent @@ -1 +1 @@ -Subproject commit cae0d02dd279dd2f412dc4125aac5322ff9ae58d +Subproject commit 3b59a1a6fadaa981a4ecf8db64d504407824d11a diff --git a/right/src/buspal/bm_usb/usb_descriptor.c b/right/src/buspal/bm_usb/usb_descriptor.c index 796b15a..25e2a79 100644 --- a/right/src/buspal/bm_usb/usb_descriptor.c +++ b/right/src/buspal/bm_usb/usb_descriptor.c @@ -104,9 +104,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 bootloader proxy VID */ /* Product ID */ - 0x73, 0x00, /* 0x73,0x00,ProductID for KL25Z48M */ + 0x21, 0x61, /* UHK bootloader proxy PID */ /* BCD Device version */ 0x02, 0x00, /* Manufacturer string index */