This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB Composite Device: How to remove an existing Function?

Other Parts Discussed in Thread: CONTROLSUITE

hello,

I am developing a custom USB device and am using TI example from controlSUITE.
This is a composite device - HID with DFU.
I want to remove this HID function for now (later I want to change this HID into serial function (CDC).

How do I do this?

I did some preliminary research and changed the configuration so that the NUM_DEVICES is 1.
But soon understood that this does not work. I tried to change the InterfaceNumber so that Windows does not
try to load HID driver (Mouse in this case). But not successful.

Sooner help is really appreciated !!

--
Regards,
Vishwanatha