summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2016-08-19 00:05:23 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2016-08-19 00:05:23 +0200
commit2eb61cda770ca48068daeeee83917f023d8a6110 (patch)
tree2d7ec264036201091f514e5ec400c8b7bae8a35d
parentd03d3fd350b89caa31e505d2cb7b7bdf674b3d30 (diff)
Use allocated VID/PID.
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 3a00d0d..73b4d2c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -8,7 +8,7 @@
#include <usb/usb.h>
#include <usb/descriptor.h>
-auto dev_desc = device_desc(0x200, 0, 0, 0, 64, 0x1234, 0x56e3, 0, 0, 0, 0, 1);
+auto dev_desc = device_desc(0x200, 0, 0, 0, 64, 0x1d50, 0x60f8, 0, 0, 0, 0, 1);
auto conf_desc = configuration_desc(1, 1, 0, 0xc0, 0,
// MSC BBB
interface_desc(0, 0, 2, 0x08, 0x06, 0x50, 0,