View Issue Details

IDProjectCategoryView StatusLast Update
0000556PicoCOM4USB hostpublic2011-09-30 16:22
ReporterKiepferAssigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionV0.9 
Target VersionV1.2Fixed in VersionV1.2 
Summary0000556: USB device will not be detected if already inserted during before bootup.
DescriptionCustomer reported this issue regarding a WLAN stick. Maybe it is just a load order problem.
Fixed Driver Version1.1
Forum Link
Found Driver Version1.0

Activities

Kiepfer

2011-07-06 16:43

developer   ~0000446

Please check PWR signal. Maybe MOSFET is enable to early.
Might it be a solution to add a configurable delay (via registry) before enabling power, to make sure that system utilization is ok?
Check USB driver priority?

Kiepfer

2011-09-30 16:22

developer   ~0000521

Enabling USB power after host controller has been initialized seems to resolv this issue already. But during testing I have noticed that PowerUp functions are not called. Maybe these functions are the correct location for enabling/disabling USB power instead of doing this in Init() function.