X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol%2Flufa%2Fdescriptor.c;h=141226ada3c5393ee3148046996ac16c7b1ee490;hb=97782dd59e2966b568cdb7a58adaa988acc79d9b;hp=25356343eea5e8a843ed70765a5c491014f5f38d;hpb=feebc2356304ef45ed12924673bd09ae20acb113;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol/lufa/descriptor.c b/tmk_core/protocol/lufa/descriptor.c index 25356343..141226ad 100644 --- a/tmk_core/protocol/lufa/descriptor.c +++ b/tmk_core/protocol/lufa/descriptor.c @@ -523,7 +523,7 @@ const USB_Descriptor_String_t PROGMEM ProductString = * USB host. */ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, - const uint8_t wIndex, + const uint16_t wIndex, const void** const DescriptorAddress) { const uint8_t DescriptorType = (wValue >> 8);