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 gadget driver for 2.6.18 kernel

I'm trying to develop printer and HID composite driver for DM6441 under kernel 2.6.18 version. I am able to generate uImage file successfully with printer and hid gadget driver code. But during booting time only one from printer gadget driver and HID gadget driver is loaded based on which is registered last but not both drivers are loaded. I would like to know if composite gadget drivers are supported in linux 2.6.18 kernel version.

Thanks,

Sunil