From 28bf0cdeefee2c968d9a0d62a10c1ed49ddd4d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 23 May 2017 23:13:34 +0200 Subject: [PATCH] Set final USB VID and PID. --- right/src/usb_descriptors/usb_descriptor_device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/right/src/usb_descriptors/usb_descriptor_device.h b/right/src/usb_descriptors/usb_descriptor_device.h index 594cd0c..db42874 100644 --- a/right/src/usb_descriptors/usb_descriptor_device.h +++ b/right/src/usb_descriptors/usb_descriptor_device.h @@ -3,8 +3,8 @@ // Macros: - #define USB_DEVICE_VENDOR_ID 0x16D3 // TODO: Change this for the final prototype. - #define USB_DEVICE_PRODUCT_ID 0x05EA + #define USB_DEVICE_VENDOR_ID 0x1D50 + #define USB_DEVICE_PRODUCT_ID 0x6122 #define USB_DEVICE_RELEASE_NUMBER 0x0101 #define USB_DEVICE_SPECIFICATION_VERSION 0x0200