summaryrefslogtreecommitdiffstats
path: root/app/dfu.c
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-07-15 20:17:30 +0100
committerroot <root@no.no.james.local>2015-07-15 20:17:30 +0100
commit39044e272695c5f9c43a0560ae00ea440881d464 (patch)
tree666d206036ceae71058bd9617d215fd83da63358 /app/dfu.c
parent500561f54adabc9aaf5b3548744b5bc8b4381c89 (diff)
downloadstm32_usb_kvm-39044e272695c5f9c43a0560ae00ea440881d464.tar.gz
stm32_usb_kvm-39044e272695c5f9c43a0560ae00ea440881d464.tar.bz2
stm32_usb_kvm-39044e272695c5f9c43a0560ae00ea440881d464.zip
from-nofrom-no
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),