From 8c7ee88332652e7e79f6c1e4baacabe2183f7e8e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Mar 2021 12:54:03 +0000 Subject: working, with hybrid FLL/PLL, new refclk input and support for max7219 displays, neo 5 and neo 7 and a bazillion other fixes --- boot/usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/usb.c') 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, -- cgit v1.2.3