summaryrefslogtreecommitdiffstats
path: root/boot/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/usb.c')
-rw-r--r--boot/usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/usb.c b/boot/usb.c
index e8d2e20..1454750 100644
--- a/boot/usb.c
+++ b/boot/usb.c
@@ -15,8 +15,8 @@ const struct usb_device_descriptor dev = {
.bDeviceSubClass = 0,
.bDeviceProtocol = 0,
.bMaxPacketSize0 = 64,
- .idVendor = ID_VENDOR,
- .idProduct = ID_PRODUCT,
+ .idVendor = 0x0483,
+ .idProduct = 0xdf11,
.bcdDevice = 0x0200,
.iManufacturer = 1,
.iProduct = 2,