summaryrefslogtreecommitdiffstats
path: root/app/dfu.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/dfu.c')
-rw-r--r--app/dfu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dfu.c b/app/dfu.c
index 554aca9..d3d02a8 100644
--- a/app/dfu.c
+++ b/app/dfu.c
@@ -22,7 +22,7 @@ const struct usb_interface_descriptor dfu_iface = {
.bInterfaceClass = 0xFE,
.bInterfaceSubClass = 1,
.bInterfaceProtocol = 1,
- .iInterface = 0,
+ .iInterface = 8,
.extra = &dfu_function,
.extralen = sizeof (dfu_function),