From: PRANAV KANT GAUR on
When i installed the kmdf driver for USB mass storage device,setupapi.dev.log
file contains a warning :
Device has problem: 0x0a: CM_PROB_FAILED_START.
What is the reason behind this problem?
From: Doron Holan [MSFT] on
you failed AddDevice or any of your power up callbacks (D0Entry,
Preparehardware, etc)

d

--

This posting is provided "AS IS" with no warranties, and confers no rights.


"PRANAV KANT GAUR" <PRANAVKANTGAUR(a)discussions.microsoft.com> wrote in
message news:874FEE97-D07C-40B8-BC49-631C9BB59647(a)microsoft.com...
> When i installed the kmdf driver for USB mass storage
> device,setupapi.dev.log
> file contains a warning :
> Device has problem: 0x0a: CM_PROB_FAILED_START.
> What is the reason behind this problem?