aboutsummaryrefslogtreecommitdiffstats
path: root/id.h
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-03 15:24:13 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-03 16:03:28 +0000
commit49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3 (patch)
treef65cb7440711ea1708c25fe78819e9986b2d8566 /id.h
parent129a103238d69bd90b4fe9a44bbed943b9488fc2 (diff)
downloadserial_over_dp-49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3.tar.gz
serial_over_dp-49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3.tar.bz2
serial_over_dp-49148e76706e5e24c2ba7f6ccc1d7ec4736ab2f3.zip
support cheap chinese blue pill boards, make usb dfu compatible with dfuse
Diffstat (limited to 'id.h')
-rw-r--r--id.h5
1 files changed, 3 insertions, 2 deletions
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"