Greetings
Has anyone implemented a Set Descriptor request handler for a USB device?
There is a problem on this issue:
- what should be the correct response of the device to this request.
In particular, the NXP Kinetis family of microcontrollers is of interest. The proposed NXP has a usb stack, but there is no SET SCRIPTOR implementation on the stack.
By analogy with other queries, Set Descriptor was also implemented. As a result, this works, but cannot access the data field.
But any example will also be useful.