X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2Fdfu.desc.c;h=52377ea5dfc504aa9175cd2f981f451261fffb45;hb=dbf2b1ca26abb04be6f6d2224343c57c164da6b9;hp=5d7d69cdf65858321cab2e17f2d435f8274c4aed;hpb=8d4adb41ec51beda664be4cf0009278b66d64699;p=kiibohd-controller.git diff --git a/Bootloader/dfu.desc.c b/Bootloader/dfu.desc.c index 5d7d69c..52377ea 100644 --- a/Bootloader/dfu.desc.c +++ b/Bootloader/dfu.desc.c @@ -50,7 +50,7 @@ static const struct usb_config_1 usb_config_1 = { .bInterfaceClass = USB_DEV_CLASS_APP, .bInterfaceSubClass = USB_DEV_SUBCLASS_APP_DFU, .bInterfaceProtocol = USB_DEV_PROTO_DFU_DFU, - .iInterface = 0 + .iInterface = 4 }, .dfu = { @@ -101,6 +101,7 @@ static const struct usb_desc_string_t * const dfu_device_str_desc[] = { USB_DESC_STRING(STR_MANUFACTURER), USB_DESC_STRING(STR_PRODUCT), USB_DESC_STRING(STR_SERIAL), + USB_DESC_STRING(STR_ALTNAME), NULL };