This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

editing the usb descriptor for middleware

I'm looking at the following file.

/*------------------------------------------------------------------------------
 * MDK Middleware - Component ::USB:Device
 * Copyright (c) 2004-2016 ARM Germany GmbH. All rights reserved.
 *------------------------------------------------------------------------------
 * Name:    usbd_config_desc_hid_0.c
 * Purpose: USB Device HID 0 Descriptor Creation
 *----------------------------------------------------------------------------*/

.

I want to add a report ID and a few other reports. I see a lot of defines in here and wondered if this file was generated with a tool or wizard?