From 2eb61cda770ca48068daeeee83917f023d8a6110 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Fri, 19 Aug 2016 00:05:23 +0200 Subject: Use allocated VID/PID. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 3a00d0d..73b4d2c 100644 --- a/main.cpp +++ b/main.cpp @@ -8,7 +8,7 @@ #include #include -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, -- cgit v1.2.3