Problem with USB Modem INF file.

I i have developed USB modem driver. I am able to install this driver successfully and it’s also working fine. But ChkInf reports me following error.
KmdfService : fakemdm is a copy-paste from WDF Samples
Basically i started developing this driver by taking reference of fake modem sample in wdf samples. That is why fakemdm entry is there in my inf file. So i tried replacing this fakemdm by my own service name but at that time my driver did not get install. It gave me code 1. That is device is not configured properly.
Can any one help me out in this issue?
Regards,
Amit.

What does setupapi.log say? Could you provide a part of setupapi.log which show a process of installation of your driver?

Igor Sharovar