From 49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Mar 2021 15:24:13 +0000 Subject: support cheap chinese blue pill boards, make usb dfu compatible with dfuse --- id.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'id.h') diff --git a/id.h b/id.h index c65f067..d27ecf7 100644 --- a/id.h +++ b/id.h @@ -1,3 +1,4 @@ -#define ID_VENDOR 0x1234 -#define ID_PRODUCT 0x5678 +#define VENDOR_NAME "HP" +#define PRODUCT_NAME "DDC Debug Dongle" +#define SERIAL_NUMBER "Serialy McSerialFace" -- cgit v1.2.3