hello,

I use ehci driver for Philips Host Controller.

sometime(after device suspend) when I plug in the usb device,it run to
C:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\USB\HCD\USB20\USB2COM\cdevice.cpp
deviceattach:DEVICE_CONFIG_STATUS_SCHEDULING_SET_ADDRESS and in:
BOOL CHub::GetDescriptor(.....
{
.
.

at WaitForSingleObject( m_hHubStatusChangeEvent, INFINITE ) waiting
forever.???

if i set INFINITE=1000 mili sec. i get this:
Data Abort: Thread=87ab8400 Proc=810f65c0 'device.exe'
AKY=00000005 PC=802c0a10(NK.EXE+0x00033a10) RA=802b924c(NK.EXE+0x0002c24c)
BVA=06000001 FSR=000000f3
if i just use ohci-driver all work fine!!!

what is the problem here?


thanks