View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000556 | PicoCOM4 | USB host | public | 2011-04-07 10:11 | 2011-09-30 16:22 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V0.9 | ||||
Target Version | V1.2 | Fixed in Version | V1.2 | ||
Summary | 0000556: USB device will not be detected if already inserted during before bootup. | ||||
Description | Customer reported this issue regarding a WLAN stick. Maybe it is just a load order problem. | ||||
Fixed Driver Version | 1.1 | ||||
Forum Link | |||||
Found Driver Version | 1.0 | ||||
|
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? |
|
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. |