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.

Unable to see HID descriptor of gadget

Hello,

I am using RDK4.1 with  DM8148  processor. I am working on Linux gadget driver and want to treat my embedded board as any HID device (Mouse/key board).

When i connect key board/mouse with windows/Linux PC, i am able too see its HID descriptor table of device in PC, but When i connect the board with windows/Linux  PC, i am unable too see HID  Descriptor table for it.

I have taken reference from https://www.kernel.org/doc/Documentation/usb/gadget_hid.txt

Can any one suggest a solution ?